/* ─────────────────────────────────────────────────────────────────────────
   Oyestore × Brands — same site, bolder layout: oversized type, full-
   bleed real photography, asymmetric composition instead of another
   editorial-list page. But it's still Oyestore, not a separate brand -
   every color below is aliased straight to this site's own tokens
   (--color-midnight/--color-pearl/--color-accent-red/--color-ember from
   styles.css, not a new palette), headlines use the same lowercase
   voice every other page's titles use, and buttons are visually
   identical to .btn/.btn--primary elsewhere (hard ink shadow, ink
   border) rather than a one-off style. Kept in its own file only
   because the LAYOUT is genuinely different from the .mag-* system -
   not because the look is meant to be a separate visual identity.

   Every photo used below is a real Oyestore trip photo already in
   /assets — no stock imagery. There is no trip video in the project yet,
   so the hero is a photographic collage, not a film, per the brief's own
   fallback instruction. Every number on this page is either exactly four
   (the four real destinations Oyestore runs — true today) or qualitative
   on purpose: there's no traveller count, view count or engagement stat
   anywhere in this project to draw from, and inventing one would be a
   lie the first real partner could catch in one WhatsApp message.
   ───────────────────────────────────────────────────────────────────────── */

.bl {
  --bl-navy: var(--color-midnight);
  --bl-navy-deep: #00010f;
  --bl-cream: var(--color-pearl);
  --bl-cream-dim: var(--color-platinum);
  --bl-cream-faint: rgb(217 217 217 / 45%);
  --bl-burgundy: var(--color-accent-red);
  --bl-burgundy-bright: var(--color-ember);
  --bl-line: var(--glass-border-dark);

  background: var(--bl-navy);
  color: var(--bl-cream);
  font-family: var(--font-body);
  overflow-x: hidden;
}

.bl a { color: inherit; }

.bl__container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: clamp(20px, 6vw, 80px);
  padding-right: clamp(20px, 6vw, 80px);
}

.bl-section {
  position: relative;
  padding: clamp(72px, 13vh, 150px) 0;
}

.bl-section--tight { padding: clamp(48px, 8vh, 90px) 0; }

.bl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bl-burgundy-bright);
  margin-bottom: 22px;
}

.bl-kicker::before {
  content: "";
  width: 26px;
  height: 1.5px;
  background: var(--bl-burgundy-bright);
}

.bl-h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.6rem, 8.4vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  margin: 0;
}

.bl-h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 5.6vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.015em;
  text-transform: lowercase;
  margin: 0 0 20px;
}

.bl-dek {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.75;
  color: var(--bl-cream-dim);
  max-width: 620px;
  margin: 0;
}

.bl-dek--wide { max-width: 780px; }

/* ── Nav: minimal, goes compact/blurred once you scroll off the hero ── */

.bl-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(20px, 6vw, 60px);
  transition: padding 0.35s ease, background 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease;
  border-bottom: 1px solid transparent;
}

.bl-nav.is-compact {
  padding: 13px clamp(20px, 6vw, 60px);
  background: rgb(0 2 30 / 78%);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--bl-line);
}

.bl-nav__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  color: var(--bl-cream);
}

.bl-nav__brand img { width: 22px; height: 22px; border-radius: 6px; }

.bl-nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.bl-nav__links a:not(.bl-nav__cta) {
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  color: var(--bl-cream-dim);
  transition: color 0.2s ease;
}

.bl-nav__links a:not(.bl-nav__cta):hover { color: var(--bl-cream); }

.bl-nav__links a[aria-current="page"] { color: var(--bl-cream); }

.bl-nav__cta {
  padding: 9px 15px;
  border-radius: 999px;
  border: 2px solid var(--color-ink);
  background: var(--color-accent-red);
  color: var(--bl-cream) !important;
  box-shadow: 3px 3px 0 var(--color-ink);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .bl-nav__links a:not(.bl-nav__cta) { display: none; }
  .bl-nav { padding: 16px 20px; }
  .bl-nav.is-compact { padding: 11px 20px; }
}

/* ── Hero: photo collage, not a card - full-bleed, asymmetric, dark
   scrim so oversized type stays legible over real trip photography. ── */

.bl-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding-top: 90px;
}

.bl-hero__collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 3px;
}

.bl-hero__collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.03);
  will-change: transform;
}

.bl-hero__collage picture:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 3; }
.bl-hero__collage picture:nth-child(2) { grid-column: 3 / 5; grid-row: 1 / 4; }
.bl-hero__collage picture:nth-child(3) { grid-column: 5 / 7; grid-row: 1 / 3; }
.bl-hero__collage picture:nth-child(4) { grid-column: 1 / 3; grid-row: 3 / 5; }
.bl-hero__collage picture:nth-child(5) { grid-column: 3 / 5; grid-row: 4 / 5; }
.bl-hero__collage picture:nth-child(6) { grid-column: 5 / 7; grid-row: 3 / 5; }

.bl-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(0 2 30 / 55%) 0%, rgb(0 2 30 / 35%) 34%, rgb(0 2 30 / 88%) 78%, var(--bl-navy) 100%),
    linear-gradient(90deg, rgb(0 2 30 / 45%) 0%, rgb(0 2 30 / 5%) 40%, rgb(0 2 30 / 5%) 60%, rgb(0 2 30 / 45%) 100%);
}

.bl-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 clamp(20px, 6vw, 80px) clamp(56px, 9vh, 96px);
}

.bl-hero__kicker {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bl-cream-dim);
  margin-bottom: 18px;
}

.bl-hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(3.2rem, 11vw, 8.5rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  margin: 0 0 22px;
}

.bl-hero__title em {
  font-style: normal;
  color: var(--bl-burgundy-bright);
}

.bl-hero__tagline {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  color: var(--bl-cream-dim);
  max-width: 560px;
  margin: 0 0 36px;
}

.bl-hero__ctas {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

/* Same hard ink-shadow treatment as .btn/.btn--primary elsewhere on
   the site (just sized up for a hero CTA) - not a one-off button
   style. */
.bl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 2px solid var(--color-ink);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* .bl-btn.class-name (not just .class-name) so this beats the .bl a
   { color: inherit } rule's specificity - without it, .bl-btn--ghost's
   dark ink text was losing to the inherited cream link color, making
   the button render as invisible white-on-white. */
.bl-btn.bl-btn--fill {
  background: var(--color-accent-red);
  color: var(--bl-cream);
  box-shadow: 5px 5px 0 var(--color-ink);
}

.bl-btn--fill:active { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--color-ink); }

.bl-btn.bl-btn--ghost {
  background: var(--bl-cream);
  color: var(--color-ink);
  box-shadow: 5px 5px 0 rgb(0 0 0 / 30%);
}

.bl-btn--ghost:active { transform: translate(3px, 3px); box-shadow: 2px 2px 0 rgb(0 0 0 / 30%); }

@media (max-width: 640px) {
  .bl-hero__collage { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(5, 1fr); }
  .bl-hero__collage picture:nth-child(1) { grid-column: 1 / 4; grid-row: 1 / 2; }
  .bl-hero__collage picture:nth-child(2) { grid-column: 1 / 3; grid-row: 2 / 4; }
  .bl-hero__collage picture:nth-child(3) { grid-column: 3 / 4; grid-row: 2 / 3; }
  .bl-hero__collage picture:nth-child(4) { grid-column: 3 / 4; grid-row: 3 / 4; }
  .bl-hero__collage picture:nth-child(5) { grid-column: 1 / 4; grid-row: 4 / 5; }
  .bl-hero__collage picture:nth-child(6) { display: none; }
}

/* ── Horizontal proof gallery ── */

.bl-proof__row {
  /* Full-bleed for free: .bl-section (its parent) carries no horizontal
     padding of its own, unlike .mag-section elsewhere on this site - so
     this row is already edge-to-edge without needing the negative-
     margin breakout trick. Adding one anyway pulled it past the
     viewport itself rather than out of a padded container, causing a
     genuine horizontal scroll bug at the page level. */
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 8px clamp(20px, 6vw, 80px) 20px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--bl-burgundy-bright) transparent;
}

.bl-proof__row::-webkit-scrollbar { height: 6px; }
.bl-proof__row::-webkit-scrollbar-thumb { background: var(--bl-line); border-radius: 999px; }

.bl-proof__item {
  position: relative;
  flex: 0 0 auto;
  width: clamp(200px, 26vw, 300px);
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
  scroll-snap-align: start;
}

.bl-proof__item img,
.bl-proof__item video { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.bl-proof__item:hover img,
.bl-proof__item:hover video { transform: scale(1.07); }

.bl-proof__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 2 30 / 85%), rgb(0 2 30 / 0%) 55%);
}

.bl-proof__cap {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  text-transform: lowercase;
}

.bl-proof__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 34px;
}

.bl-proof__meta span {
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bl-cream-dim);
}

/* ── Oversized concept type block (the "few days, whole world" beat) ── */

.bl-concept {
  position: relative;
  text-align: center;
  padding: clamp(90px, 16vh, 170px) 0;
}

.bl-concept__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bl-concept__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.28; }

.bl-concept__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bl-navy) 0%, rgb(0 2 30 / 60%) 40%, var(--bl-navy) 100%);
}

.bl-concept__inner { position: relative; z-index: 1; }

.bl-concept__num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(4rem, 16vw, 11rem);
  line-height: 0.85;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  margin: 0 0 8px;
}

.bl-concept__sub {
  font-size: clamp(14px, 1.8vw, 18px);
  color: var(--bl-cream-dim);
  max-width: 520px;
  margin: 0 auto 48px;
  line-height: 1.7;
}

.bl-concept__chain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1rem, 2.6vw, 1.6rem);
  text-transform: lowercase;
  letter-spacing: -0.01em;
}

.bl-concept__chain span:not(.bl-concept__arrow) { opacity: 0.35; transition: opacity 0.4s ease, color 0.4s ease; }
.bl-concept__chain span.is-lit { opacity: 1; color: var(--bl-burgundy-bright); }
.bl-concept__arrow { color: var(--bl-cream-faint); font-weight: 400; }

/* ── Experience sequence: alternating full-bleed image/text beats ── */

.bl-seq__beat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(36px, 6vh, 64px) 0;
  border-top: 1px solid var(--bl-line);
}

.bl-seq__beat:last-child { border-bottom: 1px solid var(--bl-line); }

.bl-seq__beat--flip .bl-seq__media { order: 2; }
.bl-seq__beat--flip .bl-seq__text { order: 1; }

.bl-seq__media {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
}

.bl-seq__media img { width: 100%; height: 100%; object-fit: cover; }

.bl-seq__media--type {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bl-burgundy);
}

.bl-seq__media--type span {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4rem);
  text-transform: lowercase;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0 20px;
}

.bl-seq__num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--bl-burgundy-bright);
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.bl-seq__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  text-transform: lowercase;
  line-height: 1.02;
  margin: 0 0 14px;
}

.bl-seq__line {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--bl-cream-dim);
  margin: 0;
  max-width: 440px;
}

@media (max-width: 760px) {
  .bl-seq__beat, .bl-seq__beat--flip { grid-template-columns: 1fr; }
  .bl-seq__beat--flip .bl-seq__media, .bl-seq__beat--flip .bl-seq__text { order: 0; }
}

/* ── Hosts ── */

.bl-hosts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.bl-hosts__media { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 5 / 4; }
.bl-hosts__media img { width: 100%; height: 100%; object-fit: cover; }

.bl-hosts__list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 12px; }

.bl-hosts__list li {
  font-size: 15.5px;
  color: var(--bl-cream-dim);
  padding-left: 22px;
  position: relative;
  line-height: 1.6;
}

.bl-hosts__list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: var(--bl-burgundy-bright);
}

@media (max-width: 760px) {
  .bl-hosts { grid-template-columns: 1fr; }
}

/* ── Chip row - who's actually behind the camera ── */

.bl-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.bl-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1.5px solid var(--bl-line);
  background: rgb(255 255 255 / 3%);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--bl-cream-dim);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bl-chip:hover {
  border-color: var(--bl-burgundy-bright);
  color: var(--bl-cream);
  transform: translateY(-2px);
}

/* ── Format concepts: what the trip is actually built around ── */

.bl-formats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.bl-format {
  padding: 28px 26px;
  border-radius: 18px;
  border: 1.5px solid var(--bl-line);
  background: rgb(255 255 255 / 2%);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.bl-format:hover {
  transform: translateY(-5px);
  border-color: var(--bl-burgundy-bright);
  box-shadow: 0 16px 34px rgb(0 0 0 / 38%);
}

.bl-format__icon { display: block; font-size: 30px; line-height: 1; margin-bottom: 14px; }

.bl-format__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  text-transform: lowercase;
  margin: 0 0 8px;
}

.bl-format__line { font-size: 14.5px; line-height: 1.6; color: var(--bl-cream-dim); margin: 0; }

@media (max-width: 640px) {
  .bl-formats { grid-template-columns: 1fr; }
}

/* ── Activities scrapbook: uneven masonry-ish strip ── */

.bl-scrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.bl-scrap__item { position: relative; border-radius: 12px; overflow: hidden; }
.bl-scrap__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bl-scrap__item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.bl-scrap__item:nth-child(4) { grid-column: span 2; }

@media (max-width: 760px) {
  .bl-scrap { grid-template-columns: repeat(2, 1fr); }
  .bl-scrap__item:nth-child(1) { grid-column: span 2; }
  .bl-scrap__item:nth-child(4) { grid-column: span 1; }
}

/* ── Big brand section: three chapters ── */

.bl-chapters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--bl-line); border: 1px solid var(--bl-line); border-radius: 18px; overflow: hidden; }

.bl-chapter { background: var(--bl-navy); padding: clamp(28px, 4vw, 44px) clamp(22px, 3vw, 34px); }

.bl-chapter__tag {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bl-burgundy-bright);
  margin-bottom: 16px;
}

.bl-chapter__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  text-transform: lowercase;
  margin: 0 0 18px;
  line-height: 1.05;
}

.bl-chapter ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }

.bl-chapter li {
  font-size: 14.5px;
  color: var(--bl-cream-dim);
  padding-left: 18px;
  position: relative;
}

.bl-chapter li::before { content: "·"; position: absolute; left: 0; color: var(--bl-burgundy-bright); font-weight: 900; }

@media (max-width: 760px) {
  .bl-chapters { grid-template-columns: 1fr; }
  .bl-chapter { border-bottom: 1px solid var(--bl-line); }
}

/* ── Playground selector: the big interactive moment ── */

.bl-play { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(24px, 5vw, 56px); align-items: center; }

.bl-play__tabs { display: flex; flex-direction: column; gap: 8px; }

.bl-play__tab {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 14px 4px;
  background: none;
  border: none;
  border-top: 1px solid var(--bl-line);
  color: var(--bl-cream-faint);
  font-family: var(--font-display);
  text-align: left;
  cursor: pointer;
  transition: color 0.25s ease;
}

.bl-play__tabs .bl-play__tab:last-child { border-bottom: 1px solid var(--bl-line); }

.bl-play__tab-num { font-size: 12px; font-weight: 700; opacity: 0.7; }
.bl-play__tab-label { font-size: clamp(1.2rem, 2.6vw, 1.7rem); font-weight: 900; text-transform: lowercase; letter-spacing: -0.01em; }

.bl-play__tab:hover { color: var(--bl-cream-dim); }

.bl-play__tab.is-active { color: var(--bl-cream); }
.bl-play__tab.is-active .bl-play__tab-num { color: var(--bl-burgundy-bright); opacity: 1; }

.bl-play__stage {
  position: relative;
  aspect-ratio: 16 / 11;
  border-radius: 18px;
  overflow: hidden;
  background: var(--bl-burgundy);
}

.bl-play__stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.bl-play__stage img.is-active { opacity: 1; }

.bl-play__stage-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 2 30 / 88%) 0%, rgb(0 2 30 / 10%) 55%);
  z-index: 1;
}

.bl-play__stage-copy {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 2;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.6;
  font-weight: 600;
}

@media (max-width: 760px) {
  .bl-play { grid-template-columns: 1fr; }
  .bl-play__stage { order: -1; }
}

/* ── Itinerary integration mock ── */

.bl-itin { border: 1px solid var(--bl-line); border-radius: 18px; overflow: hidden; }

.bl-itin__row {
  display: grid;
  grid-template-columns: 90px 1fr;
  border-top: 1px solid var(--bl-line);
}

.bl-itin__row:first-child { border-top: none; }

.bl-itin__time {
  padding: 18px 16px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--bl-cream-faint);
  border-right: 1px solid var(--bl-line);
}

.bl-itin__what { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

.bl-itin__label { font-size: 15px; font-weight: 600; }

.bl-itin__slot {
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bl-navy);
  background: var(--bl-burgundy-bright);
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

.bl-itin__note {
  margin: 22px 0 0;
  font-size: 15px;
  color: var(--bl-cream-dim);
  font-style: italic;
}

/* ── Content ecosystem flow ── */

.bl-flow { display: flex; flex-direction: column; align-items: center; gap: 0; }

.bl-flow__step {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  text-transform: uppercase;
  padding: 14px 26px;
  border: 1.5px solid var(--bl-line);
  border-radius: 999px;
  background: rgb(255 253 208 / 3%);
}

.bl-flow__step--peak {
  border-color: var(--bl-burgundy-bright);
  background: var(--bl-burgundy);
}

.bl-flow__arrow { color: var(--bl-cream-faint); font-size: 20px; padding: 6px 0; }

/* ── UGC split ── */

.bl-ugc { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--bl-line); border: 1px solid var(--bl-line); border-radius: 18px; overflow: hidden; }

.bl-ugc__col { background: var(--bl-navy); padding: clamp(28px, 4vw, 44px); }

.bl-ugc__col--accent { background: var(--bl-burgundy); }

.bl-ugc__tag { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bl-cream-dim); margin-bottom: 14px; }

.bl-ugc__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(1.3rem, 2.6vw, 1.9rem); text-transform: lowercase; margin: 0 0 14px; line-height: 1.05; }

.bl-ugc__line { font-size: 15px; color: var(--bl-cream-dim); line-height: 1.7; margin: 0; }

@media (max-width: 760px) {
  .bl-ugc { grid-template-columns: 1fr; }
}

/* ── Content wall ── */

.bl-wall {
  columns: 4 220px;
  column-gap: 12px;
}

.bl-wall img,
.bl-wall video {
  width: 100%;
  display: block;
  border-radius: 10px;
  margin: 0 0 12px;
  break-inside: avoid;
}

@media (max-width: 640px) {
  .bl-wall { columns: 2 140px; }
}

/* ── Previous trips (real, linked) ── */

.bl-trips { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.bl-trip {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--bl-line);
}

.bl-trip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.bl-trip:hover img { transform: scale(1.06); }

.bl-trip::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(0 2 30 / 92%) 0%, rgb(0 2 30 / 15%) 55%); }

.bl-trip__body { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 1; }

.bl-trip__meta { font-family: var(--font-display); font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bl-burgundy-bright); margin-bottom: 6px; }

.bl-trip__name { font-family: var(--font-display); font-weight: 900; font-size: clamp(1.3rem, 2.4vw, 1.8rem); text-transform: lowercase; margin: 0 0 4px; }

.bl-trip__tag { font-size: 13.5px; color: var(--bl-cream-dim); margin: 0; font-style: italic; }

@media (max-width: 640px) {
  .bl-trips { grid-template-columns: 1fr; }
}

/* ── Brand categories: "own the ___" grid ── */

.bl-own { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--bl-line); border: 1px solid var(--bl-line); border-radius: 18px; overflow: hidden; }

.bl-own__cell { background: var(--bl-navy); padding: 26px 22px; transition: background 0.25s ease; }
.bl-own__cell:hover { background: rgb(122 31 43 / 30%); }

.bl-own__cat { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bl-cream-faint); margin-bottom: 10px; }

.bl-own__line { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.05rem, 1.8vw, 1.35rem); text-transform: lowercase; margin: 0; line-height: 1.15; }

@media (max-width: 760px) {
  .bl-own { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .bl-own { grid-template-columns: 1fr; }
}

/* ── Manifesto ── */

.bl-manifesto { text-align: center; }

.bl-manifesto__lines { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 22px; margin-top: 38px; }

.bl-manifesto__word {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.1rem, 2.4vw, 1.6rem);
  text-transform: lowercase;
  color: var(--bl-cream-faint);
  transition: color 0.3s ease;
}

.bl-manifesto__word.is-lit { color: var(--bl-burgundy-bright); }

/* ── The difference: comparison ── */

.bl-vs { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(20px, 4vw, 48px); align-items: start; }

.bl-vs__side h3 { font-family: var(--font-display); font-weight: 900; font-size: clamp(1.1rem, 2.2vw, 1.5rem); text-transform: lowercase; margin: 0 0 18px; }

.bl-vs__side--them h3 { color: var(--bl-cream-faint); }
/* "O Y E S T O R E" is a spelled-out wordmark, not a headline - stays
   capitalized, same exception the brand name gets everywhere else on
   the site. */
.bl-vs__side--us h3 { color: var(--bl-cream); letter-spacing: 0.14em; text-transform: uppercase; }

.bl-vs__side ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }

.bl-vs__side--them li { font-size: 15px; color: var(--bl-cream-faint); }

.bl-vs__side--us li { font-size: 16px; font-weight: 700; color: var(--bl-cream); }

.bl-vs__div {
  width: 1px;
  background: var(--bl-line);
  align-self: stretch;
}

@media (max-width: 640px) {
  .bl-vs { grid-template-columns: 1fr; }
  .bl-vs__div { display: none; }
}

/* ── Flywheel ── */

.bl-wheel { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; max-width: 900px; margin: 0 auto; }

.bl-wheel__node {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1.5px solid var(--bl-line);
}

.bl-wheel__node--peak { border-color: var(--bl-burgundy-bright); background: var(--bl-burgundy); }

.bl-wheel__sep { color: var(--bl-cream-faint); font-size: 16px; }

/* ── Final CTA: full-bleed cinematic close ── */

.bl-final {
  position: relative;
  min-height: 82svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.bl-final img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.bl-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 2 30 / 55%) 0%, rgb(0 2 30 / 78%) 60%, var(--bl-navy) 100%);
  z-index: 1;
}

.bl-final__inner { position: relative; z-index: 2; }

.bl-final__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.6rem, 7.5vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  margin: 0 0 24px;
  max-width: 900px;
}

.bl-final__lines { display: grid; gap: 4px; margin: 0 0 40px; }

.bl-final__lines p { font-size: clamp(15px, 1.8vw, 18px); color: var(--bl-cream-dim); margin: 0; }

.bl-final__lines strong { color: var(--bl-cream); font-weight: 700; }

/* ── Scroll reveal (shared) ── */

.bl.js-bl-reveal [data-bl-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.bl.js-bl-reveal [data-bl-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Floating CTA - same treatment as .topbar__cta, just fixed in
   place while scrolling. ── */

.bl-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 2px solid var(--color-ink);
  background: var(--color-accent-red);
  color: var(--bl-cream);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--color-ink);
  opacity: 0;
  transform: translateY(18px) scale(0.92);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.bl-float.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.bl-float:hover { transform: translateY(-3px) scale(1.03); }

@media (max-width: 480px) {
  .bl-float { right: 14px; bottom: 14px; padding: 12px 18px; font-size: 12.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .bl.js-bl-reveal [data-bl-reveal] { opacity: 1; transform: none; transition: none; }
  .bl-float { transition: opacity 0.2s ease; }
  .bl-hero__collage img, .bl-trip img, .bl-proof__item img { transition: none; }
}
