:root {
  --explore-ink: #19171b;
  --explore-muted: #6f6b73;
  --explore-paper: #ffffff;
  --explore-soft: #f6f3ef;
  --explore-line: rgba(28, 23, 20, 0.1);
  --explore-orange: #ff4d00;
  --explore-pink: #ff075c;
  --explore-green: #1f7a5a;
  --explore-radius-xl: 38px;
  --explore-radius-lg: 28px;
  --explore-radius-md: 20px;
  --explore-shadow: 0 28px 80px rgba(51, 37, 29, 0.11), 0 8px 24px rgba(51, 37, 29, 0.05);
}

.bf-page-explore {
  background:
    radial-gradient(circle at 1% 2%, rgba(255, 171, 74, 0.16), transparent 28rem),
    radial-gradient(circle at 98% 10%, rgba(255, 0, 85, 0.08), transparent 28rem),
    #f7f5f1 !important;
}

.bf-explore,
.bf-explore * {
  box-sizing: border-box;
}

.bf-explore {
  width: min(calc(100% - 44px), 1240px);
  margin: 0 auto;
  padding: 30px 0 88px;
  color: var(--explore-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bf-explore svg {
  display: block;
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.bf-explore a,
.bf-explore button,
.bf-explore input {
  font: inherit;
}

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

.bf-explore-section-label {
  display: block;
  margin-bottom: 12px;
  color: #e64712;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bf-explore-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--explore-radius-xl);
  background: #26302f;
  box-shadow: 0 36px 96px rgba(36, 29, 24, 0.2), 0 10px 30px rgba(36, 29, 24, 0.08);
  isolation: isolate;
}

.bf-explore-hero > img {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.bf-explore-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 13, 14, 0.91) 0%, rgba(10, 13, 14, 0.68) 42%, rgba(10, 13, 14, 0.14) 78%),
    linear-gradient(0deg, rgba(10, 13, 14, 0.76) 0%, transparent 38%);
}

.bf-explore-hero-content {
  display: flex;
  width: min(690px, 66%);
  min-height: 545px;
  flex-direction: column;
  justify-content: center;
  padding: 76px 0 58px 70px;
  color: #fff;
}

.bf-explore-hero-eyebrow,
.bf-explore-kicker {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.94);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.bf-explore-hero h1 {
  max-width: 700px;
  margin: 24px 0 20px;
  font-size: clamp(48px, 5.8vw, 78px);
  font-weight: 930;
  letter-spacing: -0.068em;
  line-height: 0.96;
  text-wrap: balance;
}

.bf-explore-hero-content > p {
  max-width: 590px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 17px;
  font-weight: 520;
  line-height: 1.65;
}

.bf-explore-search {
  display: grid;
  width: min(100%, 610px);
  min-height: 62px;
  grid-template-columns: 31px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  padding: 8px 9px 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 55px rgba(5, 8, 9, 0.23);
  color: #29272c;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.bf-explore-search > span {
  display: grid;
  place-items: center;
  color: #77737b;
}

.bf-explore-search input {
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1b191d;
  font-size: 14px;
  font-weight: 620;
}

.bf-explore-search input::placeholder {
  color: #8d8990;
}

.bf-explore-search button {
  height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--explore-pink), var(--explore-orange));
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 820;
  box-shadow: 0 12px 28px rgba(255, 57, 38, 0.25);
}

.bf-explore-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 19px;
}

.bf-explore-button {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 820;
  text-decoration: none;
}

.bf-explore-button.is-light {
  background: #fff;
  color: #1b191d;
}

.bf-explore-button.is-glass {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.bf-explore-hero-foot {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 21px;
  background: rgba(13, 17, 18, 0.43);
  color: #fff;
  backdrop-filter: blur(19px) saturate(145%);
  -webkit-backdrop-filter: blur(19px) saturate(145%);
}

.bf-explore-hero-foot > span {
  display: flex;
  min-height: 74px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 13px 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.bf-explore-hero-foot > span:last-child {
  border-right: 0;
}

.bf-explore-hero-foot strong {
  font-size: 12px;
  font-weight: 830;
}

.bf-explore-hero-foot small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-explore-hero-credit,
.bf-explore-photo-credit {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 20px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(9, 11, 12, 0.42);
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
  font-weight: 650;
  text-decoration: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bf-explore-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: 82px;
  padding: 82px 34px 58px;
}

.bf-explore-intro h2,
.bf-explore-section-heading h2,
.bf-explore-guide-section h2,
.bf-explore-editorial-lead h2,
.bf-explore-community-heading h2 {
  margin: 0;
  color: var(--explore-ink);
  font-size: clamp(31px, 3.7vw, 50px);
  font-weight: 910;
  letter-spacing: -0.058em;
  line-height: 1.02;
  text-wrap: balance;
}

.bf-explore-intro > p {
  margin: 0;
  color: var(--explore-muted);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.76;
}

.bf-explore-editorial-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin: 0 0 80px;
  border: 1px solid var(--explore-line);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(43, 33, 27, 0.05);
}

.bf-explore-editorial-strip article {
  display: grid;
  min-height: 135px;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 27px 25px;
  border-right: 1px solid var(--explore-line);
}

.bf-explore-editorial-strip article:last-child {
  border-right: 0;
}

.bf-explore-editorial-strip article > span {
  color: #e84b17;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.bf-explore-editorial-strip strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 850;
}

.bf-explore-editorial-strip p {
  margin: 0;
  color: var(--explore-muted);
  font-size: 12px;
  line-height: 1.6;
}

.bf-explore-discover {
  scroll-margin-top: 90px;
}

.bf-explore-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.bf-explore-section-heading > p {
  margin: 0 0 6px;
  color: var(--explore-muted);
  font-size: 12px;
  font-weight: 720;
}

.bf-explore-filter-scroll {
  margin: 0 -5px 30px;
  overflow-x: auto;
  padding: 5px;
  scrollbar-width: none;
}

.bf-explore-filter-scroll::-webkit-scrollbar {
  display: none;
}

.bf-explore-filters {
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 8px;
}

.bf-explore-filters button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(28, 23, 20, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #565159;
  cursor: pointer;
  font-size: 11px;
  font-weight: 760;
  white-space: nowrap;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.bf-explore-filters button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 77, 0, 0.25);
}

.bf-explore-filters button.is-active {
  border-color: #1c191d;
  background: #1c191d;
  color: #fff;
  box-shadow: 0 10px 23px rgba(28, 25, 29, 0.16);
}

.bf-explore-filters svg {
  width: 17px;
  height: 17px;
}

.bf-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bf-explore-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--explore-line);
  border-radius: var(--explore-radius-lg);
  background: var(--explore-paper);
  box-shadow: 0 20px 55px rgba(44, 33, 27, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bf-explore-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 72px rgba(44, 33, 27, 0.12);
}

.bf-explore-card[hidden],
.bf-explore-card.is-filter-hidden {
  display: none !important;
}

.bf-explore-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.bf-explore-card-photo {
  position: relative;
  height: 235px;
  overflow: hidden;
  background: linear-gradient(135deg, #df9a59, #8b4d36);
}

.bf-explore-card-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(.2, .75, .2, 1);
}

.bf-explore-card:hover .bf-explore-card-photo > img {
  transform: scale(1.045);
}

.bf-explore-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 9, 10, 0.04) 25%, rgba(7, 9, 10, 0.68) 100%);
}

.bf-explore-card-category,
.bf-explore-card-duration {
  position: absolute;
  bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 29px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(10, 12, 13, 0.42);
  color: #fff;
  font-size: 9px;
  font-weight: 790;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bf-explore-card-category {
  left: 15px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.bf-explore-card-duration {
  right: 15px;
}

.bf-explore-card-duration svg {
  width: 14px;
  height: 14px;
}

.bf-explore-card-body {
  display: flex;
  min-height: 242px;
  flex-direction: column;
  padding: 23px 22px 24px;
}

.bf-explore-card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: #a04b27;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bf-explore-card-location svg {
  width: 15px;
  height: 15px;
}

.bf-explore-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.bf-explore-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--explore-muted);
  font-size: 12px;
  font-weight: 510;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bf-explore-card-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 19px;
  color: #1d1a1e;
  font-size: 11px;
  font-weight: 850;
}

.bf-explore-card-more svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.bf-explore-card:hover .bf-explore-card-more svg {
  transform: translateX(4px);
}

.bf-explore-card-save {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(12, 14, 15, 0.38);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.bf-explore-card-save[aria-pressed="true"] {
  background: #fff;
  color: var(--explore-pink);
}

.bf-explore-card-save:disabled {
  opacity: 0.6;
  cursor: wait;
}

.bf-explore-image-fallback {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  background:
    radial-gradient(circle at 75% 30%, rgba(255, 255, 255, 0.24), transparent 20%),
    linear-gradient(135deg, #ca6c3a, #465f5a);
  color: rgba(255, 255, 255, 0.82);
}

.bf-explore-image-fallback svg {
  width: 58px;
  height: 58px;
}

[data-explore-image].is-image-error > img {
  display: none;
}

[data-explore-image].is-image-error > .bf-explore-image-fallback {
  display: grid;
}

.bf-explore-empty {
  display: grid;
  min-height: 340px;
  place-items: center;
  align-content: center;
  gap: 10px;
  margin-top: 20px;
  border: 1px dashed rgba(35, 29, 26, 0.17);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
}

.bf-explore-empty[hidden] {
  display: none;
}

.bf-explore-empty > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #df4c1b;
  box-shadow: 0 12px 30px rgba(50, 37, 30, 0.08);
}

.bf-explore-empty h3 {
  margin: 5px 0 0;
  font-size: 24px;
  font-weight: 880;
  letter-spacing: -0.04em;
}

.bf-explore-empty p {
  margin: 0;
  color: var(--explore-muted);
  font-size: 13px;
}

.bf-explore-empty button {
  min-height: 42px;
  margin-top: 7px;
  padding: 0 17px;
  border: 0;
  border-radius: 13px;
  background: #1d1a1e;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

/* Detail */
.bf-explore-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 2px 5px 20px;
  color: #817b83;
  font-size: 11px;
  font-weight: 650;
}

.bf-explore-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.bf-explore-breadcrumb a:hover {
  color: #d84b18;
}

.bf-explore-guide-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--explore-radius-xl);
  background: #27302f;
  box-shadow: var(--explore-shadow);
  isolation: isolate;
}

.bf-explore-guide-photo,
.bf-explore-guide-photo-shade {
  position: absolute;
  inset: 0;
}

.bf-explore-guide-photo {
  z-index: -2;
  overflow: hidden;
}

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

.bf-explore-guide-photo-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(10, 12, 13, 0.87) 0%, rgba(10, 12, 13, 0.58) 48%, rgba(10, 12, 13, 0.13) 82%),
    linear-gradient(0deg, rgba(10, 12, 13, 0.68), transparent 48%);
}

.bf-explore-guide-heading {
  display: flex;
  min-height: 620px;
  width: min(730px, 72%);
  flex-direction: column;
  justify-content: end;
  padding: 70px 68px 72px;
  color: #fff;
}

.bf-explore-guide-heading h1 {
  max-width: 760px;
  margin: 23px 0 17px;
  font-size: clamp(52px, 6.5vw, 84px);
  font-weight: 930;
  letter-spacing: -0.07em;
  line-height: 0.94;
  text-wrap: balance;
}

.bf-explore-guide-heading > p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.bf-explore-guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.bf-explore-guide-meta span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;
  background: rgba(12, 14, 15, 0.31);
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 740;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.bf-explore-guide-meta svg {
  width: 15px;
  height: 15px;
}

.bf-explore-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 42px;
  padding: 70px 22px 88px;
}

.bf-explore-guide-content {
  min-width: 0;
}

.bf-explore-editorial-lead,
.bf-explore-guide-section {
  padding: 0 16px 65px;
  border-bottom: 1px solid var(--explore-line);
  margin-bottom: 65px;
}

.bf-explore-editorial-lead h2,
.bf-explore-guide-section h2 {
  max-width: 760px;
}

.bf-explore-rich-copy {
  max-width: 790px;
  margin-top: 28px;
}

.bf-explore-rich-copy p {
  margin: 0 0 20px;
  color: #5f5a62;
  font-size: 16px;
  font-weight: 490;
  line-height: 1.86;
}

.bf-explore-rich-copy p:first-child::first-letter {
  float: left;
  margin: 7px 9px 0 0;
  color: #dc4a15;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.75;
}

.bf-explore-do-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 30px;
}

.bf-explore-do-grid article {
  display: grid;
  min-height: 132px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 23px;
  border: 1px solid var(--explore-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
}

.bf-explore-do-grid article > span {
  color: #e74b16;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.bf-explore-do-grid h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 820;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.bf-explore-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.bf-explore-highlight {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 13px;
  padding: 17px 18px;
  border: 1px solid var(--explore-line);
  border-radius: 18px;
  background: #fff;
}

.bf-explore-highlight > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #fff1e9;
  color: #dd4a14;
}

.bf-explore-highlight strong {
  font-size: 12px;
  font-weight: 780;
  line-height: 1.4;
}

.bf-explore-practical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 30px;
}

.bf-explore-practical-grid article {
  display: flex;
  min-height: 145px;
  gap: 16px;
  padding: 23px;
  border: 1px solid var(--explore-line);
  border-radius: 22px;
  background: #fff;
}

.bf-explore-practical-grid article > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: #f5f1ec;
  color: #da4b18;
}

.bf-explore-practical-grid article > span svg {
  width: 19px;
  height: 19px;
}

.bf-explore-practical-grid small {
  display: block;
  margin-bottom: 7px;
  color: #9a949c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bf-explore-practical-grid strong {
  display: block;
  color: #3b373d;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
}

.bf-explore-tips ul {
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.bf-explore-tips li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.72);
}

.bf-explore-tips li > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #e9f6ef;
  color: var(--explore-green);
}

.bf-explore-tips li > span svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.3;
}

.bf-explore-tips p {
  margin: 3px 0 0;
  color: #57525a;
  font-size: 13px;
  line-height: 1.55;
}

.bf-explore-gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
}

.bf-explore-gallery-heading p {
  margin: 0 0 5px;
  color: var(--explore-muted);
  font-size: 12px;
}

.bf-explore-gallery {
  display: grid;
  grid-template-columns: 1.35fr 0.82fr;
  grid-template-rows: repeat(2, 220px);
  gap: 12px;
  margin-top: 30px;
}

.bf-explore-gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: #ddd;
  cursor: zoom-in;
}

.bf-explore-gallery-item:first-child {
  grid-row: 1 / span 2;
}

.bf-explore-gallery-item > span {
  position: absolute;
  inset: 0;
}

.bf-explore-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.bf-explore-gallery-item:hover img {
  transform: scale(1.035);
}

.bf-explore-gallery-item small {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  overflow: hidden;
  padding: 7px 9px;
  border-radius: 10px;
  background: rgba(9, 11, 12, 0.48);
  color: rgba(255, 255, 255, 0.83);
  font-size: 8px;
  font-weight: 650;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bf-explore-source-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 16px;
  padding: 19px 20px;
  border: 1px solid rgba(222, 75, 22, 0.15);
  border-radius: 19px;
  background: #fff5ed;
  color: #6c4a3b;
}

.bf-explore-source-note > svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #dd4b17;
}

.bf-explore-source-note p {
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
}

.bf-explore-guide-actions {
  position: sticky;
  top: 92px;
  padding: 27px;
  border: 1px solid var(--explore-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 23px 60px rgba(48, 35, 28, 0.09);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.bf-explore-guide-actions h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 910;
  letter-spacing: -0.05em;
  line-height: 1;
}

.bf-explore-guide-actions > p {
  margin: 13px 0 23px;
  color: var(--explore-muted);
  font-size: 12px;
  line-height: 1.6;
}

.bf-explore-guide-actions > a:not(.bf-explore-official),
.bf-explore-guide-actions > button {
  display: flex;
  width: 100%;
  min-height: 51px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
  padding: 0 14px;
  border: 1px solid var(--explore-line);
  border-radius: 15px;
  background: #fff;
  color: #2a272c;
  cursor: pointer;
  font-size: 10px;
  font-weight: 790;
  text-align: left;
  text-decoration: none;
}

.bf-explore-guide-actions > a.is-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--explore-pink), var(--explore-orange));
  color: #fff;
  box-shadow: 0 13px 30px rgba(255, 70, 23, 0.22);
}

.bf-explore-guide-actions > a span,
.bf-explore-guide-actions > button span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.bf-explore-guide-actions > a > svg {
  width: 16px;
  height: 16px;
}

.bf-explore-guide-actions > button[aria-pressed="true"] {
  border-color: rgba(255, 0, 85, 0.22);
  background: #fff2f6;
  color: #d90850;
}

.bf-explore-official {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 17px;
  color: #8b858d;
  font-size: 9px;
  font-weight: 730;
  text-decoration: none;
}

.bf-explore-official svg {
  width: 13px;
  height: 13px;
}

/* Community */
.bf-explore-community {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 60px;
  align-items: center;
  margin-top: 95px;
  padding: 58px;
  border-radius: 32px;
  background: #19171b;
  color: #fff;
  box-shadow: 0 28px 72px rgba(30, 23, 19, 0.14);
}

.bf-explore-community-heading h2 {
  color: #fff;
}

.bf-explore-community-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bf-explore-community-actions a {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 10px;
  font-weight: 760;
  text-decoration: none;
}

.bf-explore-community-actions a span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bf-explore-community-actions a > svg {
  width: 16px;
  height: 16px;
}

.bf-explore-age-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 0;
  color: #8a848c;
}

.bf-explore-age-note svg {
  width: 16px;
  height: 16px;
}

.bf-explore-age-note p {
  margin: 0;
  font-size: 10px;
}

/* Toast and lightbox */
.bf-explore-toast {
  position: fixed;
  z-index: 99999;
  right: 20px;
  bottom: calc(24px + env(safe-area-inset-bottom));
  max-width: min(340px, calc(100vw - 40px));
  padding: 13px 17px;
  border-radius: 14px;
  background: #1b191d;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  font-size: 11px;
  font-weight: 730;
}

.bf-explore-toast[hidden] {
  display: none;
}

.bf-explore-lightbox {
  width: min(1100px, calc(100vw - 36px));
  max-width: none;
  height: min(800px, calc(100dvh - 36px));
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 25px;
  background: #111;
  color: #fff;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48);
}

.bf-explore-lightbox::backdrop {
  background: rgba(5, 5, 6, 0.82);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.bf-explore-lightbox figure {
  display: grid;
  height: 100%;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
}

.bf-explore-lightbox figure > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: #090909;
}

.bf-explore-lightbox figcaption {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 20px;
  background: #161517;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.bf-explore-lightbox figcaption a {
  color: #fff;
  font-weight: 720;
  text-decoration: none;
}

.bf-explore-lightbox-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(10, 10, 11, 0.58);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Tablet */
@media (max-width: 1040px) {
  .bf-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-explore-guide-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
  }

  .bf-explore-community {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .bf-explore-community-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bf-explore-community-actions a {
    min-height: 95px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (max-width: 820px) {
  .bf-explore {
    width: min(calc(100% - 28px), 1240px);
    padding-top: 18px;
  }

  .bf-explore-hero {
    min-height: 680px;
    border-radius: 30px;
  }

  .bf-explore-hero-content {
    width: 100%;
    min-height: 560px;
    justify-content: end;
    padding: 55px 28px 115px;
  }

  .bf-explore-hero h1 {
    font-size: clamp(43px, 11vw, 65px);
  }

  .bf-explore-hero-foot {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .bf-explore-intro {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 60px 12px 45px;
  }

  .bf-explore-editorial-strip {
    grid-template-columns: 1fr;
    margin-bottom: 62px;
  }

  .bf-explore-editorial-strip article {
    min-height: 100px;
    border-right: 0;
    border-bottom: 1px solid var(--explore-line);
  }

  .bf-explore-editorial-strip article:last-child {
    border-bottom: 0;
  }

  .bf-explore-guide-hero {
    min-height: 590px;
    border-radius: 30px;
  }

  .bf-explore-guide-heading {
    width: 100%;
    min-height: 590px;
    justify-content: end;
    padding: 60px 30px 54px;
  }

  .bf-explore-guide-heading h1 {
    font-size: clamp(48px, 12vw, 70px);
  }

  .bf-explore-guide-layout {
    grid-template-columns: 1fr;
    padding: 52px 0 70px;
  }

  .bf-explore-guide-actions {
    position: static;
    margin: 0 10px;
    order: -1;
  }

  .bf-explore-community-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 620px) {
  .bf-page-explore {
    background: #f7f5f1 !important;
  }

  .bf-explore {
    width: 100%;
    padding: 0 0 calc(86px + env(safe-area-inset-bottom));
  }

  .bf-explore-hero,
  .bf-explore-guide-hero {
    min-height: 620px;
    border-radius: 0 0 27px 27px;
    border-right: 0;
    border-left: 0;
  }

  .bf-explore-hero > img {
    object-position: 58% center;
  }

  .bf-explore-hero-shade {
    background:
      linear-gradient(0deg, rgba(9, 12, 13, 0.91) 0%, rgba(9, 12, 13, 0.62) 48%, rgba(9, 12, 13, 0.16) 100%);
  }

  .bf-explore-hero-content {
    min-height: 500px;
    padding: 76px 18px 120px;
  }

  .bf-explore-hero-eyebrow {
    padding: 8px 11px;
    font-size: 9px;
  }

  .bf-explore-hero h1 {
    margin-top: 19px;
    font-size: clamp(41px, 13vw, 56px);
    letter-spacing: -0.062em;
  }

  .bf-explore-hero-content > p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.55;
  }

  .bf-explore-search {
    min-height: 57px;
    grid-template-columns: 26px minmax(0, 1fr);
    padding: 7px 12px;
    border-radius: 17px;
  }

  .bf-explore-search input {
    height: 42px;
    font-size: 13px;
  }

  .bf-explore-search button {
    grid-column: 1 / -1;
    display: none;
  }

  .bf-explore-hero-actions {
    margin-top: 14px;
  }

  .bf-explore-button {
    min-height: 43px;
    padding: 0 14px;
    font-size: 10px;
  }

  .bf-explore-hero-foot {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-radius: 17px;
  }

  .bf-explore-hero-foot > span {
    min-height: 66px;
    padding: 10px 9px;
  }

  .bf-explore-hero-foot strong {
    font-size: 9px;
  }

  .bf-explore-hero-foot small {
    font-size: 7px;
  }

  .bf-explore-hero-credit,
  .bf-explore-photo-credit {
    top: 12px;
    right: 12px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bf-explore-intro {
    padding: 52px 18px 38px;
  }

  .bf-explore-intro h2,
  .bf-explore-section-heading h2,
  .bf-explore-guide-section h2,
  .bf-explore-editorial-lead h2,
  .bf-explore-community-heading h2 {
    font-size: 33px;
  }

  .bf-explore-editorial-strip {
    margin: 0 14px 58px;
    border-radius: 21px;
  }

  .bf-explore-editorial-strip article {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 20px;
  }

  .bf-explore-discover {
    padding: 0 14px;
  }

  .bf-explore-section-heading {
    align-items: end;
    margin-bottom: 18px;
  }

  .bf-explore-section-heading > p {
    flex: 0 0 auto;
    font-size: 9px;
  }

  .bf-explore-filter-scroll {
    margin-right: -14px;
    margin-bottom: 19px;
  }

  .bf-explore-filters {
    padding-right: 14px;
  }

  .bf-explore-filters button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 10px;
  }

  .bf-explore-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .bf-explore-card {
    border-radius: 23px;
  }

  .bf-explore-card:hover {
    transform: none;
  }

  .bf-explore-card-photo {
    height: 228px;
  }

  .bf-explore-card-body {
    min-height: 210px;
    padding: 20px 19px 21px;
  }

  .bf-explore-card h3 {
    font-size: 26px;
  }

  .bf-explore-card p {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  .bf-explore-card-save {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 12px;
  }

  .bf-explore-breadcrumb {
    margin: 0;
    padding: 14px 16px;
    overflow-x: auto;
    background: #fff;
    white-space: nowrap;
  }

  .bf-explore-guide-photo-shade {
    background:
      linear-gradient(0deg, rgba(8, 10, 11, 0.9) 0%, rgba(8, 10, 11, 0.5) 52%, rgba(8, 10, 11, 0.12) 100%);
  }

  .bf-explore-guide-heading {
    min-height: 620px;
    padding: 78px 18px 35px;
  }

  .bf-explore-guide-heading h1 {
    margin: 19px 0 14px;
    font-size: clamp(45px, 14vw, 62px);
  }

  .bf-explore-guide-heading > p {
    font-size: 14px;
    line-height: 1.55;
  }

  .bf-explore-guide-meta {
    gap: 6px;
    margin-top: 18px;
  }

  .bf-explore-guide-meta span {
    min-height: 34px;
    padding: 0 10px;
    font-size: 8px;
  }

  .bf-explore-guide-layout {
    gap: 42px;
    padding: 34px 0 58px;
  }

  .bf-explore-guide-actions {
    margin: 0 14px;
    padding: 22px;
    border-radius: 22px;
  }

  .bf-explore-guide-actions h2 {
    font-size: 29px;
  }

  .bf-explore-editorial-lead,
  .bf-explore-guide-section {
    margin: 0 14px 48px;
    padding: 0 4px 48px;
  }

  .bf-explore-rich-copy {
    margin-top: 22px;
  }

  .bf-explore-rich-copy p {
    font-size: 14px;
    line-height: 1.8;
  }

  .bf-explore-rich-copy p:first-child::first-letter {
    font-size: 49px;
  }

  .bf-explore-do-grid,
  .bf-explore-highlight-grid,
  .bf-explore-practical-grid {
    grid-template-columns: 1fr;
  }

  .bf-explore-do-grid article {
    min-height: 102px;
  }

  .bf-explore-practical-grid article {
    min-height: 118px;
  }

  .bf-explore-gallery-heading {
    display: block;
  }

  .bf-explore-gallery-heading p {
    margin-top: 9px;
  }

  .bf-explore-gallery {
    display: flex;
    grid-template: none;
    gap: 10px;
    margin: 24px -18px 0 0;
    overflow-x: auto;
    padding-right: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .bf-explore-gallery::-webkit-scrollbar {
    display: none;
  }

  .bf-explore-gallery-item,
  .bf-explore-gallery-item:first-child {
    width: min(82vw, 330px);
    height: 270px;
    flex: 0 0 auto;
    grid-row: auto;
    scroll-snap-align: start;
    border-radius: 19px;
  }

  .bf-explore-source-note {
    margin: 0 14px;
  }

  .bf-explore-community {
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 65px 14px 0;
    padding: 30px 22px;
    border-radius: 25px;
  }

  .bf-explore-community-actions {
    grid-template-columns: 1fr;
  }

  .bf-explore-community-actions a {
    min-height: 56px;
    flex-direction: row;
    align-items: center;
  }

  .bf-explore-age-note {
    padding: 0 20px;
    text-align: center;
  }

  .bf-explore-lightbox {
    width: 100vw;
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .bf-explore-lightbox figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .bf-explore-toast {
    right: 14px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    left: 14px;
    max-width: none;
    text-align: center;
  }
}

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

/* =========================================================
   Explora · responsive production pass
   Desktop, tablet and mobile optimisation
   ========================================================= */

.bf-explore-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.bf-explore {
  width: min(calc(100% - 48px), 1320px);
  padding-top: 24px;
}

.bf-explore a,
.bf-explore button,
.bf-explore input {
  -webkit-tap-highlight-color: transparent;
}

.bf-explore button,
.bf-explore a {
  touch-action: manipulation;
}

.bf-explore a:focus-visible,
.bf-explore button:focus-visible,
.bf-explore input:focus-visible {
  outline: 3px solid rgba(255, 77, 0, 0.34);
  outline-offset: 3px;
}

.bf-explore-hero {
  min-height: clamp(570px, 68vh, 650px);
}

.bf-explore-hero-content {
  width: min(720px, 62%);
  min-height: clamp(470px, 58vh, 550px);
  padding-left: clamp(44px, 5.1vw, 74px);
}

.bf-explore-hero h1 {
  font-size: clamp(50px, 5.35vw, 76px);
}

.bf-explore-search {
  grid-template-columns: 31px minmax(0, 1fr) 38px auto;
}

.bf-explore-search-icon {
  display: grid;
  place-items: center;
}

.bf-explore-search-clear {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #efedf0;
  color: #6f6b73;
  cursor: pointer;
}

.bf-explore-search-clear[hidden] {
  display: none;
}

.bf-explore-search-clear svg {
  width: 16px;
  height: 16px;
}

.bf-explore-search-submit {
  min-width: 88px;
}

.bf-explore-filter-scroll {
  overflow: visible;
}

.bf-explore-filters {
  width: 100%;
  min-width: 0;
  flex-wrap: wrap;
}

.bf-explore-filters button {
  min-height: 44px;
}

.bf-explore-grid {
  gap: 18px;
}

.bf-explore-card {
  content-visibility: auto;
  contain-intrinsic-size: 430px;
}

.bf-explore-card-link {
  border-radius: inherit;
}

.bf-explore-card-photo > img,
.bf-explore-guide-photo > img,
.bf-explore-gallery-item img,
.bf-explore-hero > img {
  user-select: none;
  -webkit-user-drag: none;
}

.bf-explore-card-body {
  min-height: 220px;
}

.bf-explore-guide-hero {
  min-height: clamp(560px, 67vh, 640px);
}

.bf-explore-guide-heading {
  min-height: clamp(560px, 67vh, 640px);
  width: min(760px, 68%);
  padding-left: clamp(42px, 5vw, 72px);
  padding-right: 34px;
}

.bf-explore-guide-heading h1 {
  font-size: clamp(52px, 5.9vw, 82px);
}

.bf-explore-guide-layout {
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: clamp(34px, 4vw, 52px);
  padding-right: 8px;
  padding-left: 8px;
}

.bf-explore-guide-actions {
  top: 84px;
}

.bf-explore-mobile-dock {
  display: none;
}

.bf-explore-lightbox-nav {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background: rgba(10, 10, 11, 0.58);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bf-explore-lightbox-nav[hidden] {
  display: none;
}

.bf-explore-lightbox-nav.is-prev {
  left: 14px;
}

.bf-explore-lightbox-nav.is-prev svg {
  transform: rotate(180deg);
}

.bf-explore-lightbox-nav.is-next {
  right: 14px;
}

.bf-explore-lightbox-counter {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.56);
  font-variant-numeric: tabular-nums;
  font-weight: 760;
}

@media (min-width: 1181px) {
  .bf-explore-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bf-explore-card-photo {
    height: 205px;
  }

  .bf-explore-card-body {
    min-height: 214px;
    padding: 21px 20px 22px;
  }

  .bf-explore-card h3 {
    font-size: 22px;
  }

  .bf-explore-card p {
    font-size: 11.5px;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 1180px) {
  .bf-explore {
    width: min(calc(100% - 36px), 1120px);
  }

  .bf-explore-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bf-explore-guide-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 30px;
  }
}

@media (max-width: 940px) {
  .bf-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-explore-hero-content {
    width: min(700px, 76%);
  }

  .bf-explore-guide-layout {
    grid-template-columns: 1fr;
  }

  .bf-explore-guide-actions {
    position: static;
    order: -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 0 10px;
  }

  .bf-explore-guide-actions > .bf-explore-section-label,
  .bf-explore-guide-actions > h2,
  .bf-explore-guide-actions > p,
  .bf-explore-guide-actions > .bf-explore-official {
    grid-column: 1 / -1;
  }

  .bf-explore-guide-actions > a:not(.bf-explore-official),
  .bf-explore-guide-actions > button {
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  .bf-explore {
    width: min(calc(100% - 24px), 780px);
    padding-top: 12px;
  }

  .bf-explore-hero {
    min-height: 620px;
  }

  .bf-explore-hero-content {
    width: 100%;
    min-height: 510px;
    padding: 56px 26px 112px;
  }

  .bf-explore-hero h1 {
    font-size: clamp(44px, 10vw, 62px);
  }

  .bf-explore-filter-scroll {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
  }

  .bf-explore-filters {
    width: max-content;
    min-width: 100%;
    flex-wrap: nowrap;
  }

  .bf-explore-filters button {
    scroll-snap-align: start;
  }

  .bf-explore-guide-heading {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .bf-explore {
    width: 100%;
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .has-explore-guide .bf-explore {
    padding-bottom: calc(162px + env(safe-area-inset-bottom));
  }

  .bf-explore-hero,
  .bf-explore-guide-hero {
    height: clamp(555px, 82svh, 640px);
    min-height: 0;
    border-radius: 0 0 26px 26px;
  }

  .bf-explore-hero-content {
    min-height: 100%;
    justify-content: end;
    padding: 66px 17px 78px;
  }

  .bf-explore-hero h1 {
    max-width: 360px;
    margin: 17px 0 14px;
    font-size: clamp(40px, 12.5vw, 54px);
    line-height: 0.98;
  }

  .bf-explore-hero-content > p {
    max-width: 410px;
    margin-bottom: 18px;
    font-size: 13.5px;
  }

  .bf-explore-search {
    min-height: 54px;
    grid-template-columns: 25px minmax(0, 1fr) 38px;
    gap: 6px;
    padding: 6px 7px 6px 13px;
  }

  .bf-explore-search input {
    height: 40px;
    font-size: 12.5px;
  }

  .bf-explore-search-submit {
    display: none;
  }

  .bf-explore-search-clear {
    width: 36px;
    height: 36px;
  }

  .bf-explore-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    margin-top: 12px;
  }

  .bf-explore-button {
    width: 100%;
    min-width: 0;
    padding: 0 10px;
  }

  .bf-explore-hero-foot {
    min-height: 50px;
    border-radius: 15px;
  }

  .bf-explore-hero-foot > span {
    min-height: 48px;
    padding: 8px 6px;
    text-align: center;
  }

  .bf-explore-hero-foot strong {
    font-size: 9.5px;
    line-height: 1.2;
  }

  .bf-explore-hero-foot small {
    display: none;
  }

  .bf-explore-intro {
    gap: 17px;
    padding: 44px 17px 31px;
  }

  .bf-explore-intro h2,
  .bf-explore-section-heading h2,
  .bf-explore-guide-section h2,
  .bf-explore-editorial-lead h2,
  .bf-explore-community-heading h2 {
    font-size: clamp(29px, 8.6vw, 35px);
  }

  .bf-explore-intro > p {
    font-size: 13px;
    line-height: 1.68;
  }

  .bf-explore-editorial-strip {
    margin-bottom: 48px;
  }

  .bf-explore-editorial-strip article {
    min-height: 86px;
    padding: 17px 18px;
  }

  .bf-explore-discover {
    padding: 0 12px;
  }

  .bf-explore-section-heading {
    gap: 12px;
    margin-bottom: 16px;
  }

  .bf-explore-section-heading > p {
    margin-bottom: 3px;
  }

  .bf-explore-filter-scroll {
    margin-right: -12px;
    margin-bottom: 16px;
    padding-left: 1px;
  }

  .bf-explore-filters {
    gap: 7px;
    padding-right: 12px;
  }

  .bf-explore-filters button {
    min-height: 40px;
    padding: 0 13px;
  }

  .bf-explore-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .bf-explore-card {
    contain-intrinsic-size: 350px;
    border-radius: 21px;
  }

  .bf-explore-card-photo {
    height: clamp(178px, 48vw, 205px);
  }

  .bf-explore-card-category,
  .bf-explore-card-duration {
    bottom: 12px;
    min-height: 27px;
    padding: 0 9px;
    font-size: 8px;
  }

  .bf-explore-card-category {
    left: 12px;
  }

  .bf-explore-card-duration {
    right: 12px;
  }

  .bf-explore-card-body {
    min-height: 164px;
    padding: 17px 17px 18px;
  }

  .bf-explore-card-location {
    margin-bottom: 7px;
    font-size: 9px;
  }

  .bf-explore-card h3 {
    margin-bottom: 7px;
    font-size: 23px;
  }

  .bf-explore-card p {
    font-size: 11.5px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
  }

  .bf-explore-card-more {
    padding-top: 12px;
    font-size: 10px;
  }

  .bf-explore-card-save {
    top: 10px;
    right: 10px;
    width: 39px;
    height: 39px;
  }

  .bf-explore-breadcrumb {
    min-height: 47px;
    padding: 13px 14px;
    overscroll-behavior-inline: contain;
  }

  .bf-explore-guide-heading {
    min-height: 100%;
    padding: 66px 17px 30px;
  }

  .bf-explore-guide-heading h1 {
    margin: 16px 0 12px;
    font-size: clamp(41px, 13vw, 57px);
    line-height: 0.96;
  }

  .bf-explore-guide-heading > p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13.5px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .bf-explore-guide-meta {
    margin-top: 15px;
  }

  .bf-explore-guide-meta span {
    min-height: 32px;
    padding: 0 9px;
  }

  .bf-explore-guide-layout {
    gap: 34px;
    padding-top: 26px;
  }

  .bf-explore-guide-actions {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 12px;
    padding: 20px;
  }

  .bf-explore-guide-actions > a.is-primary,
  .bf-explore-guide-actions > button[data-explore-save] {
    display: none;
  }

  .bf-explore-guide-actions > a:not(.bf-explore-official) {
    min-height: 48px;
  }

  .bf-explore-editorial-lead,
  .bf-explore-guide-section {
    margin-right: 12px;
    margin-bottom: 39px;
    margin-left: 12px;
    padding-right: 2px;
    padding-bottom: 39px;
    padding-left: 2px;
  }

  .bf-explore-rich-copy {
    margin-top: 19px;
  }

  .bf-explore-rich-copy p {
    margin-bottom: 16px;
    font-size: 13.5px;
    line-height: 1.72;
  }

  .bf-explore-rich-copy p:first-child::first-letter {
    margin-top: 6px;
    font-size: 45px;
  }

  .bf-explore-do-grid,
  .bf-explore-highlight-grid,
  .bf-explore-practical-grid {
    gap: 9px;
    margin-top: 22px;
  }

  .bf-explore-do-grid article,
  .bf-explore-practical-grid article {
    min-height: 0;
    padding: 18px;
  }

  .bf-explore-do-grid article {
    grid-template-columns: 31px minmax(0, 1fr);
  }

  .bf-explore-do-grid h3 {
    font-size: 15px;
  }

  .bf-explore-highlight {
    min-height: 66px;
    padding: 14px;
  }

  .bf-explore-practical-grid strong,
  .bf-explore-tips p {
    font-size: 12px;
  }

  .bf-explore-gallery {
    margin-right: -14px;
    padding-right: 14px;
  }

  .bf-explore-gallery-item,
  .bf-explore-gallery-item:first-child {
    width: min(84vw, 328px);
    height: 235px;
  }

  .bf-explore-source-note {
    margin: 0 12px;
    padding: 16px;
  }

  .bf-explore-community {
    margin: 54px 12px 0;
    padding: 26px 19px;
  }

  .bf-explore-community-actions a {
    min-height: 52px;
  }

  .bf-explore-mobile-dock {
    position: fixed;
    z-index: 9992;
    right: 12px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(28, 23, 20, 0.11);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 55px rgba(27, 22, 19, 0.2);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
  }

  .bf-explore-mobile-dock a,
  .bf-explore-mobile-dock button {
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid var(--explore-line);
    border-radius: 14px;
    background: #fff;
    color: #242126;
    font: inherit;
    font-size: 11px;
    font-weight: 830;
    text-decoration: none;
  }

  .bf-explore-mobile-dock a.is-primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--explore-pink), var(--explore-orange));
    color: #fff;
  }

  .bf-explore-mobile-dock button[aria-pressed="true"] {
    border-color: rgba(255, 0, 85, 0.2);
    background: #fff1f5;
    color: #d90850;
  }

  .bf-explore-mobile-dock svg {
    width: 17px;
    height: 17px;
  }

  .has-explore-guide .bf-explore-toast {
    bottom: calc(145px + env(safe-area-inset-bottom));
  }

  .bf-explore-lightbox-nav {
    top: auto;
    bottom: 74px;
    width: 43px;
    height: 43px;
    transform: none;
  }

  .bf-explore-lightbox-nav.is-prev {
    left: 12px;
  }

  .bf-explore-lightbox-nav.is-next {
    right: 12px;
  }

  .bf-explore-lightbox figcaption {
    min-height: 70px;
    padding: 11px 14px;
  }

  .bf-explore-lightbox-counter {
    margin-left: 0;
  }
}

@media (max-width: 370px) {
  .bf-explore-hero h1 {
    font-size: 39px;
  }

  .bf-explore-button {
    font-size: 9px;
  }

  .bf-explore-card-photo {
    height: 174px;
  }

  .bf-explore-guide-meta span:nth-child(3) {
    display: none;
  }
}

@media (hover: none) {
  .bf-explore-card:hover,
  .bf-explore-filters button:hover {
    transform: none;
  }

  .bf-explore-card:hover .bf-explore-card-photo > img,
  .bf-explore-gallery-item:hover img {
    transform: none;
  }
}

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

/* ========================================================================== 
   Explora · cuerpo editorial full width v5
   El selector de categorías conserva íntegramente su diseño y comportamiento.
   ========================================================================== */

@media (min-width: 1101px) {
  .bf-explore {
    width: min(calc(100% - 36px), 1680px);
    padding-top: 22px;
  }

  .bf-explore-hero,
  .bf-explore-guide-hero {
    border-radius: 38px;
  }

  .bf-explore-hero {
    min-height: min(760px, calc(100svh - 128px));
  }

  .bf-explore-hero-content {
    width: min(780px, 62%);
    min-height: 650px;
    padding-left: clamp(56px, 5vw, 96px);
  }

  .bf-explore-hero h1 {
    max-width: 780px;
    font-size: clamp(62px, 6vw, 96px);
  }

  .bf-explore-intro {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    gap: clamp(50px, 7vw, 130px);
    margin-top: 34px;
    padding: 64px clamp(44px, 5vw, 86px);
    border: 1px solid rgba(28, 23, 20, 0.08);
    border-radius: 34px;
    background:
      radial-gradient(circle at 0 0, rgba(255, 77, 0, 0.1), transparent 32%),
      rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 70px rgba(44, 33, 27, 0.07);
  }

  .bf-explore-intro h2 {
    max-width: 850px;
    font-size: clamp(42px, 4vw, 68px);
  }

  .bf-explore-intro > p {
    max-width: 620px;
    font-size: 17px;
    line-height: 1.78;
  }

  .bf-explore-editorial-strip {
    gap: 18px;
    margin: 20px 0 82px;
    background: transparent;
  }

  .bf-explore-editorial-strip article {
    min-height: 190px;
    padding: 34px;
    border: 1px solid rgba(28, 23, 20, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 16px 42px rgba(44, 33, 27, 0.06);
  }

  .bf-explore-editorial-strip article:nth-child(2) {
    background: linear-gradient(145deg, #fff8f2, #fff);
  }

  .bf-explore-editorial-strip article:nth-child(3) {
    background: linear-gradient(145deg, #f1f8f4, #fff);
  }

  .bf-explore-editorial-strip strong {
    font-size: 22px;
  }

  .bf-explore-editorial-strip p {
    max-width: 340px;
    font-size: 14px;
    line-height: 1.65;
  }

  .bf-explore-discover {
    padding: 0 4px;
  }

  .bf-explore-section-heading {
    margin-bottom: 22px;
  }

  .bf-explore-section-heading h2 {
    font-size: clamp(42px, 4vw, 66px);
  }

  .bf-explore-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .bf-explore-card {
    min-height: 510px;
    overflow: hidden;
    border: 1px solid rgba(26, 21, 19, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 58px rgba(42, 31, 25, 0.08);
  }

  .bf-explore-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 34px 80px rgba(42, 31, 25, 0.14);
  }

  .bf-explore-card-photo {
    height: 255px;
  }

  .bf-explore-card-body {
    min-height: 255px;
    padding: 25px 25px 28px;
  }

  .bf-explore-card h3 {
    font-size: clamp(25px, 2vw, 32px);
  }

  .bf-explore-card p {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .bf-explore-community {
    margin-top: 92px;
    padding: clamp(48px, 5vw, 82px);
    border-radius: 36px;
  }

  .bf-explore-community-heading h2 {
    max-width: 760px;
    font-size: clamp(46px, 4.4vw, 72px);
  }

  /* Ficha editorial */
  .bf-explore-guide-hero {
    min-height: min(760px, calc(100svh - 128px));
  }

  .bf-explore-guide-heading {
    width: min(900px, 70%);
    padding: clamp(64px, 7vw, 112px);
  }

  .bf-explore-guide-heading h1 {
    max-width: 930px;
    font-size: clamp(64px, 7vw, 108px);
  }

  .bf-explore-guide-heading > p {
    max-width: 770px;
    font-size: 18px;
  }

  .bf-explore-guide-nav {
    position: sticky;
    z-index: 60;
    top: 72px;
    display: flex;
    width: calc(100% - 84px);
    min-height: 68px;
    align-items: center;
    gap: 8px;
    margin: -34px auto 0;
    padding: 10px;
    border: 1px solid rgba(28, 23, 20, 0.09);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.91);
    box-shadow: 0 22px 55px rgba(37, 29, 25, 0.13);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
  }

  .bf-explore-guide-nav a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 14px;
    color: #5d5860;
    font-size: 12px;
    font-weight: 790;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .bf-explore-guide-nav a:hover {
    background: #f3efeb;
    color: #1d1a1f;
    transform: translateY(-1px);
  }

  .bf-explore-guide-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
    gap: clamp(24px, 3vw, 52px);
    padding: 64px 0 110px;
  }

  .bf-explore-guide-content {
    display: grid;
    min-width: 0;
    gap: 24px;
  }

  .bf-explore-editorial-lead,
  .bf-explore-guide-section {
    margin: 0;
    padding: clamp(38px, 4vw, 62px);
    border: 1px solid rgba(28, 23, 20, 0.075);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 60px rgba(43, 32, 27, 0.065);
    scroll-margin-top: 160px;
  }

  .bf-explore-editorial-lead {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 100% 0, rgba(255, 83, 26, 0.14), transparent 28%),
      linear-gradient(145deg, #fff, #fffaf7);
  }

  .bf-explore-editorial-lead::after {
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 230px;
    height: 230px;
    border: 46px solid rgba(255, 77, 0, 0.055);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .bf-explore-editorial-lead h2,
  .bf-explore-guide-section h2 {
    max-width: 1050px;
    font-size: clamp(42px, 4vw, 66px);
  }

  .bf-explore-rich-copy {
    max-width: 1100px;
    columns: 2;
    column-gap: 48px;
  }

  .bf-explore-rich-copy p {
    break-inside: avoid;
    font-size: 16.5px;
    line-height: 1.88;
  }

  .bf-explore-do-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .bf-explore-do-grid article {
    min-height: 180px;
    grid-template-columns: 1fr;
    align-content: space-between;
    padding: 25px;
    border: 0;
    background: linear-gradient(145deg, #faf7f4, #fff);
    box-shadow: inset 0 0 0 1px rgba(28, 23, 20, 0.07);
  }

  .bf-explore-do-grid article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: #ffede4;
    font-size: 11px;
  }

  .bf-explore-do-grid h3 {
    font-size: 19px;
  }

  .bf-explore-highlight-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .bf-explore-highlight {
    min-height: 120px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 22px;
    border: 0;
    background: linear-gradient(145deg, #fff5ee, #fff);
    box-shadow: inset 0 0 0 1px rgba(28, 23, 20, 0.07);
  }

  .bf-explore-highlight strong {
    font-size: 14px;
  }

  .bf-explore-practical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .bf-explore-practical-grid article {
    min-height: 170px;
    padding: 28px;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(145deg, #f8f5f1, #fff);
    box-shadow: inset 0 0 0 1px rgba(28, 23, 20, 0.07);
  }

  .bf-explore-practical-grid strong {
    font-size: 14px;
    line-height: 1.65;
  }

  .bf-explore-tips ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .bf-explore-tips li {
    min-height: 92px;
    padding: 20px;
    border: 1px solid rgba(31, 122, 90, 0.1);
    background: linear-gradient(145deg, #f4faf7, #fff);
  }

  .bf-explore-gallery {
    grid-template-columns: 1.35fr 0.75fr 0.75fr;
    grid-template-rows: 245px 245px;
    gap: 14px;
  }

  .bf-explore-gallery-item:first-child {
    grid-row: 1 / span 2;
  }

  .bf-explore-gallery-item:nth-child(2),
  .bf-explore-gallery-item:nth-child(3) {
    grid-column: span 1;
  }

  .bf-explore-guide-actions {
    top: 158px;
    padding: 30px;
    border: 1px solid rgba(28, 23, 20, 0.08);
    border-radius: 28px;
    background:
      radial-gradient(circle at 100% 0, rgba(255, 77, 0, 0.11), transparent 38%),
      rgba(255, 255, 255, 0.93);
    box-shadow: 0 24px 70px rgba(44, 32, 26, 0.11);
  }

  .bf-explore-guide-actions h2 {
    font-size: 34px;
  }

  .bf-explore-guide-actions > a:not(.bf-explore-official),
  .bf-explore-guide-actions > button {
    min-height: 58px;
    border-radius: 17px;
  }

  .bf-explore-source-note {
    margin: 0;
    padding: 22px 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
  }
}

@media (min-width: 1500px) {
  .bf-explore-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .bf-explore-card-photo {
    height: 238px;
  }

  .bf-explore-card h3 {
    font-size: 27px;
  }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .bf-explore {
    width: min(calc(100% - 28px), 1040px);
  }

  .bf-explore-guide-nav {
    display: flex;
    overflow-x: auto;
    gap: 7px;
    margin: -24px 18px 0;
    padding: 8px;
    border: 1px solid rgba(28, 23, 20, 0.09);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 45px rgba(37, 29, 25, 0.11);
    scrollbar-width: none;
  }

  .bf-explore-guide-nav::-webkit-scrollbar {
    display: none;
  }

  .bf-explore-guide-nav a {
    min-height: 42px;
    flex: 0 0 auto;
    padding: 0 15px;
    border-radius: 13px;
    color: #5d5860;
    font-size: 11px;
    font-weight: 780;
    text-decoration: none;
  }

  .bf-explore-guide-layout {
    padding-top: 42px;
  }

  .bf-explore-guide-content {
    display: grid;
    gap: 18px;
  }

  .bf-explore-editorial-lead,
  .bf-explore-guide-section {
    margin: 0;
    padding: 38px;
    border: 1px solid rgba(28, 23, 20, 0.075);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 50px rgba(43, 32, 27, 0.06);
    scroll-margin-top: 120px;
  }

  .bf-explore-do-grid,
  .bf-explore-highlight-grid,
  .bf-explore-practical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-explore-tips ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .bf-page-explore {
    background: #f4f2ef !important;
  }

  .bf-explore-guide-nav {
    display: flex;
    overflow-x: auto;
    gap: 7px;
    margin: -18px 12px 0;
    padding: 7px;
    border: 1px solid rgba(28, 23, 20, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 42px rgba(37, 29, 25, 0.12);
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .bf-explore-guide-nav::-webkit-scrollbar {
    display: none;
  }

  .bf-explore-guide-nav a {
    display: inline-flex;
    min-height: 40px;
    flex: 0 0 auto;
    align-items: center;
    padding: 0 14px;
    border-radius: 12px;
    color: #5d5860;
    font-size: 10.5px;
    font-weight: 790;
    text-decoration: none;
    scroll-snap-align: start;
  }

  .bf-explore-guide-layout {
    gap: 16px;
    padding: 28px 12px 76px;
  }

  .bf-explore-guide-content {
    display: grid;
    gap: 14px;
  }

  .bf-explore-guide-actions {
    margin: 0;
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(42, 31, 25, 0.09);
  }

  .bf-explore-editorial-lead,
  .bf-explore-guide-section {
    margin: 0;
    padding: 27px 22px;
    border: 1px solid rgba(28, 23, 20, 0.07);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 14px 38px rgba(43, 32, 27, 0.055);
    scroll-margin-top: 88px;
  }

  .bf-explore-editorial-lead {
    background:
      radial-gradient(circle at 100% 0, rgba(255, 83, 26, 0.12), transparent 34%),
      #fff;
  }

  .bf-explore-rich-copy {
    max-width: none;
  }

  .bf-explore-do-grid,
  .bf-explore-practical-grid {
    grid-template-columns: 1fr;
  }

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

  .bf-explore-highlight {
    min-height: 102px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .bf-explore-tips ul {
    grid-template-columns: 1fr;
  }

  .bf-explore-gallery-section {
    overflow: hidden;
  }

  .bf-explore-community {
    border-radius: 26px;
  }
}

@media (max-width: 620px) {
  .bf-explore-intro {
    margin: 16px 12px 0;
    padding: 29px 23px;
    border: 1px solid rgba(28, 23, 20, 0.07);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 14px 38px rgba(43, 32, 27, 0.055);
  }

  .bf-explore-editorial-strip {
    display: grid;
    gap: 10px;
    margin: 12px 12px 46px;
    background: transparent;
  }

  .bf-explore-editorial-strip article {
    min-height: 110px;
    padding: 21px;
    border: 1px solid rgba(28, 23, 20, 0.07);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(43, 32, 27, 0.05);
  }

  .bf-explore-section-heading {
    align-items: end;
  }

  .bf-explore-card {
    border: 1px solid rgba(28, 23, 20, 0.075);
    background: #fff;
    box-shadow: 0 16px 42px rgba(43, 32, 27, 0.08);
  }

  .bf-explore-card-body {
    min-height: 174px;
    padding: 19px 19px 21px;
  }

  .bf-explore-card h3 {
    font-size: 25px;
  }

  .bf-explore-guide-layout {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bf-explore-guide-nav {
    margin-right: 10px;
    margin-left: 10px;
  }

  .bf-explore-guide-actions {
    padding: 22px;
  }

  .bf-explore-editorial-lead,
  .bf-explore-guide-section {
    padding: 25px 19px;
    border-radius: 23px;
  }

  .bf-explore-editorial-lead h2,
  .bf-explore-guide-section h2 {
    font-size: clamp(30px, 9vw, 39px);
  }

  .bf-explore-highlight-grid {
    gap: 9px;
  }

  .bf-explore-highlight {
    min-height: 112px;
    padding: 15px;
  }

  .bf-explore-highlight strong {
    font-size: 11px;
  }

  .bf-explore-practical-grid article {
    border-radius: 19px;
    background: linear-gradient(145deg, #f8f5f1, #fff);
  }

  .bf-explore-tips li {
    min-height: 76px;
    border: 1px solid rgba(31, 122, 90, 0.1);
    background: #f7fbf9;
  }

  .bf-explore-community {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* ========================================================================== 
   Explora · Vívelo con gente + modal de creación de plan v1
   ========================================================================== */

.bf-explore-guide-actions {
  isolation: isolate;
  display: block !important;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 97, 31, 0.34), transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(255, 0, 91, 0.18), transparent 42%),
    linear-gradient(148deg, #19171b 0%, #242026 58%, #171519 100%);
  color: #fff;
  box-shadow: 0 30px 85px rgba(25, 18, 16, 0.23);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.bf-explore-guide-actions-glow {
  position: absolute;
  z-index: -1;
  top: -90px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 91, 23, 0.25);
  filter: blur(42px);
  pointer-events: none;
}

.bf-explore-guide-actions-head {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bf-explore-guide-actions-icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.bf-explore-guide-actions-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.bf-explore-guide-actions .bf-explore-section-label {
  color: #ff7944;
}

.bf-explore-guide-actions h2 {
  margin-top: 4px;
  color: #fff;
  font-size: clamp(30px, 2.1vw, 38px);
  line-height: 0.98;
}

.bf-explore-guide-actions > p {
  margin: 20px 0 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.65;
}

.bf-explore-guide-action-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}

.bf-explore-guide-action-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bf-explore-action-primary,
.bf-explore-guide-actions-grid > a,
.bf-explore-guide-actions-grid > button {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
}

.bf-explore-action-primary {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 13px 12px 14px;
  border: 0;
  border-radius: 21px;
  background: linear-gradient(135deg, #ff0a5f 0%, #ff5523 58%, #ff7a18 100%);
  color: #fff;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 18px 38px rgba(255, 63, 28, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.bf-explore-action-primary:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 24px 45px rgba(255, 63, 28, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.bf-explore-action-primary:active {
  transform: translateY(0) scale(0.99);
}

.bf-explore-action-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.bf-explore-action-copy > i {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.13);
  color: currentColor;
  font-style: normal;
}

.bf-explore-action-copy > i svg {
  width: 18px;
  height: 18px;
}

.bf-explore-action-copy > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.bf-explore-action-copy strong {
  overflow: hidden;
  color: inherit;
  font-size: 11px;
  font-weight: 870;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-explore-action-copy small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  font-weight: 640;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-explore-action-primary .bf-explore-action-copy small {
  color: rgba(255, 255, 255, 0.78);
}

.bf-explore-action-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.bf-explore-action-arrow svg {
  width: 17px;
  height: 17px;
}

.bf-explore-guide-actions-grid {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.bf-explore-guide-actions-grid > a,
.bf-explore-guide-actions-grid > button {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  transition: border-color 170ms ease, background 170ms ease, transform 170ms ease;
}

.bf-explore-guide-actions-grid > a:hover,
.bf-explore-guide-actions-grid > button:hover {
  transform: translateX(2px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

.bf-explore-guide-actions-grid > a > svg,
.bf-explore-guide-actions-grid > button > svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.45);
}

.bf-explore-guide-actions-grid > button[aria-pressed="true"] {
  border-color: rgba(255, 88, 121, 0.28);
  background: rgba(255, 37, 99, 0.12);
  color: #fff;
}

.bf-explore-guide-actions-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  font-weight: 690;
}

.bf-explore-guide-actions-foot > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ed28c;
  box-shadow: 0 0 0 4px rgba(78, 210, 140, 0.1);
}

.bf-explore-community-actions > button {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 760;
  text-align: left;
}

.bf-explore-community-actions > button span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bf-explore-community-actions > button > svg {
  width: 16px;
  height: 16px;
}

/* Create plan modal */
body.bf-explore-plan-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.bf-explore-plan-modal[hidden] {
  display: none !important;
}

.bf-explore-plan-modal {
  position: fixed;
  z-index: 100050;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.bf-explore-plan-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 11, 14, 0.56);
  opacity: 0;
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  transition: opacity 210ms ease;
}

.bf-explore-plan-sheet {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(980px, calc(100vw - 48px));
  max-height: min(900px, calc(100dvh - 48px));
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  background: #f6f4f2;
  box-shadow: 0 40px 120px rgba(14, 10, 13, 0.34);
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition: opacity 210ms ease, transform 240ms cubic-bezier(.2,.8,.2,1);
}

.bf-explore-plan-modal.is-open .bf-explore-plan-backdrop {
  opacity: 1;
}

.bf-explore-plan-modal.is-open .bf-explore-plan-sheet {
  opacity: 1;
  transform: none;
}

.bf-explore-plan-handle {
  display: none;
}

.bf-explore-plan-header {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 24px 26px;
  border-bottom: 1px solid rgba(29, 24, 22, 0.08);
  background:
    radial-gradient(circle at 90% 0, rgba(255, 91, 28, 0.13), transparent 36%),
    rgba(255, 255, 255, 0.92);
}

.bf-explore-plan-header-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0a5f, #ff6923);
  color: #fff;
  box-shadow: 0 14px 30px rgba(255, 60, 32, 0.22);
}

.bf-explore-plan-header-icon svg {
  width: 22px;
  height: 22px;
}

.bf-explore-plan-header > div:nth-child(2) > span {
  color: #ef4d1d;
  font-size: 8px;
  font-weight: 880;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bf-explore-plan-header h2 {
  margin: 3px 0 0;
  color: #1c181b;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 920;
  letter-spacing: -0.045em;
  line-height: 1;
}

.bf-explore-plan-header p {
  margin: 7px 0 0;
  color: #777078;
  font-size: 10px;
  line-height: 1.45;
}

.bf-explore-plan-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(28, 23, 20, 0.09);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #272227;
  cursor: pointer;
}

.bf-explore-plan-close svg {
  width: 18px;
  height: 18px;
}

.bf-explore-plan-form {
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.bf-explore-plan-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 22px 0;
  padding: 13px 15px;
  border: 1px solid rgba(214, 40, 72, 0.16);
  border-radius: 15px;
  background: #fff0f3;
  color: #b72042;
  font-size: 10px;
  font-weight: 730;
}

.bf-explore-plan-alert[hidden] {
  display: none;
}

.bf-explore-plan-alert svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.bf-explore-plan-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
}

.bf-explore-plan-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(29, 24, 22, 0.075);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(44, 33, 28, 0.045);
}

.bf-explore-plan-card.is-wide {
  grid-column: 1 / -1;
}

.bf-explore-plan-card-head {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 17px;
}

.bf-explore-plan-card-head > span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: #fff1e9;
  color: #ec4f1e;
  font-size: 8px;
  font-weight: 900;
}

.bf-explore-plan-card-head h3 {
  margin: 0;
  color: #201c20;
  font-size: 16px;
  font-weight: 880;
  letter-spacing: -0.025em;
}

.bf-explore-plan-card-head p {
  margin: 3px 0 0;
  color: #858086;
  font-size: 9px;
  line-height: 1.45;
}

.bf-explore-plan-categories {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.bf-explore-plan-categories label {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 82px;
  place-items: center;
  gap: 6px;
  padding: 12px 6px;
  border: 1px solid rgba(29, 24, 22, 0.08);
  border-radius: 16px;
  background: #faf9f8;
  cursor: pointer;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.bf-explore-plan-categories label:hover {
  transform: translateY(-2px);
  background: #fff;
}

.bf-explore-plan-categories input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bf-explore-plan-categories label:has(input:checked) {
  border-color: rgba(255, 77, 21, 0.38);
  background: #fff3ec;
  box-shadow: inset 0 0 0 1px rgba(255, 77, 21, 0.08);
}

.bf-explore-plan-category-icon {
  font-size: 20px;
  line-height: 1;
}

.bf-explore-plan-categories strong {
  overflow: hidden;
  max-width: 100%;
  color: #2a2529;
  font-size: 8px;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-explore-plan-categories i {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
}

.bf-explore-plan-categories input:checked ~ i {
  background: #ff4d1b;
  box-shadow: 0 0 0 3px rgba(255, 77, 27, 0.12);
}

.bf-explore-plan-field {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 7px;
}

.bf-explore-plan-field + .bf-explore-plan-field {
  margin-top: 14px;
}

.bf-explore-plan-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bf-explore-plan-field label,
.bf-explore-plan-label label {
  color: #393339;
  font-size: 9px;
  font-weight: 820;
}

.bf-explore-plan-label > span {
  color: #999399;
  font-size: 8px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.bf-explore-plan-field input:not([type="file"]):not([type="radio"]),
.bf-explore-plan-field select,
.bf-explore-plan-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(29, 24, 22, 0.1);
  border-radius: 15px;
  outline: none;
  background: #f8f7f6;
  color: #231f23;
  font: inherit;
  font-size: 11px;
  font-weight: 650;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.bf-explore-plan-field input:not([type="file"]):not([type="radio"]) {
  height: 49px;
  padding: 0 14px;
}

.bf-explore-plan-field textarea {
  min-height: 116px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.55;
}

.bf-explore-plan-field input:focus,
.bf-explore-plan-field select:focus,
.bf-explore-plan-field textarea:focus,
.bf-explore-plan-field.has-error .location-input-wrap {
  border-color: rgba(255, 76, 24, 0.52);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 76, 24, 0.08);
}

.bf-explore-plan-field.has-error input,
.bf-explore-plan-field.has-error select,
.bf-explore-plan-field.has-error textarea {
  border-color: rgba(207, 38, 72, 0.5);
}

.bf-explore-plan-field select {
  width: 100%;
  height: 51px;
  padding: 0 40px 0 14px;
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #746d72 50%), linear-gradient(135deg, #746d72 50%, transparent 50%);
  background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.bf-explore-plan-schedule {
  margin-top: 12px;
}

.bf-explore-plan-schedule [hidden] {
  display: none !important;
}

.bf-explore-plan-schedule-help {
  margin: 9px 0 0;
  color: #858087;
  font-size: 8px;
  line-height: 1.55;
}

.bf-explore-plan-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bf-explore-plan-row.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bf-explore-plan-row .bf-explore-plan-field + .bf-explore-plan-field {
  margin-top: 0;
}

.bf-explore-plan-field .location-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(29, 24, 22, 0.1);
  border-radius: 16px;
  background: #f8f7f6;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bf-explore-plan-field .location-input-wrap:focus-within,
.bf-explore-plan-field .location-input-wrap.is-confirmed {
  border-color: rgba(255, 76, 24, 0.42);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 76, 24, 0.07);
}

.bf-explore-plan-field .location-input-icon {
  display: grid;
  width: 45px;
  flex: 0 0 auto;
  place-items: center;
  color: #ef521f;
}

.bf-explore-plan-field .location-input-icon svg {
  width: 18px;
  height: 18px;
}

.bf-explore-plan-field .location-input-wrap input {
  height: 51px !important;
  padding: 0 44px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.bf-explore-plan-field .location-clear {
  position: absolute;
  right: 9px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(29, 24, 22, 0.07);
  color: #4b454b;
  cursor: pointer;
}

.bf-explore-plan-field .location-clear[hidden] {
  display: none;
}

.bf-explore-plan-field .location-clear svg {
  width: 14px;
  height: 14px;
}

.bf-explore-plan-field .places-dropdown {
  position: relative;
  z-index: 8;
  overflow: hidden;
  margin-top: 8px;
  border: 1px solid rgba(29, 24, 22, 0.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(34, 27, 24, 0.14);
}

.bf-explore-plan-field .places-dropdown[hidden] {
  display: none;
}

.bf-explore-plan-field .place-option {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  border: 0;
  border-bottom: 1px solid rgba(29, 24, 22, 0.06);
  background: #fff;
  color: #2a2529;
  cursor: pointer;
  text-align: left;
}

.bf-explore-plan-field .place-option:last-child {
  border-bottom: 0;
}

.bf-explore-plan-field .place-option:hover,
.bf-explore-plan-field .place-option.is-active {
  background: #fff5ef;
}

.bf-explore-plan-field .place-option-icon {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: #fff0e7;
  color: #ed521e;
}

.bf-explore-plan-field .place-option-icon svg {
  width: 16px;
  height: 16px;
}

.bf-explore-plan-field .place-option-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.bf-explore-plan-field .place-option-copy strong,
.bf-explore-plan-field .place-option-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-explore-plan-field .place-option-copy strong {
  font-size: 10px;
  font-weight: 820;
}

.bf-explore-plan-field .place-option-copy small {
  color: #888188;
  font-size: 8px;
}

.bf-explore-plan-field .places-state {
  padding: 15px;
  color: #777078;
  font-size: 9px;
  font-weight: 690;
  text-align: center;
}

.bf-explore-plan-field .location-selected-card {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 9px;
  padding: 12px 13px;
  border: 1px solid rgba(25, 145, 89, 0.13);
  border-radius: 16px;
  background: #f1faf5;
}

.bf-explore-plan-field .location-selected-card[hidden] {
  display: none;
}

.bf-explore-plan-field .location-selected-check {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #dff5e8;
  color: #168354;
}

.bf-explore-plan-field .location-selected-check svg {
  width: 16px;
  height: 16px;
}

.bf-explore-plan-field .location-selected-card > div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.bf-explore-plan-field .location-selected-title {
  color: #188254;
  font-size: 7px;
  font-weight: 870;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bf-explore-plan-field .location-selected-address {
  overflow: hidden;
  color: #2e3631;
  font-size: 10px;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-explore-plan-field .location-selected-meta {
  overflow: hidden;
  color: #768078;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-explore-plan-upload {
  position: relative;
}

.bf-explore-plan-upload > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.bf-explore-plan-upload > label {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 14px;
  padding: 15px;
  border: 1px dashed rgba(29, 24, 22, 0.17);
  border-radius: 18px;
  background: #faf9f8;
  cursor: pointer;
}

.bf-explore-plan-upload > label > span {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px;
  background: #fff0e7;
  color: #ef521f;
}

.bf-explore-plan-upload > label > span svg {
  width: 20px;
  height: 20px;
}

.bf-explore-plan-upload > label strong,
.bf-explore-plan-upload > label small {
  display: block;
}

.bf-explore-plan-upload > label strong {
  color: #2c272b;
  font-size: 10px;
  font-weight: 840;
}

.bf-explore-plan-upload > label small {
  margin-top: 3px;
  color: #8b858b;
  font-size: 8px;
}

.bf-explore-plan-preview {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(29, 24, 22, 0.08);
  border-radius: 17px;
  background: #fff;
}

.bf-explore-plan-preview[hidden] {
  display: none;
}

.bf-explore-plan-preview img {
  width: 92px;
  height: 66px;
  border-radius: 12px;
  object-fit: cover;
}

.bf-explore-plan-preview > div {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.bf-explore-plan-preview strong {
  overflow: hidden;
  color: #332d32;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-explore-plan-preview button {
  padding: 8px 10px;
  border: 0;
  border-radius: 10px;
  background: #f3f0ef;
  color: #6e656c;
  cursor: pointer;
  font: inherit;
  font-size: 8px;
  font-weight: 780;
}

.bf-explore-plan-footer {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(29, 24, 22, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.bf-explore-plan-footer > div {
  display: grid;
  gap: 3px;
}

.bf-explore-plan-footer strong {
  color: #342e33;
  font-size: 9px;
  font-weight: 820;
}

.bf-explore-plan-footer span {
  color: #8a8389;
  font-size: 8px;
}

.bf-explore-plan-footer > button {
  display: flex;
  min-width: 190px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0a5f, #ff6520);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 860;
  box-shadow: 0 14px 30px rgba(255, 62, 30, 0.2);
}

.bf-explore-plan-footer > button svg {
  width: 16px;
  height: 16px;
}

.bf-explore-plan-footer > button:disabled {
  cursor: wait;
  opacity: 0.68;
}

@media (min-width: 941px) {
  .bf-explore-guide-actions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .bf-explore-guide-actions {
    order: -1;
    margin: 0 10px;
    padding: 28px;
  }

  .bf-explore-guide-actions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bf-explore-guide-actions-grid > button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .bf-explore-guide-actions {
    margin: 0 10px;
    border-radius: 26px;
  }

  .bf-explore-guide-actions-grid {
    grid-template-columns: 1fr;
  }

  .bf-explore-guide-actions-grid > button {
    grid-column: auto;
  }

  .bf-explore-mobile-dock button.is-primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--explore-pink), var(--explore-orange));
    color: #fff;
  }

  .bf-explore-community-actions > button {
    min-height: 52px;
  }

  .bf-explore-plan-modal {
    align-items: end;
    padding: 0;
  }

  .bf-explore-plan-sheet {
    width: 100%;
    max-height: calc(100dvh - 10px);
    border: 0;
    border-radius: 28px 28px 0 0;
    transform: translateY(100%);
  }

  .bf-explore-plan-modal.is-open .bf-explore-plan-sheet {
    transform: none;
  }

  .bf-explore-plan-handle {
    position: absolute;
    z-index: 3;
    top: 8px;
    left: 50%;
    display: block;
    width: 38px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(32, 27, 31, 0.19);
  }

  .bf-explore-plan-header {
    gap: 12px;
    padding: 24px 17px 17px;
  }

  .bf-explore-plan-header-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .bf-explore-plan-header h2 {
    font-size: 24px;
  }

  .bf-explore-plan-header p {
    display: none;
  }

  .bf-explore-plan-close {
    width: 38px;
    height: 38px;
  }

  .bf-explore-plan-alert {
    margin: 14px 12px 0;
  }

  .bf-explore-plan-layout {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 12px 20px;
  }

  .bf-explore-plan-card,
  .bf-explore-plan-card.is-wide {
    grid-column: auto;
    padding: 17px;
    border-radius: 20px;
  }

  .bf-explore-plan-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bf-explore-plan-row,
  .bf-explore-plan-row.is-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-explore-plan-row.is-three .bf-explore-plan-field:last-child {
    grid-column: 1 / -1;
  }

  .bf-explore-plan-footer {
    gap: 12px;
    padding: 11px 12px calc(11px + env(safe-area-inset-bottom));
  }

  .bf-explore-plan-footer > div {
    display: none;
  }

  .bf-explore-plan-footer > button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }
}

@media (max-width: 430px) {
  .bf-explore-guide-actions {
    padding: 23px;
  }

  .bf-explore-guide-actions h2 {
    font-size: 31px;
  }

  .bf-explore-action-primary {
    min-height: 72px;
  }

  .bf-explore-plan-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bf-explore-plan-row,
  .bf-explore-plan-row.is-three {
    grid-template-columns: 1fr;
  }

  .bf-explore-plan-row.is-three .bf-explore-plan-field:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-explore-plan-backdrop,
  .bf-explore-plan-sheet,
  .bf-explore-action-primary,
  .bf-explore-guide-actions-grid > a,
  .bf-explore-guide-actions-grid > button {
    transition: none !important;
  }
}

/* Refuerzo de especificidad frente a reglas heredadas del panel lateral anterior. */
.bf-explore-guide-actions > button.bf-explore-action-primary {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 0;
  padding: 12px 13px 12px 14px;
  border: 0;
  border-radius: 21px;
  background: linear-gradient(135deg, #ff0a5f 0%, #ff5523 58%, #ff7a18 100%);
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  box-shadow: 0 18px 38px rgba(255, 63, 28, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.bf-explore-guide-actions > button.bf-explore-action-primary .bf-explore-action-copy {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bf-explore-guide-actions > button.bf-explore-action-primary .bf-explore-action-copy > span {
  display: grid;
  align-items: initial;
  gap: 3px;
}

.bf-explore-guide-actions > button.bf-explore-action-primary .bf-explore-action-arrow {
  display: grid;
}

@media (max-width: 1100px) {
  .bf-explore-community-actions > button {
    min-height: 95px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (max-width: 820px) {
  .bf-explore-community-actions > button {
    min-height: 52px;
    flex-direction: row;
    align-items: center;
  }
}

/* ========================================================================== 
   EXPLORA · IDEAS PARA VIVIRLO / QUÉ HACER · VIVID FULL WIDTH
   ========================================================================== */

@media (min-width: 1101px) {
  .bf-explore-guide-content {
    display: contents;
  }

  .bf-explore-guide-content > * {
    grid-column: 1;
    min-width: 0;
  }

  .bf-explore-guide-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .bf-explore-guide-content > .bf-explore-editorial-lead {
    grid-row: 1;
  }

  .bf-explore-guide-content > .bf-explore-ideas {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

.bf-explore-guide-section.bf-explore-ideas {
  --ideas-pink: #ff0758;
  --ideas-red: #ff2438;
  --ideas-orange: #ff7200;
  --ideas-violet: #7c2cff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding: clamp(38px, 4vw, 62px);
  border: 1px solid rgba(255, 54, 71, 0.15);
  border-radius: clamp(30px, 3vw, 44px);
  margin: 0;
  background:
    radial-gradient(circle at 9% 12%, rgba(255, 0, 110, 0.14), transparent 27%),
    radial-gradient(circle at 92% 4%, rgba(255, 117, 0, 0.18), transparent 29%),
    radial-gradient(circle at 76% 100%, rgba(124, 44, 255, 0.09), transparent 30%),
    linear-gradient(135deg, #fff8fb 0%, #fffaf6 45%, #fff 100%);
  box-shadow: 0 30px 90px rgba(116, 36, 67, 0.11);
  scroll-margin-top: 160px;
}

.bf-explore-guide-section.bf-explore-ideas::before,
.bf-explore-guide-section.bf-explore-ideas::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.bf-explore-guide-section.bf-explore-ideas::before {
  width: 340px;
  height: 340px;
  top: -230px;
  right: -100px;
  border: 1px solid rgba(255, 60, 58, 0.23);
  border-radius: 50%;
  box-shadow:
    0 0 0 46px rgba(255, 105, 0, 0.035),
    0 0 0 92px rgba(255, 0, 98, 0.025);
}

.bf-explore-guide-section.bf-explore-ideas::after {
  width: 180px;
  height: 180px;
  left: -86px;
  bottom: -95px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 103, 0.14), rgba(255, 119, 0, 0.06));
  filter: blur(2px);
}

.bf-explore-ideas-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 56px);
  margin-bottom: clamp(30px, 3.5vw, 46px);
}

.bf-explore-ideas-heading > div {
  min-width: 0;
}

.bf-explore-ideas-heading .bf-explore-section-label {
  color: #f20a4f;
}

.bf-explore-ideas-heading h2 {
  max-width: none;
  margin: 8px 0 13px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.91;
  letter-spacing: -0.068em;
}

.bf-explore-ideas-heading p {
  max-width: 720px;
  margin: 0;
  color: #675d64;
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 590;
  line-height: 1.65;
}

.bf-explore-ideas-count {
  display: grid;
  width: 96px;
  height: 96px;
  flex: 0 0 auto;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 26px;
  background: linear-gradient(135deg, #ff005a 0%, #ff2e3e 46%, #ff7200 100%);
  color: #fff;
  text-align: center;
  box-shadow:
    0 20px 45px rgba(255, 30, 75, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.bf-explore-ideas-count strong {
  display: block;
  font-size: 31px;
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.bf-explore-ideas-count small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bf-explore-ideas .bf-explore-do-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
  margin: 0;
}

.bf-explore-ideas .bf-explore-do-card {
  --idea-start: #ff1654;
  --idea-end: #ff6800;
  --idea-glow: rgba(255, 43, 74, 0.28);
  position: relative;
  display: flex;
  min-width: 0;
  min-height: clamp(290px, 25vw, 370px);
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(23px, 2.2vw, 31px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: clamp(22px, 2vw, 30px);
  background: linear-gradient(150deg, var(--idea-start) 0%, var(--idea-end) 100%);
  color: #fff;
  box-shadow:
    0 20px 45px var(--idea-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.bf-explore-ideas .bf-explore-do-card.tone-coral {
  --idea-start: #ff0758;
  --idea-end: #ff5d13;
  --idea-glow: rgba(255, 24, 75, 0.27);
}

.bf-explore-ideas .bf-explore-do-card.tone-magenta {
  --idea-start: #f00072;
  --idea-end: #ff3f62;
  --idea-glow: rgba(238, 0, 112, 0.25);
}

.bf-explore-ideas .bf-explore-do-card.tone-orange {
  --idea-start: #ff4d00;
  --idea-end: #ff9a00;
  --idea-glow: rgba(255, 105, 0, 0.25);
}

.bf-explore-ideas .bf-explore-do-card.tone-violet {
  --idea-start: #7736ff;
  --idea-end: #f00072;
  --idea-glow: rgba(126, 48, 255, 0.24);
}

.bf-explore-do-orbit {
  position: absolute;
  width: 230px;
  height: 230px;
  right: -118px;
  bottom: -124px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  pointer-events: none;
  box-shadow:
    0 0 0 30px rgba(255, 255, 255, 0.045),
    0 0 0 64px rgba(255, 255, 255, 0.025);
}

.bf-explore-do-top,
.bf-explore-do-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.bf-explore-do-number {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 9px;
  font-weight: 880;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bf-explore-do-icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 9px 22px rgba(110, 0, 42, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: none;
}

.bf-explore-do-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.bf-explore-do-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.bf-explore-ideas .bf-explore-do-copy h3 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 2vw, 33px);
  font-weight: 920;
  letter-spacing: -0.052em;
  line-height: 1.02;
  text-wrap: balance;
}

.bf-explore-do-copy p {
  max-width: 300px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 590;
  line-height: 1.55;
}

.bf-explore-do-foot {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.78);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bf-explore-do-foot i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

.bf-explore-do-foot svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.bf-explore-ideas-swipe {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .bf-explore-ideas .bf-explore-do-card:hover {
    filter: saturate(1.08) brightness(1.02);
    box-shadow:
      0 28px 60px var(--idea-glow),
      inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-6px);
  }
}

@media (max-width: 1320px) and (min-width: 761px) {
  .bf-explore-ideas .bf-explore-do-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-explore-ideas .bf-explore-do-card {
    min-height: 280px;
  }
}

@media (max-width: 1100px) {
  .bf-explore-guide-content {
    display: grid;
  }
}

@media (max-width: 760px) {
  .bf-explore-guide-section.bf-explore-ideas {
    overflow: hidden;
    padding: 31px 0 28px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-right: calc(var(--explore-mobile-gutter, 16px) * -1);
    margin-left: calc(var(--explore-mobile-gutter, 16px) * -1);
    background:
      radial-gradient(circle at 96% 4%, rgba(255, 101, 0, 0.18), transparent 25%),
      radial-gradient(circle at 3% 98%, rgba(255, 0, 100, 0.13), transparent 28%),
      linear-gradient(180deg, #fff6f9 0%, #fffaf6 100%);
    box-shadow: none;
  }

  .bf-explore-ideas-heading {
    align-items: flex-start;
    padding: 0 var(--explore-mobile-gutter, 16px);
    margin-bottom: 23px;
  }

  .bf-explore-ideas-heading h2 {
    margin-top: 7px;
    font-size: clamp(41px, 12.5vw, 54px);
  }

  .bf-explore-ideas-heading p {
    max-width: 285px;
    font-size: 12px;
  }

  .bf-explore-ideas-count {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }

  .bf-explore-ideas-count strong {
    font-size: 24px;
  }

  .bf-explore-ideas-count small {
    margin-top: 5px;
    font-size: 7px;
  }

  .bf-explore-ideas .bf-explore-do-grid {
    display: flex;
    overflow-x: auto;
    gap: 13px;
    padding: 0 var(--explore-mobile-gutter, 16px) 14px;
    margin: 0;
    scroll-padding-inline: var(--explore-mobile-gutter, 16px);
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .bf-explore-ideas .bf-explore-do-grid::-webkit-scrollbar {
    display: none;
  }

  .bf-explore-ideas .bf-explore-do-card {
    width: min(84vw, 340px);
    min-width: min(84vw, 340px);
    min-height: 300px;
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: start;
    padding: 24px;
    border-radius: 26px;
  }

  .bf-explore-ideas .bf-explore-do-copy h3 {
    font-size: clamp(28px, 8.5vw, 35px);
  }

  .bf-explore-do-copy p {
    max-width: 275px;
    font-size: 12px;
  }

  .bf-explore-ideas-swipe {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 var(--explore-mobile-gutter, 16px);
    margin: 8px 0 0;
    color: #875f70;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .bf-explore-ideas-swipe > span {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: linear-gradient(90deg, #ff0758, #ff7200);
  }
}

@media (max-width: 380px) {
  .bf-explore-ideas-heading {
    gap: 12px;
  }

  .bf-explore-ideas-count {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .bf-explore-ideas .bf-explore-do-card {
    width: 85vw;
    min-width: 85vw;
    flex-basis: 85vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-explore-ideas .bf-explore-do-card {
    transition: none;
  }
}

/* ========================================================================== 
   EXPLORA · LO ESENCIAL / IMPRESCINDIBLES · VIVID FULL WIDTH
   ========================================================================== */

@media (min-width: 1101px) {
  .bf-explore-guide-content > .bf-explore-essentials {
    grid-column: 1 / -1;
    grid-row: 3;
  }
}

.bf-explore-guide-section.bf-explore-essentials {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(38px, 4vw, 62px);
  border: 1px solid rgba(255, 69, 42, 0.13);
  border-radius: clamp(30px, 3vw, 44px);
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 0, 91, 0.11), transparent 26%),
    radial-gradient(circle at 98% 16%, rgba(255, 123, 0, 0.16), transparent 29%),
    radial-gradient(circle at 72% 105%, rgba(119, 54, 255, 0.09), transparent 30%),
    linear-gradient(135deg, #fff9fb 0%, #fffaf6 48%, #fff 100%);
  box-shadow: 0 30px 90px rgba(96, 39, 58, 0.1);
  scroll-margin-top: 160px;
}

.bf-explore-guide-section.bf-explore-essentials::before,
.bf-explore-guide-section.bf-explore-essentials::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.bf-explore-guide-section.bf-explore-essentials::before {
  width: 320px;
  height: 320px;
  top: -235px;
  right: -120px;
  border: 1px solid rgba(255, 76, 26, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(255, 88, 24, 0.035),
    0 0 0 72px rgba(255, 0, 91, 0.02);
}

.bf-explore-guide-section.bf-explore-essentials::after {
  width: 150px;
  height: 150px;
  left: -72px;
  bottom: -78px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 91, 0.13), rgba(255, 126, 0, 0.05));
}

.bf-explore-essentials-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 56px);
  margin-bottom: clamp(30px, 3.5vw, 46px);
}

.bf-explore-essentials-heading > div {
  min-width: 0;
}

.bf-explore-essentials-heading .bf-explore-section-label {
  color: #f20a4f;
}

.bf-explore-essentials-heading h2 {
  max-width: none;
  margin: 8px 0 13px;
  font-size: clamp(43px, 4.8vw, 70px);
  line-height: 0.93;
  letter-spacing: -0.066em;
}

.bf-explore-essentials-heading p {
  max-width: 720px;
  margin: 0;
  color: #675d64;
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 590;
  line-height: 1.65;
}

.bf-explore-essentials-count {
  display: grid;
  width: 104px;
  height: 104px;
  flex: 0 0 auto;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 27px;
  background: linear-gradient(135deg, #ff005a 0%, #ff3538 48%, #ff7900 100%);
  color: #fff;
  text-align: center;
  box-shadow:
    0 20px 45px rgba(255, 36, 69, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.bf-explore-essentials-count strong {
  display: block;
  font-size: 33px;
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.bf-explore-essentials-count small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 7px;
  font-weight: 860;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bf-explore-essential-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
}

.bf-explore-essential-card {
  --essential-accent: #ff1456;
  --essential-accent-2: #ff6b00;
  --essential-soft: rgba(255, 20, 86, 0.1);
  position: relative;
  display: flex;
  min-width: 0;
  min-height: clamp(245px, 21vw, 315px);
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  padding: clamp(22px, 2vw, 29px);
  border: 1px solid rgba(37, 27, 31, 0.07);
  border-radius: clamp(22px, 2vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.91)),
    linear-gradient(145deg, var(--essential-soft), transparent);
  color: #211c20;
  box-shadow:
    0 18px 46px rgba(42, 29, 35, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bf-explore-essential-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--essential-accent), var(--essential-accent-2));
}

.bf-explore-essential-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -95px;
  bottom: -103px;
  border: 1px solid color-mix(in srgb, var(--essential-accent) 20%, transparent);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px color-mix(in srgb, var(--essential-accent) 5%, transparent),
    0 0 0 58px color-mix(in srgb, var(--essential-accent-2) 3%, transparent);
  pointer-events: none;
}

.bf-explore-essential-card.tone-pink {
  --essential-accent: #ff005a;
  --essential-accent-2: #ff3b54;
  --essential-soft: rgba(255, 0, 90, 0.1);
}

.bf-explore-essential-card.tone-orange {
  --essential-accent: #ff4c00;
  --essential-accent-2: #ff9b00;
  --essential-soft: rgba(255, 98, 0, 0.1);
}

.bf-explore-essential-card.tone-violet {
  --essential-accent: #7638ff;
  --essential-accent-2: #ea0a86;
  --essential-soft: rgba(118, 56, 255, 0.09);
}

.bf-explore-essential-card.tone-coral {
  --essential-accent: #ff1d42;
  --essential-accent-2: #ff6a18;
  --essential-soft: rgba(255, 46, 58, 0.09);
}

.bf-explore-essential-top,
.bf-explore-essential-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}

.bf-explore-essential-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--essential-accent) 16%, transparent);
  border-radius: 16px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--essential-accent) 11%, white), #fff);
  color: var(--essential-accent);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--essential-accent) 10%, transparent);
}

.bf-explore-essential-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.bf-explore-essential-number {
  color: #8b7f85;
  font-size: 8px;
  font-weight: 880;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bf-explore-essential-copy {
  position: relative;
  z-index: 1;
}

.bf-explore-essential-copy h3 {
  max-width: 310px;
  margin: 0;
  color: #211c20;
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 920;
  letter-spacing: -0.048em;
  line-height: 1.04;
  text-wrap: balance;
}

.bf-explore-essential-copy p {
  max-width: 315px;
  margin: 13px 0 0;
  color: #6c6268;
  font-size: 11px;
  font-weight: 580;
  line-height: 1.58;
}

.bf-explore-essential-foot {
  padding-top: 15px;
  border-top: 1px solid rgba(36, 27, 31, 0.08);
  color: #7e7479;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bf-explore-essential-foot i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--essential-accent), var(--essential-accent-2));
  color: #fff;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--essential-accent) 18%, transparent);
}

.bf-explore-essential-foot svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.bf-explore-essentials-swipe {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .bf-explore-essential-card:hover {
    border-color: color-mix(in srgb, var(--essential-accent) 20%, transparent);
    box-shadow:
      0 28px 60px rgba(42, 29, 35, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transform: translateY(-6px);
  }
}

@media (max-width: 1320px) and (min-width: 761px) {
  .bf-explore-essential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-explore-essential-card {
    min-height: 250px;
  }
}

@media (max-width: 760px) {
  .bf-explore-guide-section.bf-explore-essentials {
    overflow: hidden;
    padding: 31px 0 28px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-right: calc(var(--explore-mobile-gutter, 16px) * -1);
    margin-left: calc(var(--explore-mobile-gutter, 16px) * -1);
    background:
      radial-gradient(circle at 96% 4%, rgba(255, 101, 0, 0.16), transparent 25%),
      radial-gradient(circle at 3% 98%, rgba(255, 0, 100, 0.11), transparent 28%),
      linear-gradient(180deg, #fff8fb 0%, #fffaf7 100%);
    box-shadow: none;
  }

  .bf-explore-essentials-heading {
    align-items: flex-start;
    padding: 0 var(--explore-mobile-gutter, 16px);
    margin-bottom: 23px;
  }

  .bf-explore-essentials-heading h2 {
    margin-top: 7px;
    font-size: clamp(39px, 11.8vw, 51px);
  }

  .bf-explore-essentials-heading p {
    max-width: 285px;
    font-size: 12px;
  }

  .bf-explore-essentials-count {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }

  .bf-explore-essentials-count strong {
    font-size: 24px;
  }

  .bf-explore-essentials-count small {
    margin-top: 5px;
    font-size: 6px;
  }

  .bf-explore-essential-grid {
    display: flex;
    overflow-x: auto;
    gap: 13px;
    padding: 0 var(--explore-mobile-gutter, 16px) 14px;
    margin: 0;
    scroll-padding-inline: var(--explore-mobile-gutter, 16px);
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .bf-explore-essential-grid::-webkit-scrollbar {
    display: none;
  }

  .bf-explore-essential-card {
    width: min(82vw, 330px);
    min-width: min(82vw, 330px);
    min-height: 275px;
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: start;
    padding: 23px;
    border-radius: 25px;
  }

  .bf-explore-essential-copy h3 {
    font-size: clamp(26px, 8vw, 33px);
  }

  .bf-explore-essential-copy p {
    font-size: 12px;
  }

  .bf-explore-essentials-swipe {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 var(--explore-mobile-gutter, 16px);
    margin: 8px 0 0;
    color: #875f70;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .bf-explore-essentials-swipe > span {
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, #ff0758, #ff7200);
  }
}

@media (max-width: 380px) {
  .bf-explore-essentials-heading {
    gap: 12px;
  }

  .bf-explore-essentials-count {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .bf-explore-essential-card {
    width: 84vw;
    min-width: 84vw;
    flex-basis: 84vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-explore-essential-card {
    transition: none;
  }
}

/* ========================================================================== 
   EXPLORA · INFORMACIÓN PRÁCTICA · SVG VIVID FULL WIDTH
   ========================================================================== */

@media (min-width: 1101px) {
  .bf-explore-guide-content > .bf-explore-practical {
    grid-column: 1 / -1;
    grid-row: 4;
  }
}

.bf-explore-guide-section.bf-explore-practical {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(38px, 4vw, 62px);
  border: 1px solid rgba(123, 44, 255, 0.13);
  border-radius: clamp(30px, 3vw, 44px);
  background:
    radial-gradient(circle at 5% 2%, rgba(255, 0, 91, 0.12), transparent 27%),
    radial-gradient(circle at 98% 7%, rgba(255, 122, 0, 0.16), transparent 29%),
    radial-gradient(circle at 70% 110%, rgba(117, 45, 255, 0.1), transparent 31%),
    linear-gradient(135deg, #fff8fc 0%, #fffaf5 50%, #faf8ff 100%);
  box-shadow: 0 30px 90px rgba(77, 41, 68, 0.1);
  scroll-margin-top: 160px;
}

.bf-explore-guide-section.bf-explore-practical::before,
.bf-explore-guide-section.bf-explore-practical::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.bf-explore-guide-section.bf-explore-practical::before {
  width: 360px;
  height: 360px;
  top: -260px;
  left: 34%;
  border: 1px solid rgba(255, 41, 92, 0.17);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(255, 72, 23, 0.028),
    0 0 0 86px rgba(124, 44, 255, 0.018);
}

.bf-explore-guide-section.bf-explore-practical::after {
  width: 180px;
  height: 180px;
  right: -82px;
  bottom: -90px;
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255, 0, 91, 0.12), rgba(255, 126, 0, 0.07));
  transform: rotate(18deg);
}

.bf-explore-practical-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 56px);
  margin-bottom: clamp(30px, 3.5vw, 46px);
}

.bf-explore-practical-heading > div {
  min-width: 0;
}

.bf-explore-practical-heading .bf-explore-section-label {
  color: #f20a4f;
}

.bf-explore-practical-heading h2 {
  max-width: none;
  margin: 8px 0 13px;
  font-size: clamp(43px, 4.8vw, 70px);
  line-height: 0.93;
  letter-spacing: -0.066em;
}

.bf-explore-practical-heading p {
  max-width: 760px;
  margin: 0;
  color: #675d66;
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 590;
  line-height: 1.65;
}

.bf-explore-practical-count {
  display: grid;
  width: 104px;
  height: 104px;
  flex: 0 0 auto;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 27px;
  background: linear-gradient(135deg, #762cff 0%, #f20775 50%, #ff6e00 100%);
  color: #fff;
  text-align: center;
  box-shadow:
    0 20px 46px rgba(136, 38, 190, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.bf-explore-practical-count strong {
  display: block;
  font-size: 33px;
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.bf-explore-practical-count small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 7px;
  font-weight: 860;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bf-explore-practical .bf-explore-practical-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
  margin: 0;
}

.bf-explore-practical .bf-explore-practical-card {
  --practical-accent: #ff0758;
  --practical-accent-2: #ff7200;
  --practical-soft: rgba(255, 7, 88, 0.1);
  position: relative;
  display: flex;
  min-width: 0;
  min-height: clamp(280px, 23vw, 350px);
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  padding: clamp(22px, 2vw, 30px);
  border: 1px solid rgba(35, 26, 31, 0.07);
  border-radius: clamp(22px, 2vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.91)),
    linear-gradient(145deg, var(--practical-soft), transparent);
  color: #211c20;
  box-shadow:
    0 18px 48px rgba(44, 29, 38, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bf-explore-practical .bf-explore-practical-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--practical-accent), var(--practical-accent-2));
  content: "";
}

.bf-explore-practical .bf-explore-practical-card::after {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -105px;
  bottom: -112px;
  border: 1px solid color-mix(in srgb, var(--practical-accent) 20%, transparent);
  border-radius: 50%;
  box-shadow:
    0 0 0 30px color-mix(in srgb, var(--practical-accent) 5%, transparent),
    0 0 0 62px color-mix(in srgb, var(--practical-accent-2) 3%, transparent);
  content: "";
  pointer-events: none;
}

.bf-explore-practical-card.tone-pink {
  --practical-accent: #ff005a;
  --practical-accent-2: #ff3a52;
  --practical-soft: rgba(255, 0, 90, 0.1);
}

.bf-explore-practical-card.tone-orange {
  --practical-accent: #ff4b00;
  --practical-accent-2: #ff9b00;
  --practical-soft: rgba(255, 91, 0, 0.1);
}

.bf-explore-practical-card.tone-violet {
  --practical-accent: #7133ff;
  --practical-accent-2: #e20b91;
  --practical-soft: rgba(113, 51, 255, 0.09);
}

.bf-explore-practical-card.tone-coral {
  --practical-accent: #ff173f;
  --practical-accent-2: #ff6d18;
  --practical-soft: rgba(255, 38, 61, 0.09);
}

.bf-explore-practical-top,
.bf-explore-practical-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}

.bf-explore-practical-icon {
  display: grid;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--practical-accent) 16%, transparent);
  border-radius: 17px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--practical-accent) 11%, white), #fff);
  color: var(--practical-accent);
  box-shadow: 0 11px 26px color-mix(in srgb, var(--practical-accent) 10%, transparent);
}

.bf-explore-practical-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.bf-explore-practical-number {
  color: #8b7f86;
  font-size: 8px;
  font-weight: 880;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bf-explore-practical-copy {
  position: relative;
  z-index: 1;
}

.bf-explore-practical-copy small {
  display: block;
  margin: 0 0 12px;
  color: var(--practical-accent);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bf-explore-practical-copy strong {
  display: block;
  max-width: 340px;
  color: #211c20;
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 820;
  letter-spacing: -0.034em;
  line-height: 1.28;
  text-wrap: balance;
}

.bf-explore-practical-foot {
  padding-top: 15px;
  border-top: 1px solid rgba(36, 27, 31, 0.08);
  color: #7e747a;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bf-explore-practical-foot i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--practical-accent), var(--practical-accent-2));
  color: #fff;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--practical-accent) 18%, transparent);
}

.bf-explore-practical-foot svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.bf-explore-practical-swipe {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .bf-explore-practical .bf-explore-practical-card:hover {
    border-color: color-mix(in srgb, var(--practical-accent) 20%, transparent);
    box-shadow:
      0 28px 62px rgba(44, 29, 38, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
    transform: translateY(-6px);
  }
}

@media (max-width: 1320px) and (min-width: 761px) {
  .bf-explore-practical .bf-explore-practical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-explore-practical .bf-explore-practical-card {
    min-height: 270px;
  }
}

@media (max-width: 760px) {
  .bf-explore-guide-section.bf-explore-practical {
    overflow: hidden;
    padding: 31px 0 28px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-right: calc(var(--explore-mobile-gutter, 16px) * -1);
    margin-left: calc(var(--explore-mobile-gutter, 16px) * -1);
    background:
      radial-gradient(circle at 98% 3%, rgba(255, 103, 0, 0.17), transparent 25%),
      radial-gradient(circle at 3% 98%, rgba(113, 51, 255, 0.1), transparent 28%),
      linear-gradient(180deg, #fff8fc 0%, #fffaf7 100%);
    box-shadow: none;
  }

  .bf-explore-practical-heading {
    align-items: flex-start;
    padding: 0 var(--explore-mobile-gutter, 16px);
    margin-bottom: 23px;
  }

  .bf-explore-practical-heading h2 {
    margin-top: 7px;
    font-size: clamp(39px, 11.8vw, 51px);
  }

  .bf-explore-practical-heading p {
    max-width: 285px;
    font-size: 12px;
  }

  .bf-explore-practical-count {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }

  .bf-explore-practical-count strong {
    font-size: 24px;
  }

  .bf-explore-practical-count small {
    margin-top: 5px;
    font-size: 6px;
  }

  .bf-explore-practical .bf-explore-practical-grid {
    display: flex;
    overflow-x: auto;
    gap: 13px;
    padding: 0 var(--explore-mobile-gutter, 16px) 14px;
    margin: 0;
    scroll-padding-inline: var(--explore-mobile-gutter, 16px);
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .bf-explore-practical .bf-explore-practical-grid::-webkit-scrollbar {
    display: none;
  }

  .bf-explore-practical .bf-explore-practical-card {
    width: min(84vw, 344px);
    min-width: min(84vw, 344px);
    min-height: 300px;
    flex: 0 0 min(84vw, 344px);
    scroll-snap-align: start;
    padding: 23px;
    border-radius: 25px;
  }

  .bf-explore-practical-copy strong {
    font-size: clamp(21px, 6.4vw, 27px);
  }

  .bf-explore-practical-swipe {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 var(--explore-mobile-gutter, 16px);
    margin: 8px 0 0;
    color: #875f70;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .bf-explore-practical-swipe > span {
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, #7633ff, #ff0758, #ff7200);
  }
}

@media (max-width: 380px) {
  .bf-explore-practical-heading {
    gap: 12px;
  }

  .bf-explore-practical-count {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .bf-explore-practical .bf-explore-practical-card {
    width: 85vw;
    min-width: 85vw;
    flex-basis: 85vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-explore-practical .bf-explore-practical-card {
    transition: none;
  }
}

/* ========================================================================== 
   EXPLORA · CONSEJOS LOCALES · SVG VIVID FULL WIDTH
   ========================================================================== */

@media (min-width: 1101px) {
  .bf-explore-guide-content > .bf-explore-tips {
    grid-column: 1 / -1;
    grid-row: 5;
  }
}

.bf-explore-guide-section.bf-explore-tips {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(38px, 4vw, 62px);
  border: 1px solid rgba(24, 165, 115, 0.14);
  border-radius: clamp(30px, 3vw, 44px);
  background:
    radial-gradient(circle at 4% 2%, rgba(0, 205, 142, 0.13), transparent 28%),
    radial-gradient(circle at 98% 8%, rgba(255, 113, 0, 0.15), transparent 28%),
    radial-gradient(circle at 71% 112%, rgba(122, 45, 255, 0.09), transparent 30%),
    linear-gradient(135deg, #f7fffb 0%, #fffaf5 48%, #fbf8ff 100%);
  box-shadow: 0 30px 90px rgba(48, 80, 69, 0.1);
  scroll-margin-top: 160px;
}

.bf-explore-guide-section.bf-explore-tips::before,
.bf-explore-guide-section.bf-explore-tips::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.bf-explore-guide-section.bf-explore-tips::before {
  width: 350px;
  height: 350px;
  top: -265px;
  left: 31%;
  border: 1px solid rgba(0, 181, 127, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(0, 197, 138, 0.025),
    0 0 0 86px rgba(119, 46, 255, 0.018);
}

.bf-explore-guide-section.bf-explore-tips::after {
  width: 190px;
  height: 190px;
  right: -88px;
  bottom: -98px;
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(0, 199, 139, 0.12), rgba(255, 117, 0, 0.08));
  transform: rotate(18deg);
}

.bf-explore-tips-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 56px);
  margin-bottom: clamp(30px, 3.5vw, 46px);
}

.bf-explore-tips-heading > div {
  min-width: 0;
}

.bf-explore-tips-heading .bf-explore-section-label {
  color: #009a6a;
}

.bf-explore-tips-heading h2 {
  max-width: none;
  margin: 8px 0 13px;
  color: #1d201f;
  font-size: clamp(43px, 4.8vw, 70px);
  line-height: 0.93;
  letter-spacing: -0.066em;
}

.bf-explore-tips-heading p {
  max-width: 760px;
  margin: 0;
  color: #5e6662;
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 590;
  line-height: 1.65;
}

.bf-explore-tips-count {
  display: grid;
  width: 104px;
  height: 104px;
  flex: 0 0 auto;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 27px;
  background: linear-gradient(135deg, #00b87d 0%, #00a6a6 48%, #6f35ff 100%);
  color: #fff;
  text-align: center;
  box-shadow:
    0 20px 46px rgba(12, 151, 113, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.bf-explore-tips-count strong {
  display: block;
  font-size: 33px;
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.bf-explore-tips-count small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 7px;
  font-weight: 860;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bf-explore-tips .bf-explore-tips-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
  margin: 0;
}

.bf-explore-tips .bf-explore-tip-card {
  --tip-accent: #00ad78;
  --tip-accent-2: #00a8a1;
  --tip-soft: rgba(0, 173, 120, 0.1);
  position: relative;
  display: flex;
  min-width: 0;
  min-height: clamp(270px, 22vw, 335px);
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(22px, 2vw, 30px);
  border: 1px solid rgba(30, 43, 38, 0.075);
  border-radius: clamp(22px, 2vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(145deg, var(--tip-soft), transparent);
  color: #1c211f;
  box-shadow:
    0 18px 48px rgba(33, 65, 54, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bf-explore-tips .bf-explore-tip-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--tip-accent), var(--tip-accent-2));
  content: "";
}

.bf-explore-tips .bf-explore-tip-card::after {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -106px;
  bottom: -112px;
  border: 1px solid color-mix(in srgb, var(--tip-accent) 20%, transparent);
  border-radius: 50%;
  box-shadow:
    0 0 0 30px color-mix(in srgb, var(--tip-accent) 5%, transparent),
    0 0 0 62px color-mix(in srgb, var(--tip-accent-2) 3%, transparent);
  content: "";
  pointer-events: none;
}

.bf-explore-tip-card.tone-green {
  --tip-accent: #00a66f;
  --tip-accent-2: #38c76e;
  --tip-soft: rgba(0, 166, 111, 0.1);
}

.bf-explore-tip-card.tone-blue {
  --tip-accent: #008bd9;
  --tip-accent-2: #00b8b2;
  --tip-soft: rgba(0, 139, 217, 0.09);
}

.bf-explore-tip-card.tone-orange {
  --tip-accent: #ff5a00;
  --tip-accent-2: #ff9a00;
  --tip-soft: rgba(255, 90, 0, 0.1);
}

.bf-explore-tip-card.tone-violet {
  --tip-accent: #7133ff;
  --tip-accent-2: #d80b99;
  --tip-soft: rgba(113, 51, 255, 0.09);
}

.bf-explore-tip-card.tone-pink {
  --tip-accent: #f50064;
  --tip-accent-2: #ff4a35;
  --tip-soft: rgba(245, 0, 100, 0.09);
}

.bf-explore-tip-card.tone-coral {
  --tip-accent: #ff1744;
  --tip-accent-2: #ff7417;
  --tip-soft: rgba(255, 23, 68, 0.09);
}

.bf-explore-tip-top,
.bf-explore-tip-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}

.bf-explore-tip-icon {
  display: grid;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--tip-accent) 17%, transparent);
  border-radius: 17px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--tip-accent) 11%, white), #fff);
  color: var(--tip-accent);
  box-shadow: 0 11px 26px color-mix(in srgb, var(--tip-accent) 10%, transparent);
}

.bf-explore-tip-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.bf-explore-tip-number {
  color: #78827d;
  font-size: 8px;
  font-weight: 880;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bf-explore-tip-copy {
  position: relative;
  z-index: 1;
}

.bf-explore-tip-copy small {
  display: block;
  margin: 0 0 12px;
  color: var(--tip-accent);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bf-explore-tip-copy p {
  max-width: 340px;
  margin: 0;
  color: #202522;
  font-size: clamp(17px, 1.32vw, 23px);
  font-weight: 760;
  letter-spacing: -0.03em;
  line-height: 1.36;
  text-wrap: balance;
}

.bf-explore-tip-foot {
  padding-top: 15px;
  border-top: 1px solid rgba(30, 43, 38, 0.08);
  color: #748079;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bf-explore-tip-foot i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--tip-accent), var(--tip-accent-2));
  color: #fff;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--tip-accent) 18%, transparent);
}

.bf-explore-tip-foot svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.bf-explore-tips-swipe {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .bf-explore-tips .bf-explore-tip-card:hover {
    border-color: color-mix(in srgb, var(--tip-accent) 20%, transparent);
    box-shadow:
      0 28px 62px rgba(33, 65, 54, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.97);
    transform: translateY(-6px);
  }
}

@media (max-width: 1320px) and (min-width: 761px) {
  .bf-explore-tips .bf-explore-tips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-explore-tips .bf-explore-tip-card {
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .bf-explore-guide-section.bf-explore-tips {
    overflow: hidden;
    padding: 31px 0 28px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-right: calc(var(--explore-mobile-gutter, 16px) * -1);
    margin-left: calc(var(--explore-mobile-gutter, 16px) * -1);
    background:
      radial-gradient(circle at 98% 3%, rgba(255, 103, 0, 0.16), transparent 25%),
      radial-gradient(circle at 2% 98%, rgba(0, 179, 123, 0.13), transparent 29%),
      linear-gradient(180deg, #f7fffb 0%, #fffaf7 100%);
    box-shadow: none;
  }

  .bf-explore-tips-heading {
    align-items: flex-start;
    padding: 0 var(--explore-mobile-gutter, 16px);
    margin-bottom: 23px;
  }

  .bf-explore-tips-heading h2 {
    margin-top: 7px;
    font-size: clamp(39px, 11.8vw, 51px);
  }

  .bf-explore-tips-heading p {
    max-width: 285px;
    font-size: 12px;
  }

  .bf-explore-tips-count {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }

  .bf-explore-tips-count strong {
    font-size: 24px;
  }

  .bf-explore-tips-count small {
    margin-top: 5px;
    font-size: 6px;
  }

  .bf-explore-tips .bf-explore-tips-grid {
    display: flex;
    overflow-x: auto;
    gap: 13px;
    padding: 0 var(--explore-mobile-gutter, 16px) 14px;
    margin: 0;
    scroll-padding-inline: var(--explore-mobile-gutter, 16px);
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .bf-explore-tips .bf-explore-tips-grid::-webkit-scrollbar {
    display: none;
  }

  .bf-explore-tips .bf-explore-tip-card {
    width: min(84vw, 344px);
    min-width: min(84vw, 344px);
    min-height: 290px;
    flex: 0 0 min(84vw, 344px);
    scroll-snap-align: start;
    padding: 23px;
    border-radius: 25px;
  }

  .bf-explore-tip-copy p {
    font-size: clamp(20px, 6vw, 26px);
  }

  .bf-explore-tips-swipe {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 var(--explore-mobile-gutter, 16px);
    margin: 8px 0 0;
    color: #547067;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .bf-explore-tips-swipe > span {
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, #00ad78, #00a8a1, #7133ff);
  }
}

@media (max-width: 380px) {
  .bf-explore-tips-heading {
    gap: 12px;
  }

  .bf-explore-tips-count {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .bf-explore-tips .bf-explore-tip-card {
    width: 85vw;
    min-width: 85vw;
    flex-basis: 85vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-explore-tips .bf-explore-tip-card {
    transition: none;
  }
}

/* ========================================================================== 
   EXPLORA · UNA MIRADA A LA EXPERIENCIA · GALERÍA CINEMATOGRÁFICA FULL WIDTH
   ========================================================================== */

@media (min-width: 1101px) {
  .bf-explore-guide-content > .bf-explore-experience-gallery {
    grid-column: 1 / -1;
    grid-row: 6;
  }
}

.bf-explore-guide-section.bf-explore-experience-gallery {
  --gallery-coral: #ff304f;
  --gallery-orange: #ff7a00;
  --gallery-pink: #ff0a70;
  --gallery-violet: #7a39ff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(40px, 4.3vw, 70px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(30px, 3vw, 46px);
  background:
    radial-gradient(circle at 3% 4%, rgba(255, 27, 91, 0.28), transparent 29%),
    radial-gradient(circle at 98% 8%, rgba(255, 124, 0, 0.24), transparent 31%),
    radial-gradient(circle at 76% 112%, rgba(122, 57, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #151217 0%, #211820 52%, #17151d 100%);
  box-shadow: 0 34px 100px rgba(32, 18, 30, 0.25);
  scroll-margin-top: 160px;
}

.bf-explore-experience-gallery::before,
.bf-explore-experience-gallery::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.bf-explore-experience-gallery::before {
  top: -185px;
  right: -120px;
  width: 430px;
  height: 430px;
}

.bf-explore-experience-gallery::after {
  bottom: -235px;
  left: -150px;
  width: 510px;
  height: 510px;
}

.bf-explore-experience-gallery .bf-explore-gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 70px);
  margin-bottom: clamp(28px, 3vw, 46px);
}

.bf-explore-gallery-title {
  max-width: 850px;
}

.bf-explore-experience-gallery .bf-explore-section-label {
  color: #ff806f;
}

.bf-explore-experience-gallery .bf-explore-section-label::before {
  background: linear-gradient(90deg, var(--gallery-pink), var(--gallery-orange));
}

.bf-explore-experience-gallery .bf-explore-gallery-heading h2 {
  max-width: 960px;
  margin: 9px 0 0;
  color: #fff;
  font-size: clamp(43px, 5.2vw, 78px);
  font-weight: 930;
  letter-spacing: -0.065em;
  line-height: 0.94;
  text-wrap: balance;
}

.bf-explore-experience-gallery .bf-explore-gallery-heading p {
  max-width: 640px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 540;
  line-height: 1.7;
}

.bf-explore-gallery-count {
  display: grid;
  width: clamp(92px, 8vw, 122px);
  height: clamp(92px, 8vw, 122px);
  flex: 0 0 auto;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 32px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 23, 92, 0.92), rgba(255, 112, 0, 0.94));
  box-shadow: 0 20px 50px rgba(255, 52, 54, 0.22);
  color: #fff;
  text-align: center;
  transform: rotate(2deg);
}

.bf-explore-gallery-count strong {
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 930;
  letter-spacing: -0.065em;
  line-height: 0.85;
}

.bf-explore-gallery-count small {
  position: static;
  display: block;
  overflow: visible;
  padding: 0;
  border-radius: 0;
  margin-top: 9px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-align: center;
  text-overflow: clip;
  text-transform: uppercase;
  white-space: normal;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.bf-explore-experience-gallery .bf-explore-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.78fr);
  grid-template-rows: repeat(2, minmax(235px, 1fr));
  gap: clamp(12px, 1.4vw, 20px);
  min-height: clamp(540px, 48vw, 760px);
  margin: 0;
}

.bf-explore-experience-gallery .bf-explore-gallery-item,
.bf-explore-experience-gallery .bf-explore-gallery-item:first-child {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: clamp(23px, 2vw, 34px);
  background: #28242a;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  cursor: default;
  outline: none;
  transform: translateZ(0);
}

.bf-explore-experience-gallery .bf-explore-gallery-item:first-child {
  grid-row: 1 / span 2;
}

.bf-explore-experience-gallery .bf-explore-gallery-item:nth-child(n + 4) {
  grid-column: span 1;
  min-height: 260px;
}

.bf-explore-experience-gallery .bf-explore-gallery-media {
  position: absolute;
  inset: 0;
  display: block;
}

.bf-explore-experience-gallery .bf-explore-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.2, 0.72, 0.2, 1), filter 0.45s ease;
}

.bf-explore-gallery-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 5, 7, 0.03) 20%, rgba(6, 5, 7, 0.24) 57%, rgba(6, 5, 7, 0.88) 100%),
    linear-gradient(135deg, rgba(255, 15, 91, 0.08), transparent 48%);
  transition: background 0.4s ease;
}

.bf-explore-gallery-number {
  position: absolute;
  top: clamp(15px, 1.7vw, 24px);
  left: clamp(15px, 1.7vw, 24px);
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  background: rgba(12, 10, 14, 0.32);
  color: #fff;
  font-size: 10px;
  font-weight: 880;
  letter-spacing: 0.08em;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.bf-explore-gallery-credit {
  position: absolute;
  top: clamp(15px, 1.7vw, 24px);
  right: clamp(15px, 1.7vw, 24px);
  max-width: min(62%, 340px);
  overflow: hidden;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(12, 10, 14, 0.3);
  color: rgba(255, 255, 255, 0.72);
  font-size: 7px;
  font-weight: 670;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.bf-explore-gallery-copy {
  position: absolute;
  right: clamp(19px, 2.1vw, 32px);
  bottom: clamp(20px, 2.3vw, 36px);
  left: clamp(19px, 2.1vw, 32px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 5px 18px;
  color: #fff;
  text-align: left;
}

.bf-explore-gallery-copy > span {
  grid-column: 1;
  color: #ff9d87;
  font-size: 8px;
  font-weight: 870;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bf-explore-gallery-copy strong {
  grid-column: 1;
  overflow: hidden;
  font-size: clamp(21px, 2.3vw, 37px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-explore-gallery-item:not(:first-child) .bf-explore-gallery-copy strong {
  font-size: clamp(17px, 1.55vw, 24px);
}

.bf-explore-gallery-copy > i {
  display: grid;
  width: 50px;
  height: 50px;
  grid-column: 2;
  grid-row: 1 / span 2;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gallery-pink), var(--gallery-orange));
  box-shadow: 0 13px 32px rgba(255, 52, 53, 0.25);
}

.bf-explore-gallery-copy > i svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bf-explore-experience-gallery .bf-explore-gallery-item:hover img,
.bf-explore-experience-gallery .bf-explore-gallery-item:focus-visible img {
  filter: none;
  transform: none;
}

.bf-explore-experience-gallery .bf-explore-gallery-item:hover .bf-explore-gallery-shade,
.bf-explore-experience-gallery .bf-explore-gallery-item:focus-visible .bf-explore-gallery-shade {
  background:
    linear-gradient(180deg, rgba(6, 5, 7, 0.03) 20%, rgba(6, 5, 7, 0.24) 57%, rgba(6, 5, 7, 0.88) 100%),
    linear-gradient(135deg, rgba(255, 15, 91, 0.08), transparent 48%);
}

.bf-explore-gallery-swipe {
  display: none;
}

@media (max-width: 1100px) {
  .bf-explore-guide-section.bf-explore-experience-gallery {
    padding: clamp(34px, 5vw, 54px);
  }

  .bf-explore-experience-gallery .bf-explore-gallery {
    min-height: 600px;
    grid-template-columns: minmax(0, 1.32fr) minmax(240px, 0.8fr);
    grid-template-rows: repeat(2, minmax(240px, 1fr));
  }
}

@media (max-width: 820px) {
  .bf-explore-guide-section.bf-explore-experience-gallery {
    overflow: hidden;
    padding: 36px 0 32px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-right: calc(var(--explore-mobile-gutter, 16px) * -1);
    margin-left: calc(var(--explore-mobile-gutter, 16px) * -1);
    background:
      radial-gradient(circle at 100% 0, rgba(255, 117, 0, 0.25), transparent 27%),
      radial-gradient(circle at 0 100%, rgba(255, 0, 103, 0.2), transparent 28%),
      linear-gradient(160deg, #171318, #211922 55%, #151319);
    box-shadow: none;
  }

  .bf-explore-experience-gallery .bf-explore-gallery-heading {
    align-items: flex-start;
    padding: 0 var(--explore-mobile-gutter, 16px);
    margin-bottom: 25px;
  }

  .bf-explore-experience-gallery .bf-explore-gallery-heading h2 {
    margin-top: 7px;
    font-size: clamp(41px, 12vw, 56px);
    line-height: 0.93;
  }

  .bf-explore-experience-gallery .bf-explore-gallery-heading p {
    max-width: 280px;
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.6;
  }

  .bf-explore-gallery-count {
    width: 72px;
    height: 72px;
    border-radius: 21px;
    transform: none;
  }

  .bf-explore-gallery-count strong {
    font-size: 25px;
  }

  .bf-explore-gallery-count small {
    margin-top: 5px;
    font-size: 5px;
  }

  .bf-explore-experience-gallery .bf-explore-gallery {
    display: flex;
    min-height: 0;
    gap: 13px;
    overflow-x: auto;
    padding: 0 var(--explore-mobile-gutter, 16px) 15px;
    margin: 0;
    scroll-padding-inline: var(--explore-mobile-gutter, 16px);
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .bf-explore-experience-gallery .bf-explore-gallery::-webkit-scrollbar {
    display: none;
  }

  .bf-explore-experience-gallery .bf-explore-gallery-item,
  .bf-explore-experience-gallery .bf-explore-gallery-item:first-child,
  .bf-explore-experience-gallery .bf-explore-gallery-item:nth-child(n + 4) {
    width: min(86vw, 365px);
    height: clamp(430px, 122vw, 535px);
    min-width: min(86vw, 365px);
    min-height: 0;
    flex: 0 0 min(86vw, 365px);
    grid-row: auto;
    scroll-snap-align: start;
    border-radius: 28px;
  }

  .bf-explore-gallery-copy {
    right: 22px;
    bottom: 25px;
    left: 22px;
  }

  .bf-explore-gallery-copy strong,
  .bf-explore-gallery-item:not(:first-child) .bf-explore-gallery-copy strong {
    font-size: clamp(23px, 7vw, 30px);
  }

  .bf-explore-gallery-copy > i {
    width: 47px;
    height: 47px;
    border-radius: 15px;
  }

  .bf-explore-gallery-credit {
    max-width: 66%;
  }

  .bf-explore-gallery-swipe {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 var(--explore-mobile-gutter, 16px);
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 8px;
    font-weight: 820;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .bf-explore-gallery-swipe > span {
    width: 31px;
    height: 3px;
    background: linear-gradient(90deg, var(--gallery-pink), var(--gallery-orange));
  }
}

@media (max-width: 380px) {
  .bf-explore-experience-gallery .bf-explore-gallery-heading {
    gap: 12px;
  }

  .bf-explore-gallery-count {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .bf-explore-experience-gallery .bf-explore-gallery-item,
  .bf-explore-experience-gallery .bf-explore-gallery-item:first-child,
  .bf-explore-experience-gallery .bf-explore-gallery-item:nth-child(n + 4) {
    width: 86vw;
    min-width: 86vw;
    flex-basis: 86vw;
    height: 450px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-explore-experience-gallery .bf-explore-gallery-item img {
    transition: none;
  }
}

/* =========================================================
   EXPLORA · HERO DE GUÍA + NAVEGACIÓN VIBRANTE · 2026-09-01
   ========================================================= */

.bf-explore-photo-credit,
.bf-explore-hero-credit,
.bf-explore-gallery-credit {
  display: none !important;
}

.bf-explore-guide-hero {
  min-height: clamp(650px, 76vh, 820px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(28px, 3vw, 44px);
  box-shadow:
    0 34px 90px rgba(26, 18, 17, 0.2),
    0 8px 24px rgba(26, 18, 17, 0.12);
}

.bf-explore-guide-photo > img {
  transform: scale(1.015);
  filter: saturate(1.08) contrast(1.03);
}

.bf-explore-guide-photo-shade {
  background:
    linear-gradient(90deg, rgba(11, 8, 13, 0.94) 0%, rgba(11, 8, 13, 0.77) 36%, rgba(11, 8, 13, 0.32) 68%, rgba(11, 8, 13, 0.11) 100%),
    linear-gradient(0deg, rgba(8, 7, 10, 0.84) 0%, rgba(8, 7, 10, 0.1) 52%, rgba(8, 7, 10, 0.22) 100%),
    radial-gradient(circle at 20% 84%, rgba(255, 66, 34, 0.25), transparent 36%),
    radial-gradient(circle at 88% 18%, rgba(151, 52, 255, 0.2), transparent 34%);
}

.bf-explore-guide-hero-grid {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.62) 44%, transparent 78%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.62) 44%, transparent 78%);
  pointer-events: none;
}

.bf-explore-guide-glow {
  position: absolute;
  z-index: 2;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(76px);
  opacity: 0.28;
  pointer-events: none;
}

.bf-explore-guide-glow.is-coral {
  right: 34%;
  bottom: -180px;
  background: #ff512f;
}

.bf-explore-guide-glow.is-violet {
  top: -190px;
  right: -80px;
  background: #9d31ff;
}

.bf-explore-guide-heading {
  position: relative;
  z-index: 4;
  min-height: clamp(650px, 76vh, 820px);
  width: min(940px, 76%);
  justify-content: center;
  padding: clamp(72px, 8vw, 126px);
  padding-right: clamp(34px, 5vw, 80px);
}

.bf-explore-guide-heading-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.bf-explore-kicker,
.bf-explore-guide-edition {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(16, 12, 18, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 9px;
  font-weight: 860;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.bf-explore-kicker {
  border-color: rgba(255, 123, 76, 0.38);
  background: linear-gradient(135deg, rgba(255, 77, 44, 0.34), rgba(255, 40, 118, 0.22));
}

.bf-explore-kicker svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bf-explore-guide-edition i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff704d;
  box-shadow: 0 0 0 5px rgba(255, 112, 77, 0.14), 0 0 18px rgba(255, 112, 77, 0.7);
}

.bf-explore-guide-heading h1 {
  position: relative;
  max-width: 960px;
  margin: 26px 0 19px;
  font-size: clamp(68px, 7.2vw, 116px);
  letter-spacing: -0.075em;
  line-height: 0.89;
  text-shadow: 0 14px 45px rgba(0, 0, 0, 0.28);
}

.bf-explore-guide-heading h1::after {
  display: block;
  width: clamp(74px, 8vw, 132px);
  height: 6px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff493d, #ff8a00 50%, #f43cff);
  box-shadow: 0 8px 28px rgba(255, 71, 67, 0.42);
  content: "";
}

.bf-explore-guide-heading > p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.62;
  text-wrap: pretty;
}

.bf-explore-guide-meta {
  gap: 10px;
  margin-top: 30px;
}

.bf-explore-guide-meta span {
  display: grid;
  min-height: 58px;
  grid-template-columns: 21px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 15px;
  background: rgba(15, 12, 17, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.bf-explore-guide-meta svg {
  width: 18px;
  height: 18px;
  grid-row: 1 / span 2;
  fill: none;
  stroke: #ff8c70;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bf-explore-guide-meta small,
.bf-explore-guide-meta strong {
  display: block;
}

.bf-explore-guide-meta small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 7px;
  font-weight: 820;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.bf-explore-guide-meta strong {
  overflow: hidden;
  max-width: 210px;
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-explore-guide-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bf-explore-guide-scroll-cue > span {
  position: relative;
  width: 42px;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
}

.bf-explore-guide-scroll-cue > span::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ff493d, #ff8a00, #f43cff);
  content: "";
  animation: bf-explore-guide-line 2.2s ease-in-out infinite;
  transform: translateX(-100%);
}

@keyframes bf-explore-guide-line {
  0%, 18% { transform: translateX(-100%); }
  62%, 100% { transform: translateX(100%); }
}

.bf-explore-guide-nav {
  position: sticky;
  z-index: 80;
  top: 72px;
  display: flex;
  width: calc(100% - 72px);
  min-height: 78px;
  align-items: center;
  gap: 7px;
  margin: -39px auto 0;
  padding: 9px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 247, 0.9));
  box-shadow:
    0 25px 65px rgba(37, 25, 24, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(26px) saturate(165%);
  -webkit-backdrop-filter: blur(26px) saturate(165%);
  scrollbar-width: none;
}

.bf-explore-guide-nav::-webkit-scrollbar {
  display: none;
}

.bf-explore-guide-nav::before {
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #ff493d, #ff8a00 40%, #ff397d 68%, #9a38ff);
  content: "";
}

.bf-explore-guide-nav-label {
  display: inline-flex;
  min-width: 106px;
  height: 54px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  color: #8d8583;
  font-size: 8px;
  font-weight: 840;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bf-explore-guide-nav-label i {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: linear-gradient(135deg, #ff493d, #ff8a00);
  box-shadow: 0 6px 16px rgba(255, 85, 42, 0.34);
  transform: rotate(45deg);
}

.bf-explore-guide-nav a {
  display: inline-flex;
  min-height: 56px;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 17px;
  color: #625c60;
  font-size: 10px;
  font-weight: 820;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bf-explore-guide-nav-icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid rgba(53, 43, 47, 0.08);
  border-radius: 11px;
  background: #f3efed;
  color: #7f777b;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.bf-explore-guide-nav-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bf-explore-guide-nav a:hover,
.bf-explore-guide-nav a:focus-visible {
  border-color: rgba(255, 84, 49, 0.14);
  background: rgba(255, 244, 239, 0.88);
  color: #241f22;
  box-shadow: 0 10px 28px rgba(43, 28, 26, 0.08);
  transform: translateY(-1px);
}

.bf-explore-guide-nav a:hover .bf-explore-guide-nav-icon,
.bf-explore-guide-nav a:focus-visible .bf-explore-guide-nav-icon {
  background: linear-gradient(135deg, #ff5a3d, #ff8d00);
  color: #fff;
  box-shadow: 0 9px 22px rgba(255, 80, 48, 0.26);
}

.bf-explore-guide-nav a.is-current,
.bf-explore-guide:has(section:target) .bf-explore-guide-nav a.is-current,
.bf-explore-guide:has(#experiencia:target) .bf-explore-guide-nav a[href="#experiencia"],
.bf-explore-guide:has(#que-hacer:target) .bf-explore-guide-nav a[href="#que-hacer"],
.bf-explore-guide:has(#esenciales:target) .bf-explore-guide-nav a[href="#esenciales"],
.bf-explore-guide:has(#informacion-practica:target) .bf-explore-guide-nav a[href="#informacion-practica"],
.bf-explore-guide:has(#consejos:target) .bf-explore-guide-nav a[href="#consejos"],
.bf-explore-guide:has(#galeria:target) .bf-explore-guide-nav a[href="#galeria"] {
  border-color: rgba(255, 78, 48, 0.16);
  background: linear-gradient(135deg, #fff2ed, #fff7f1 55%, #fff0f8);
  color: #241e21;
  box-shadow: 0 12px 30px rgba(255, 76, 45, 0.12);
}

.bf-explore-guide-nav a.is-current .bf-explore-guide-nav-icon,
.bf-explore-guide:has(#experiencia:target) .bf-explore-guide-nav a[href="#experiencia"] .bf-explore-guide-nav-icon,
.bf-explore-guide:has(#que-hacer:target) .bf-explore-guide-nav a[href="#que-hacer"] .bf-explore-guide-nav-icon,
.bf-explore-guide:has(#esenciales:target) .bf-explore-guide-nav a[href="#esenciales"] .bf-explore-guide-nav-icon,
.bf-explore-guide:has(#informacion-practica:target) .bf-explore-guide-nav a[href="#informacion-practica"] .bf-explore-guide-nav-icon,
.bf-explore-guide:has(#consejos:target) .bf-explore-guide-nav a[href="#consejos"] .bf-explore-guide-nav-icon,
.bf-explore-guide:has(#galeria:target) .bf-explore-guide-nav a[href="#galeria"] .bf-explore-guide-nav-icon {
  background: linear-gradient(135deg, #ff4f3c, #ff8900 54%, #ec3f9e);
  color: #fff;
  box-shadow: 0 9px 24px rgba(255, 77, 45, 0.28);
}

/* Al existir un destino distinto, la marca inicial deja de verse activa. */
.bf-explore-guide:has(#que-hacer:target) .bf-explore-guide-nav a.is-current,
.bf-explore-guide:has(#esenciales:target) .bf-explore-guide-nav a.is-current,
.bf-explore-guide:has(#informacion-practica:target) .bf-explore-guide-nav a.is-current,
.bf-explore-guide:has(#consejos:target) .bf-explore-guide-nav a.is-current,
.bf-explore-guide:has(#galeria:target) .bf-explore-guide-nav a.is-current {
  border-color: transparent;
  background: transparent;
  color: #625c60;
  box-shadow: none;
}

.bf-explore-guide:has(#que-hacer:target) .bf-explore-guide-nav a.is-current .bf-explore-guide-nav-icon,
.bf-explore-guide:has(#esenciales:target) .bf-explore-guide-nav a.is-current .bf-explore-guide-nav-icon,
.bf-explore-guide:has(#informacion-practica:target) .bf-explore-guide-nav a.is-current .bf-explore-guide-nav-icon,
.bf-explore-guide:has(#consejos:target) .bf-explore-guide-nav a.is-current .bf-explore-guide-nav-icon,
.bf-explore-guide:has(#galeria:target) .bf-explore-guide-nav a.is-current .bf-explore-guide-nav-icon {
  border-color: rgba(53, 43, 47, 0.08);
  background: #f3efed;
  color: #7f777b;
  box-shadow: none;
}

@media (max-width: 1180px) {
  .bf-explore-guide-nav-label {
    display: none;
  }

  .bf-explore-guide-nav a {
    flex: 0 0 auto;
  }
}

@media (max-width: 820px) {
  .bf-explore-guide-hero {
    min-height: min(720px, calc(100svh - 74px));
    border-radius: 0 0 30px 30px;
  }

  .bf-explore-guide-photo-shade {
    background:
      linear-gradient(0deg, rgba(9, 7, 11, 0.96) 0%, rgba(9, 7, 11, 0.76) 38%, rgba(9, 7, 11, 0.24) 72%, rgba(9, 7, 11, 0.16) 100%),
      radial-gradient(circle at 18% 86%, rgba(255, 74, 42, 0.29), transparent 40%),
      radial-gradient(circle at 92% 16%, rgba(150, 47, 255, 0.22), transparent 38%);
  }

  .bf-explore-guide-hero-grid {
    opacity: 0.11;
    background-size: 58px 58px;
    mask-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.55) 58%, transparent 90%);
    -webkit-mask-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.55) 58%, transparent 90%);
  }

  .bf-explore-guide-heading {
    min-height: min(720px, calc(100svh - 74px));
    width: 100%;
    justify-content: flex-end;
    padding: 96px 18px 72px;
  }

  .bf-explore-guide-heading-top {
    gap: 7px;
  }

  .bf-explore-kicker,
  .bf-explore-guide-edition {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 7.5px;
  }

  .bf-explore-guide-heading h1 {
    margin: 20px 0 15px;
    font-size: clamp(51px, 15vw, 72px);
    line-height: 0.9;
  }

  .bf-explore-guide-heading h1::after {
    width: 78px;
    height: 5px;
    margin-top: 18px;
  }

  .bf-explore-guide-heading > p {
    max-width: 94%;
    font-size: 13px;
    line-height: 1.6;
  }

  .bf-explore-guide-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 23px;
  }

  .bf-explore-guide-meta span {
    min-width: 0;
    min-height: 56px;
    padding: 9px 11px;
    border-radius: 14px;
  }

  .bf-explore-guide-meta span:first-child {
    grid-column: 1 / -1;
  }

  .bf-explore-guide-meta strong {
    max-width: 100%;
    font-size: 9px;
  }

  .bf-explore-guide-meta small {
    font-size: 6px;
  }

  .bf-explore-guide-scroll-cue {
    margin-top: 24px;
    font-size: 7px;
  }

  .bf-explore-guide-nav {
    top: max(10px, env(safe-area-inset-top));
    width: calc(100% - 20px);
    min-height: 66px;
    gap: 5px;
    margin: -28px 10px 0;
    padding: 7px;
    border-radius: 20px;
    scroll-padding-inline: 7px;
    scroll-snap-type: x proximity;
  }

  .bf-explore-guide-nav::before {
    right: 15px;
    left: 15px;
    height: 2px;
  }

  .bf-explore-guide-nav a {
    min-height: 50px;
    gap: 7px;
    padding: 0 11px;
    border-radius: 14px;
    font-size: 8.5px;
    scroll-snap-align: start;
  }

  .bf-explore-guide-nav-icon {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
    border-radius: 9px;
  }

  .bf-explore-guide-nav-icon svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 390px) {
  .bf-explore-guide-heading {
    padding-right: 15px;
    padding-left: 15px;
  }

  .bf-explore-guide-heading h1 {
    font-size: clamp(47px, 14.5vw, 62px);
  }

  .bf-explore-guide-nav a {
    padding: 0 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-explore-guide-scroll-cue > span::after {
    animation: none;
    transform: none;
  }
}

/* ========================================================================== 
   EXPLORA · RESPONSIVE FINAL DE PRODUCCIÓN · PC / TABLET / MÓVIL · 2026-09-03
   Capa final: corrige geometría, anchuras, detalle editorial y desbordamientos.
   ========================================================================== */

.bf-page-explore {
  overflow-x: clip;
}

.bf-page-explore .bf-explore,
.bf-page-explore .bf-explore *,
.bf-page-explore .bf-explore *::before,
.bf-page-explore .bf-explore *::after {
  box-sizing: border-box;
}

.bf-page-explore .bf-explore {
  --explore-page-gutter: clamp(18px, 2.2vw, 34px);
  --explore-detail-gap: clamp(18px, 2.2vw, 34px);
  width: min(calc(100% - (var(--explore-page-gutter) * 2)), 1600px);
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.bf-page-explore .bf-explore img,
.bf-page-explore .bf-explore video,
.bf-page-explore .bf-explore svg {
  max-width: 100%;
}

.bf-page-explore .bf-explore-guide,
.bf-page-explore .bf-explore-guide-content,
.bf-page-explore .bf-explore-guide-layout,
.bf-page-explore .bf-explore-discover,
.bf-page-explore .bf-explore-grid {
  min-width: 0;
}

/* Inicio de Explora */
.bf-page-explore:not(.has-explore-guide) .bf-explore-hero {
  width: 100%;
  min-height: clamp(600px, 72svh, 790px);
  overflow: hidden;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-content {
  width: min(780px, 64%);
  max-width: 780px;
  min-height: inherit;
  padding-right: clamp(34px, 4vw, 64px);
  padding-left: clamp(44px, 5vw, 90px);
}

.bf-page-explore .bf-explore-intro,
.bf-page-explore .bf-explore-editorial-strip,
.bf-page-explore .bf-explore-discover,
.bf-page-explore .bf-explore-community {
  width: 100%;
}

.bf-page-explore .bf-explore-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.4vw, 22px);
}

.bf-page-explore .bf-explore-card {
  width: 100%;
  min-width: 0;
}

.bf-page-explore .bf-explore-card-link {
  min-width: 0;
}

.bf-page-explore .bf-explore-card-photo {
  aspect-ratio: 16 / 10;
  height: auto;
  min-height: 0;
}

.bf-page-explore .bf-explore-card-body {
  min-height: 230px;
}

/* Detalle de una guía */
.has-explore-guide .bf-explore {
  padding-top: 18px;
}

.has-explore-guide .bf-explore-guide {
  width: 100%;
}

.has-explore-guide .bf-explore-breadcrumb {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding-right: 6px;
  padding-left: 6px;
  scrollbar-width: none;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.has-explore-guide .bf-explore-breadcrumb::-webkit-scrollbar {
  display: none;
}

.has-explore-guide .bf-explore-guide-hero {
  width: 100%;
  min-height: clamp(620px, 74svh, 810px);
  overflow: hidden;
}

.has-explore-guide .bf-explore-guide-photo,
.has-explore-guide .bf-explore-guide-photo-shade,
.has-explore-guide .bf-explore-guide-hero-grid {
  inset: 0;
  width: 100%;
  height: 100%;
}

.has-explore-guide .bf-explore-guide-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.has-explore-guide .bf-explore-guide-heading {
  width: min(900px, 72%);
  max-width: 900px;
  min-height: inherit;
  padding: clamp(56px, 6vw, 96px);
  padding-right: clamp(38px, 4vw, 68px);
}

.has-explore-guide .bf-explore-guide-heading h1 {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(56px, 6.2vw, 96px);
}

.has-explore-guide .bf-explore-guide-heading > p {
  max-width: 720px;
}

.has-explore-guide .bf-explore-guide-meta {
  max-width: 780px;
}

.has-explore-guide .bf-explore-guide-meta span {
  min-width: 0;
}

.has-explore-guide .bf-explore-guide-meta strong,
.has-explore-guide .bf-explore-guide-meta small {
  overflow: hidden;
  text-overflow: ellipsis;
}

.has-explore-guide .bf-explore-guide-nav {
  width: calc(100% - clamp(28px, 4vw, 64px));
  max-width: 1536px;
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

.has-explore-guide .bf-explore-guide-nav a {
  min-width: 0;
}

.has-explore-guide .bf-explore-guide-nav a.is-current {
  scroll-margin-inline: 12px;
}

.has-explore-guide .bf-explore-guide-layout {
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
  align-items: start;
  gap: var(--explore-detail-gap);
  padding: clamp(44px, 4vw, 64px) 0 clamp(80px, 7vw, 118px);
}

.has-explore-guide .bf-explore-guide-content {
  width: 100%;
  min-width: 0;
  gap: clamp(18px, 1.7vw, 26px);
}

.has-explore-guide .bf-explore-editorial-lead,
.has-explore-guide .bf-explore-guide-section {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  padding: clamp(32px, 3.4vw, 54px);
}

.has-explore-guide .bf-explore-rich-copy {
  max-width: 1180px;
  column-gap: clamp(28px, 3vw, 48px);
}

.has-explore-guide .bf-explore-rich-copy p,
.has-explore-guide .bf-explore-guide-section p,
.has-explore-guide .bf-explore-guide-section h2,
.has-explore-guide .bf-explore-guide-section h3,
.has-explore-guide .bf-explore-guide-section strong,
.has-explore-guide .bf-explore-guide-section small {
  overflow-wrap: anywhere;
}

.has-explore-guide .bf-explore-do-grid,
.has-explore-guide .bf-explore-essential-grid,
.has-explore-guide .bf-explore-practical-grid,
.has-explore-guide .bf-explore-tips-grid {
  width: 100%;
  min-width: 0;
}

.has-explore-guide .bf-explore-do-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.has-explore-guide .bf-explore-essential-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.has-explore-guide .bf-explore-practical-grid,
.has-explore-guide .bf-explore-tips-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.has-explore-guide .bf-explore-do-card,
.has-explore-guide .bf-explore-essential-card,
.has-explore-guide .bf-explore-practical-card,
.has-explore-guide .bf-explore-tip-card {
  width: 100%;
  min-width: 0;
}

.has-explore-guide .bf-explore-gallery,
.has-explore-guide .bf-explore-experience-gallery .bf-explore-gallery {
  width: 100%;
  min-width: 0;
  margin-right: 0;
}

.has-explore-guide .bf-explore-guide-actions {
  position: sticky;
  top: 158px;
  width: 100%;
  min-width: 0;
  max-height: calc(100svh - 178px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.has-explore-guide .bf-explore-guide-actions-grid,
.has-explore-guide .bf-explore-guide-actions-grid > a,
.has-explore-guide .bf-explore-guide-actions-grid > button,
.has-explore-guide .bf-explore-action-primary {
  min-width: 0;
}

.has-explore-guide .bf-explore-action-copy > span {
  min-width: 0;
}

.has-explore-guide .bf-explore-action-copy strong,
.has-explore-guide .bf-explore-action-copy small {
  max-width: 100%;
}

.has-explore-guide .bf-explore-source-note {
  width: 100%;
}

.has-explore-guide .bf-explore-discover {
  margin-top: 0;
}

/* Portátiles / tablet horizontal */
@media (max-width: 1240px) {
  .bf-page-explore .bf-explore {
    --explore-page-gutter: 18px;
  }

  .bf-page-explore .bf-explore-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .has-explore-guide .bf-explore-guide-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 22px;
  }

  .has-explore-guide .bf-explore-guide-heading {
    width: min(820px, 76%);
    padding: 54px;
  }

  .has-explore-guide .bf-explore-guide-heading h1 {
    font-size: clamp(52px, 6vw, 82px);
  }
}

/* Tablet: detalle a una sola columna */
@media (max-width: 1020px) {
  .bf-page-explore .bf-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .has-explore-guide .bf-explore-guide-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding-top: 36px;
  }

  .has-explore-guide .bf-explore-guide-actions {
    position: relative;
    top: auto;
    max-height: none;
    overflow: visible;
    order: 0;
  }

  .has-explore-guide .bf-explore-guide-actions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .has-explore-guide .bf-explore-guide-actions-grid > a,
  .has-explore-guide .bf-explore-guide-actions-grid > button {
    min-height: 66px;
  }

  .has-explore-guide .bf-explore-rich-copy {
    columns: 1;
  }
}

/* Tablet vertical / móvil grande */
@media (max-width: 820px) {
  .bf-page-explore .bf-explore {
    --explore-mobile-gutter: 14px;
    --explore-page-gutter: 0px;
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero {
    width: 100%;
    min-height: min(700px, calc(100svh - 58px));
    border-radius: 0 0 28px 28px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-content {
    width: 100%;
    max-width: none;
    min-height: inherit;
    padding: 62px var(--explore-mobile-gutter) 78px;
  }

  .bf-page-explore .bf-explore-intro,
  .bf-page-explore .bf-explore-editorial-strip,
  .bf-page-explore .bf-explore-discover,
  .bf-page-explore .bf-explore-community {
    width: auto;
    margin-right: var(--explore-mobile-gutter);
    margin-left: var(--explore-mobile-gutter);
  }

  .bf-page-explore .bf-explore-discover {
    padding-right: 0;
    padding-left: 0;
  }

  .bf-page-explore .bf-explore-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bf-page-explore .bf-explore-card-photo {
    aspect-ratio: 16 / 9.35;
  }

  .bf-page-explore .bf-explore-card-body {
    min-height: 0;
  }

  .has-explore-guide .bf-explore-breadcrumb {
    width: calc(100% - (var(--explore-mobile-gutter) * 2));
    min-height: 48px;
    margin: 0 var(--explore-mobile-gutter);
    padding: 13px 0;
  }

  .has-explore-guide .bf-explore-guide-hero {
    width: 100%;
    height: min(700px, calc(100svh - 42px));
    min-height: 560px;
    border: 0;
    border-radius: 0 0 28px 28px;
  }

  .has-explore-guide .bf-explore-guide-heading {
    width: 100%;
    max-width: none;
    min-height: 100%;
    justify-content: flex-end;
    padding: 76px var(--explore-mobile-gutter) 54px;
  }

  .has-explore-guide .bf-explore-guide-heading h1 {
    max-width: 100%;
    margin: 17px 0 13px;
    font-size: clamp(42px, 13.2vw, 62px);
    line-height: 0.93;
  }

  .has-explore-guide .bf-explore-guide-heading > p {
    max-width: 96%;
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 4;
  }

  .has-explore-guide .bf-explore-guide-meta {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  .has-explore-guide .bf-explore-guide-meta span:first-child {
    grid-column: 1 / -1;
  }

  .has-explore-guide .bf-explore-guide-meta span {
    width: 100%;
    min-width: 0;
  }

  .has-explore-guide .bf-explore-guide-nav {
    position: sticky;
    z-index: 95;
    top: max(8px, env(safe-area-inset-top));
    width: calc(100% - (var(--explore-mobile-gutter) * 2));
    max-width: none;
    min-height: 62px;
    margin: -25px var(--explore-mobile-gutter) 0;
    padding: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 6px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .has-explore-guide .bf-explore-guide-nav a {
    min-height: 48px;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .has-explore-guide .bf-explore-guide-layout {
    width: 100%;
    gap: 14px;
    padding: 28px var(--explore-mobile-gutter) calc(104px + env(safe-area-inset-bottom));
  }

  .has-explore-guide .bf-explore-guide-content {
    gap: 14px;
  }

  .has-explore-guide .bf-explore-editorial-lead,
  .has-explore-guide .bf-explore-guide-section {
    width: 100%;
    margin: 0;
    padding: 25px 19px;
    border-radius: 23px;
  }

  .has-explore-guide .bf-explore-editorial-lead h2,
  .has-explore-guide .bf-explore-guide-section h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 0.98;
  }

  .has-explore-guide .bf-explore-rich-copy {
    columns: 1;
    margin-top: 18px;
  }

  .has-explore-guide .bf-explore-rich-copy p {
    font-size: 13.5px;
    line-height: 1.72;
  }

  .has-explore-guide .bf-explore-do-grid,
  .has-explore-guide .bf-explore-essential-grid,
  .has-explore-guide .bf-explore-practical-grid,
  .has-explore-guide .bf-explore-tips-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* Las secciones con carrusel conservan el gesto horizontal, pero sin salirse del viewport. */
  .has-explore-guide .bf-explore-ideas .bf-explore-do-grid,
  .has-explore-guide .bf-explore-essentials .bf-explore-essential-grid,
  .has-explore-guide .bf-explore-practical .bf-explore-practical-grid,
  .has-explore-guide .bf-explore-tips .bf-explore-tips-grid {
    max-width: 100%;
  }

  .has-explore-guide .bf-explore-guide-actions {
    width: 100%;
    margin: 0;
    padding: 22px;
    border-radius: 24px;
  }

  .has-explore-guide .bf-explore-guide-actions-grid {
    grid-template-columns: 1fr;
  }

  .has-explore-guide .bf-explore-guide-actions-grid > a,
  .has-explore-guide .bf-explore-guide-actions-grid > button {
    width: 100%;
    min-height: 58px;
  }

  .has-explore-guide .bf-explore-guide-section.bf-explore-experience-gallery {
    width: 100%;
    margin: 0;
    padding: 28px 0 26px;
    border-radius: 23px;
  }

  .has-explore-guide .bf-explore-experience-gallery .bf-explore-gallery-heading {
    padding-right: 18px;
    padding-left: 18px;
  }

  .has-explore-guide .bf-explore-experience-gallery .bf-explore-gallery {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-right: 18px;
    padding-left: 18px;
  }

  .has-explore-guide .bf-explore-experience-gallery .bf-explore-gallery-item,
  .has-explore-guide .bf-explore-experience-gallery .bf-explore-gallery-item:first-child,
  .has-explore-guide .bf-explore-experience-gallery .bf-explore-gallery-item:nth-child(n + 4) {
    width: min(82vw, 350px);
    min-width: min(82vw, 350px);
    flex-basis: min(82vw, 350px);
    height: clamp(380px, 108vw, 500px);
  }

  .has-explore-guide .bf-explore-source-note {
    width: 100%;
    margin: 0;
  }

  .has-explore-guide + .bf-explore-discover,
  .has-explore-guide .bf-explore-discover {
    margin-top: 0;
  }

  .has-explore-guide .bf-explore-mobile-dock {
    right: var(--explore-mobile-gutter);
    left: var(--explore-mobile-gutter);
    width: auto;
  }
}

/* Móvil compacto */
@media (max-width: 480px) {
  .bf-page-explore .bf-explore {
    --explore-mobile-gutter: 12px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 50px);
  }

  .bf-page-explore .bf-explore-intro,
  .bf-page-explore .bf-explore-editorial-strip,
  .bf-page-explore .bf-explore-discover,
  .bf-page-explore .bf-explore-community {
    margin-right: var(--explore-mobile-gutter);
    margin-left: var(--explore-mobile-gutter);
  }

  .has-explore-guide .bf-explore-guide-hero {
    height: min(650px, calc(100svh - 32px));
    min-height: 535px;
  }

  .has-explore-guide .bf-explore-guide-heading {
    padding: 70px var(--explore-mobile-gutter) 48px;
  }

  .has-explore-guide .bf-explore-guide-heading-top {
    flex-wrap: wrap;
  }

  .has-explore-guide .bf-explore-guide-heading h1 {
    font-size: clamp(39px, 12.8vw, 54px);
  }

  .has-explore-guide .bf-explore-guide-meta span {
    min-height: 54px;
    padding: 8px 10px;
  }

  .has-explore-guide .bf-explore-guide-scroll-cue {
    display: none;
  }

  .has-explore-guide .bf-explore-guide-nav {
    width: calc(100% - (var(--explore-mobile-gutter) * 2));
    margin-right: var(--explore-mobile-gutter);
    margin-left: var(--explore-mobile-gutter);
  }

  .has-explore-guide .bf-explore-guide-nav a {
    min-height: 46px;
    padding: 0 10px;
    font-size: 8px;
  }

  .has-explore-guide .bf-explore-guide-nav-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .has-explore-guide .bf-explore-guide-layout {
    padding-right: var(--explore-mobile-gutter);
    padding-left: var(--explore-mobile-gutter);
  }

  .has-explore-guide .bf-explore-editorial-lead,
  .has-explore-guide .bf-explore-guide-section {
    padding: 23px 17px;
    border-radius: 21px;
  }

  .has-explore-guide .bf-explore-guide-actions {
    padding: 20px 17px;
    border-radius: 22px;
  }

  .has-explore-guide .bf-explore-guide-actions-head {
    gap: 12px;
  }

  .has-explore-guide .bf-explore-guide-actions h2 {
    font-size: 30px;
  }

  .has-explore-guide .bf-explore-mobile-dock {
    right: var(--explore-mobile-gutter);
    left: var(--explore-mobile-gutter);
    grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr);
  }
}

/* Escritorios grandes: mantener lectura cómoda en vez de estirar indefinidamente. */
@media (min-width: 1500px) {
  .has-explore-guide .bf-explore-guide-layout {
    grid-template-columns: minmax(0, 1fr) 380px;
  }

  .has-explore-guide .bf-explore-guide-content {
    max-width: 1180px;
  }
}

/* ========================================================================== 
   EXPLORA · RESTAURAR CARRUSELES ORIGINALES EN QUÉ HACER + ESENCIALES
   Información práctica se mantiene con el responsive actual.
   ========================================================================== */

/* Escritorio: distribución original amplia. */
.has-explore-guide .bf-explore-ideas .bf-explore-do-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
}

.has-explore-guide .bf-explore-essentials .bf-explore-essential-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
}

.has-explore-guide .bf-explore-ideas .bf-explore-do-card,
.has-explore-guide .bf-explore-essentials .bf-explore-essential-card {
  width: auto;
  min-width: 0;
}

/* Portátiles/tablet: dos tarjetas por fila, como antes. */
@media (max-width: 1320px) and (min-width: 761px) {
  .has-explore-guide .bf-explore-ideas .bf-explore-do-grid,
  .has-explore-guide .bf-explore-essentials .bf-explore-essential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Móvil: recuperar el rail horizontal original. */
@media (max-width: 760px) {
  .has-explore-guide .bf-explore-guide-section.bf-explore-ideas,
  .has-explore-guide .bf-explore-guide-section.bf-explore-essentials {
    overflow: hidden;
    padding: 31px 0 28px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-right: calc(var(--explore-mobile-gutter, 16px) * -1);
    margin-left: calc(var(--explore-mobile-gutter, 16px) * -1);
  }

  .has-explore-guide .bf-explore-ideas-heading,
  .has-explore-guide .bf-explore-essentials-heading {
    padding-right: var(--explore-mobile-gutter, 16px);
    padding-left: var(--explore-mobile-gutter, 16px);
  }

  .has-explore-guide .bf-explore-ideas .bf-explore-do-grid,
  .has-explore-guide .bf-explore-essentials .bf-explore-essential-grid {
    display: flex;
    width: auto;
    max-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 13px;
    padding: 0 var(--explore-mobile-gutter, 16px) 14px;
    margin: 0;
    scroll-padding-inline: var(--explore-mobile-gutter, 16px);
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .has-explore-guide .bf-explore-ideas .bf-explore-do-grid::-webkit-scrollbar,
  .has-explore-guide .bf-explore-essentials .bf-explore-essential-grid::-webkit-scrollbar {
    display: none;
  }

  .has-explore-guide .bf-explore-ideas .bf-explore-do-card {
    width: min(84vw, 340px);
    min-width: min(84vw, 340px);
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: start;
  }

  .has-explore-guide .bf-explore-essentials .bf-explore-essential-card {
    width: min(82vw, 330px);
    min-width: min(82vw, 330px);
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: start;
  }

  .has-explore-guide .bf-explore-ideas-swipe,
  .has-explore-guide .bf-explore-essentials-swipe {
    display: flex;
  }
}

@media (max-width: 380px) {
  .has-explore-guide .bf-explore-ideas .bf-explore-do-card {
    width: 85vw;
    min-width: 85vw;
    flex-basis: 85vw;
  }

  .has-explore-guide .bf-explore-essentials .bf-explore-essential-card {
    width: 84vw;
    min-width: 84vw;
    flex-basis: 84vw;
  }
}


/* Galería estática: sin numeración, borde ni acción al pulsar. */
.bf-explore-experience-gallery .bf-explore-gallery-number {
  display: none !important;
}

.bf-explore-experience-gallery .bf-explore-gallery-item {
  border: 0 !important;
  cursor: default !important;
}

/* Galería Explora: sin flecha/botón superpuesto en las fotografías. */
.bf-explore-experience-gallery .bf-explore-gallery-copy > i {
  display: none !important;
}

/* ========================================================================== 
   EXPLORA · PULIDO VISUAL FINAL DE PRODUCCIÓN · 2026-09-03
   Unifica portada y detalle, añade ambient light, toolbar de retorno y mejora
   la geometría móvil sin modificar la composición de escritorio existente.
   ========================================================================== */

/* Ambient light: misma profundidad visual que las fichas de detalle. */
.bf-page-explore .bf-explore {
  position: relative;
  isolation: isolate;
}

.bf-page-explore .bf-explore::before,
.bf-page-explore .bf-explore::after {
  position: absolute;
  z-index: -2;
  width: clamp(260px, 34vw, 620px);
  height: clamp(260px, 34vw, 620px);
  border-radius: 50%;
  content: "";
  filter: blur(44px);
  opacity: .62;
  pointer-events: none;
}

.bf-page-explore .bf-explore::before {
  top: 5%;
  left: min(-20vw, -120px);
  background: radial-gradient(circle, rgba(255, 93, 31, .23) 0%, rgba(255, 75, 0, .10) 36%, transparent 72%);
}

.bf-page-explore .bf-explore::after {
  top: 31%;
  right: min(-18vw, -90px);
  background: radial-gradient(circle, rgba(233, 29, 111, .15) 0%, rgba(126, 57, 255, .08) 38%, transparent 72%);
}

/* Portada: renovar superficies sin cambiar el contenido ni la jerarquía. */
.bf-page-explore:not(.has-explore-guide) .bf-explore-intro,
.bf-page-explore:not(.has-explore-guide) .bf-explore-discover,
.bf-page-explore:not(.has-explore-guide) .bf-explore-community {
  position: relative;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-card {
  border-color: rgba(34, 28, 25, .08);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 46px rgba(45, 33, 27, .07), 0 2px 8px rgba(45, 33, 27, .035);
  backdrop-filter: blur(14px) saturate(122%);
  -webkit-backdrop-filter: blur(14px) saturate(122%);
  transform: translateZ(0);
}

@media (hover: hover) and (pointer: fine) {
  .bf-page-explore:not(.has-explore-guide) .bf-explore-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 58px rgba(45, 33, 27, .11), 0 4px 12px rgba(45, 33, 27, .045);
  }
}

/* Toolbar superior, equivalente a Detalles del plan. */
.has-explore-guide .bf-explore-detail-toolbar {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  margin: 0 6px 12px;
}

.has-explore-guide .bf-explore-detail-back {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(28, 23, 20, .10);
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  color: #242126;
  box-shadow: 0 9px 24px rgba(35, 27, 22, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
  cursor: pointer;
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.has-explore-guide .bf-explore-detail-back svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.has-explore-guide .bf-explore-detail-back:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 79, 11, .28);
  box-shadow: 0 12px 28px rgba(35, 27, 22, .11), 0 0 0 4px rgba(255, 79, 11, .045);
}

.has-explore-guide .bf-explore-detail-back:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 79, 11, .16), 0 10px 26px rgba(35, 27, 22, .1);
}

.has-explore-guide .bf-explore-detail-toolbar-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.has-explore-guide .bf-explore-detail-toolbar-copy span {
  color: #a04a2a;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.has-explore-guide .bf-explore-detail-toolbar-copy strong {
  overflow: hidden;
  color: #211e22;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* El breadcrumb pasa a segundo nivel visual. */
.has-explore-guide .bf-explore-breadcrumb {
  margin-top: 0;
  opacity: .9;
}

/* Mayor consistencia entre las superficies del detalle. */
.has-explore-guide .bf-explore-editorial-lead,
.has-explore-guide .bf-explore-guide-section {
  border: 1px solid rgba(32, 27, 24, .075);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 50px rgba(45, 33, 27, .055), inset 0 1px 0 rgba(255, 255, 255, .82);
  backdrop-filter: blur(10px) saturate(118%);
  -webkit-backdrop-filter: blur(10px) saturate(118%);
}

/* Secciones de rail: conservar el aspecto anterior en escritorio. */
@media (min-width: 761px) {
  .has-explore-guide .bf-explore-guide-section.bf-explore-ideas,
  .has-explore-guide .bf-explore-guide-section.bf-explore-essentials {
    overflow: visible;
  }
}

/* Móvil: redondear solo la parte superior del bloque foto+título. En PC no cambia. */
@media (max-width: 820px) {
  .bf-page-explore .bf-explore::before,
  .bf-page-explore .bf-explore::after {
    width: 360px;
    height: 360px;
    filter: blur(38px);
    opacity: .48;
  }

  .bf-page-explore .bf-explore::before {
    top: 3%;
    left: -190px;
  }

  .bf-page-explore .bf-explore::after {
    top: 38%;
    right: -210px;
  }

  .has-explore-guide .bf-explore-detail-toolbar {
    min-height: 54px;
    margin: 8px var(--explore-mobile-gutter, 14px) 8px;
  }

  .has-explore-guide .bf-explore-detail-back {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .has-explore-guide .bf-explore-breadcrumb {
    margin-bottom: 10px;
  }

  .has-explore-guide .bf-explore-guide-hero {
    width: calc(100% - (var(--explore-mobile-gutter, 14px) * 2));
    margin-right: var(--explore-mobile-gutter, 14px);
    margin-left: var(--explore-mobile-gutter, 14px);
    border-radius: 28px 28px 20px 20px;
    box-shadow: 0 22px 60px rgba(33, 24, 20, .16), 0 4px 14px rgba(33, 24, 20, .08);
  }

  .has-explore-guide .bf-explore-guide-photo,
  .has-explore-guide .bf-explore-guide-photo > img,
  .has-explore-guide .bf-explore-guide-photo-shade,
  .has-explore-guide .bf-explore-guide-hero-grid {
    border-radius: inherit;
  }

  .has-explore-guide .bf-explore-guide-heading {
    overflow: hidden;
    border-radius: inherit;
  }

  .has-explore-guide .bf-explore-guide-nav {
    margin-top: -18px;
  }

  .has-explore-guide .bf-explore-editorial-lead,
  .has-explore-guide .bf-explore-guide-section,
  .has-explore-guide .bf-explore-guide-actions,
  .has-explore-guide .bf-explore-source-note {
    box-shadow: 0 12px 34px rgba(45, 33, 27, .055), inset 0 1px 0 rgba(255, 255, 255, .86);
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero {
    margin: 10px var(--explore-mobile-gutter, 14px) 0;
    width: calc(100% - (var(--explore-mobile-gutter, 14px) * 2));
    border-radius: 28px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero > img,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-shade {
    border-radius: inherit;
  }
}

@media (max-width: 480px) {
  .has-explore-guide .bf-explore-detail-toolbar-copy strong {
    font-size: 13px;
  }

  .has-explore-guide .bf-explore-guide-hero {
    border-radius: 24px 24px 18px 18px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero {
    border-radius: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-explore-guide .bf-explore-detail-back,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-card {
    transition: none !important;
  }
}

/* ========================================================================== 
   EXPLORA · PORTADA PRINCIPAL · REDISEÑO PRODUCCIÓN · 2026-09-03
   Capa final aislada de la portada. No altera las fichas de detalle.
   ========================================================================== */

.bf-page-explore:not(.has-explore-guide) {
  --explore-home-gutter: clamp(18px, 2vw, 28px);
  --explore-home-surface: rgba(255, 255, 255, .82);
  --explore-home-border: rgba(38, 30, 27, .075);
  --explore-home-shadow: 0 24px 68px rgba(49, 35, 28, .075), 0 3px 12px rgba(49, 35, 28, .035);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore {
  width: min(calc(100% - 48px), 1380px);
  padding-top: 22px;
  padding-bottom: 92px;
}

/* HERO */
.bf-page-explore:not(.has-explore-guide) .bf-explore-hero {
  min-height: clamp(610px, 72vh, 720px);
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 38px;
  box-shadow: 0 34px 94px rgba(38, 28, 23, .20), 0 8px 28px rgba(38, 28, 23, .08);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 190, 128, .16), transparent 28%),
    linear-gradient(125deg, rgba(255, 76, 0, .10), transparent 42%);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 10, 11, .92) 0%, rgba(8, 10, 11, .72) 40%, rgba(8, 10, 11, .16) 76%),
    linear-gradient(0deg, rgba(8, 10, 11, .80) 0%, rgba(8, 10, 11, .10) 46%, transparent 70%);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 64%);
  min-height: clamp(515px, 61vh, 605px);
  padding: clamp(62px, 6vw, 88px) 0 84px clamp(46px, 5.6vw, 82px);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-eyebrow {
  min-height: 36px;
  padding: 0 14px;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero h1 {
  max-width: 760px;
  margin: 24px 0 18px;
  font-size: clamp(54px, 5.7vw, 84px);
  line-height: .94;
  letter-spacing: -.072em;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-content > p {
  max-width: 620px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, .80);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.68;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-search {
  width: min(100%, 650px);
  min-height: 64px;
  grid-template-columns: 32px minmax(0, 1fr) 38px auto;
  padding: 8px 9px 8px 16px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 20px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 20px 52px rgba(2, 5, 7, .24), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-search input {
  font-size: 14px;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-search-submit {
  min-width: 94px;
  height: 47px;
  border-radius: 14px;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-actions {
  gap: 9px;
  margin-top: 16px;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-button {
  min-height: 48px;
  padding-inline: 18px;
  border-radius: 15px;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-foot {
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  border-color: rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(13, 16, 17, .47);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-foot > span {
  min-height: 78px;
  padding: 15px 24px;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-foot strong {
  font-size: 12px;
  letter-spacing: -.01em;
}

/* INTRO */
.bf-page-explore:not(.has-explore-guide) .bf-explore-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .78fr);
  align-items: center;
  gap: clamp(42px, 6vw, 86px);
  margin: 28px 0 16px;
  padding: clamp(34px, 4.2vw, 54px);
  overflow: hidden;
  border: 1px solid var(--explore-home-border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 4% 0%, rgba(255, 101, 35, .09), transparent 29%),
    var(--explore-home-surface);
  box-shadow: var(--explore-home-shadow);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-intro::after {
  position: absolute;
  top: -80px;
  right: -70px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 24, 102, .11), transparent 68%);
  content: "";
  pointer-events: none;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-intro h2 {
  max-width: 720px;
  font-size: clamp(34px, 3.6vw, 52px);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-intro > p {
  position: relative;
  z-index: 1;
  max-width: 560px;
  color: #69646d;
  font-size: 14px;
  line-height: 1.78;
}

/* TRES FORMAS DE EXPLORAR */
.bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin: 0 0 74px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip article {
  min-height: 148px;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 25px 24px;
  border: 1px solid var(--explore-home-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, .80);
  box-shadow: 0 14px 38px rgba(46, 34, 28, .055), inset 0 1px 0 rgba(255, 255, 255, .85);
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip article:last-child {
  border-right: 1px solid var(--explore-home-border);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip article > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(232, 75, 23, .15);
  border-radius: 50%;
  background: rgba(255, 83, 18, .075);
  color: #de4a17;
  font-size: 10px;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip strong {
  margin-top: 1px;
  font-size: 15px;
  letter-spacing: -.02em;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip p {
  color: #726c74;
  font-size: 12px;
  line-height: 1.62;
}

/* BLOQUE SOCIAL */
.bf-page-explore:not(.has-explore-guide) .bf-explore-community {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1fr);
  gap: clamp(46px, 6vw, 82px);
  margin-top: 28px;
  padding: clamp(42px, 4.8vw, 64px);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 78, 22, .22), transparent 31%),
    radial-gradient(circle at 12% 100%, rgba(229, 22, 104, .16), transparent 28%),
    #171519;
  box-shadow: 0 28px 76px rgba(28, 22, 19, .16), inset 0 1px 0 rgba(255, 255, 255, .045);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-community::after {
  position: absolute;
  z-index: 0;
  top: -110px;
  right: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 114, 48, .14), transparent 68%);
  content: "";
  pointer-events: none;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-community-heading,
.bf-page-explore:not(.has-explore-guide) .bf-explore-community-actions {
  position: relative;
  z-index: 1;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-community-heading .bf-explore-section-label {
  color: #ff7848;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-community-heading h2 {
  max-width: 560px;
  font-size: clamp(34px, 3.3vw, 50px);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-community-actions {
  gap: 10px;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-community-actions a,
.bf-page-explore:not(.has-explore-guide) .bf-explore-community-actions > button {
  min-height: 68px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .075);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-community-actions a:hover,
.bf-page-explore:not(.has-explore-guide) .bf-explore-community-actions > button:hover {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .11);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-age-note {
  width: max-content;
  max-width: 100%;
  min-height: 38px;
  margin: 16px auto 0;
  padding: 0 14px;
  border: 1px solid rgba(38, 31, 28, .06);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
}

/* TABLET */
@media (max-width: 1020px) {
  .bf-page-explore:not(.has-explore-guide) .bf-explore {
    width: min(calc(100% - 34px), 980px);
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero {
    min-height: 610px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-content {
    width: min(760px, 78%);
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-intro > p {
    max-width: 760px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-community {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* MÓVIL */
@media (max-width: 820px) {
  .bf-page-explore:not(.has-explore-guide) {
    --explore-home-mobile-gutter: 14px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore {
    width: 100%;
    padding-top: 8px;
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
    overflow-x: clip;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero {
    width: calc(100% - (var(--explore-home-mobile-gutter) * 2));
    min-height: 590px;
    margin: 8px var(--explore-home-mobile-gutter) 0;
    border-radius: 26px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero > img {
    object-position: 58% center;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-shade {
    background:
      linear-gradient(180deg, rgba(9, 11, 12, .20) 0%, rgba(9, 11, 12, .36) 32%, rgba(9, 11, 12, .92) 76%, rgba(9, 11, 12, .97) 100%);
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-content {
    width: 100%;
    min-height: 590px;
    justify-content: flex-end;
    padding: 32px 18px 150px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-eyebrow {
    min-height: 33px;
    padding-inline: 11px;
    font-size: 9px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero h1 {
    margin: 18px 0 14px;
    font-size: clamp(39px, 12vw, 54px);
    line-height: .96;
    letter-spacing: -.062em;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-content > p {
    margin-bottom: 19px;
    font-size: 13px;
    line-height: 1.58;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search {
    min-height: 56px;
    grid-template-columns: 27px minmax(0, 1fr) 34px;
    gap: 4px;
    padding: 6px 8px 6px 13px;
    border-radius: 17px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search input {
    height: 42px;
    font-size: 13px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search-submit {
    display: none;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-button {
    min-width: 0;
    min-height: 45px;
    padding: 0 11px;
    font-size: 10px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-foot {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-radius: 17px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-foot > span {
    min-height: 74px;
    gap: 3px;
    padding: 11px 9px;
    text-align: center;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-foot strong {
    font-size: 9.5px;
    line-height: 1.2;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-foot small {
    font-size: 8px;
    line-height: 1.25;
    white-space: normal;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-intro {
    margin: 14px var(--explore-home-mobile-gutter) 10px;
    padding: 25px 20px;
    gap: 17px;
    border-radius: 24px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-intro h2 {
    font-size: 31px;
    line-height: 1.02;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-intro > p {
    font-size: 12.5px;
    line-height: 1.67;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip {
    display: flex;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    margin: 0 0 42px;
    padding: 0 var(--explore-home-mobile-gutter) 12px;
    scroll-padding-inline: var(--explore-home-mobile-gutter);
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip::-webkit-scrollbar {
    display: none;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip article {
    width: min(82vw, 330px);
    min-width: min(82vw, 330px);
    min-height: 130px;
    flex: 0 0 min(82vw, 330px);
    padding: 21px 19px;
    border-radius: 21px;
    scroll-snap-align: start;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-community {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 14px var(--explore-home-mobile-gutter) 0;
    padding: 29px 18px 20px;
    border-radius: 25px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-community-heading h2 {
    font-size: 31px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-community-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-community-actions a,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-community-actions > button {
    min-height: 58px;
    border-radius: 16px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-age-note {
    width: calc(100% - (var(--explore-home-mobile-gutter) * 2));
    min-height: 0;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 16px;
    align-items: flex-start;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-age-note p {
    font-size: 9px;
    line-height: 1.45;
  }
}

@media (max-width: 390px) {
  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero {
    min-height: 570px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-content {
    min-height: 570px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero h1 {
    font-size: 38px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-actions {
    grid-template-columns: 1fr;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip article {
    width: 84vw;
    min-width: 84vw;
    flex-basis: 84vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-page-explore:not(.has-explore-guide) .bf-explore-card,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-card-photo > img,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-filters button {
    transition: none !important;
  }
}

/* ========================================================================== 
   EXPLORA · DETALLE · RESTAURAR FONDO ORIGINAL DE LA GALERÍA
   Evita que la regla general de superficies claras sobrescriba
   "Una mirada a la experiencia".
   ========================================================================== */
.has-explore-guide .bf-explore-guide-section.bf-explore-experience-gallery {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 3% 4%, rgba(255, 27, 91, 0.28), transparent 29%),
    radial-gradient(circle at 98% 8%, rgba(255, 124, 0, 0.24), transparent 31%),
    radial-gradient(circle at 76% 112%, rgba(122, 57, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #151217 0%, #211820 52%, #17151d 100%);
  box-shadow: 0 34px 100px rgba(32, 18, 30, 0.25);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}


/* ========================================================================== 
   EXPLORA · DETALLE · BREADCRUMB MÓVIL FINO · 2026-09-03
   Centrado, ancho de contenido y acabado cápsula. Escritorio queda intacto.
   ========================================================================== */
@media (max-width: 820px) {
  .has-explore-guide .bf-explore-breadcrumb {
    width: max-content;
    max-width: calc(100% - (var(--explore-mobile-gutter, 14px) * 2));
    min-width: 0;
    justify-content: center;
    gap: 7px;
    margin: 0 auto 12px;
    padding: 8px 12px;
    overflow-x: auto;
    border: 1px solid rgba(34, 28, 25, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    color: #726c74;
    box-shadow: 0 7px 20px rgba(45, 33, 27, .055), inset 0 1px 0 rgba(255, 255, 255, .92);
    font-size: 10px;
    font-weight: 760;
    line-height: 1;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
  }

  .has-explore-guide .bf-explore-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .has-explore-guide .bf-explore-breadcrumb a,
  .has-explore-guide .bf-explore-breadcrumb > span:last-child {
    flex: 0 0 auto;
  }

  .has-explore-guide .bf-explore-breadcrumb > span[aria-hidden="true"] {
    flex: 0 0 auto;
    color: #c5bec4;
    font-size: 9px;
    font-weight: 700;
  }

  .has-explore-guide .bf-explore-breadcrumb > span:last-child {
    max-width: min(46vw, 210px);
    overflow: hidden;
    color: #2a262b;
    font-weight: 830;
    text-overflow: ellipsis;
  }
}


/* ==========================================================================
   EXPLORA · DETALLE · TOOLBAR + RUTA COMPACTA · 2026-09-03
   Volver a la izquierda; breadcrumb compacto y alineado a la derecha.
   ========================================================================== */
.has-explore-guide .bf-explore-detail-toolbar {
  justify-content: space-between;
  gap: 16px;
}

.has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb {
  width: max-content;
  max-width: min(68%, 620px);
  min-width: 0;
  min-height: 0;
  justify-content: flex-end;
  gap: 6px;
  margin: 0 0 0 auto;
  padding: 6px 10px;
  overflow-x: auto;
  border: 1px solid rgba(34, 28, 25, .075);
  border-radius: 999px;
  background: rgba(255, 255, 255, .80);
  color: #777078;
  box-shadow: 0 6px 18px rgba(45, 33, 27, .045), inset 0 1px 0 rgba(255,255,255,.9);
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  scrollbar-width: none;
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
}

.has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb::-webkit-scrollbar {
  display: none;
}

.has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb a,
.has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb > span:last-child {
  flex: 0 0 auto;
}

.has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb > span[aria-hidden="true"] {
  color: #c6bfc5;
  font-size: 8px;
}

.has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb > span:last-child {
  max-width: min(32vw, 260px);
  overflow: hidden;
  color: #282429;
  font-weight: 820;
  text-overflow: ellipsis;
}

@media (max-width: 820px) {
  .has-explore-guide .bf-explore-detail-toolbar {
    width: auto;
    min-height: 48px;
    margin: 8px var(--explore-mobile-gutter, 14px) 9px;
    gap: 9px;
  }

  .has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb {
    max-width: calc(100% - 50px);
    min-height: 0;
    gap: 5px;
    margin: 0 0 0 auto;
    padding: 6px 9px;
    font-size: 8.5px;
  }

  .has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb > span[aria-hidden="true"] {
    font-size: 7.5px;
  }

  .has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb > span:last-child {
    max-width: min(38vw, 160px);
  }
}


/* ========================================================================== 
   EXPLORA · PORTADA / DETALLE · PULIDO FINAL PRODUCCIÓN · 2026-09-03
   Igualar anchos, arreglar radios/bleeds y copiar el toolbar de Planes.
   ========================================================================== */

/* Toolbar de detalle: mismo bloque visual que Detalles del plan. */
.has-explore-guide .bf-explore-detail-toolbar {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  margin: 0 0 18px;
}

.has-explore-guide .bf-explore-detail-back {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(17,17,19,.075);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: #111113;
  box-shadow: 0 9px 24px rgba(24,20,18,.06);
  cursor: pointer;
  transition: transform 160ms ease,border-color 160ms ease,box-shadow 160ms ease;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.has-explore-guide .bf-explore-detail-back:hover {
  border-color: rgba(24,24,27,.17);
  box-shadow: 0 13px 30px rgba(24,20,18,.1);
  transform: translateY(-2px);
}

.has-explore-guide .bf-explore-detail-back:focus-visible {
  outline: 3px solid rgba(255,91,26,.28);
  outline-offset: 3px;
  box-shadow: 0 9px 24px rgba(24,20,18,.06);
}

.has-explore-guide .bf-explore-detail-back svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.has-explore-guide .bf-explore-detail-toolbar-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.has-explore-guide .bf-explore-detail-toolbar-copy span {
  color: #e84f00;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.has-explore-guide .bf-explore-detail-toolbar-copy strong {
  overflow: hidden;
  color: #111113;
  font-size: .98rem;
  font-weight: 760;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb {
  width: max-content;
  max-width: min(60%, 620px);
  min-width: 0;
  margin-left: auto;
}

/* Portada: todas las superficies alineadas y con radios limpios. */
.bf-page-explore:not(.has-explore-guide) .bf-explore-intro,
.bf-page-explore:not(.has-explore-guide) .bf-explore-discover,
.bf-page-explore:not(.has-explore-guide) .bf-explore-community {
  width: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-clip: padding-box;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-discover {
  margin: 0 0 28px;
  padding: clamp(34px, 4.2vw, 54px);
  border: 1px solid var(--explore-home-border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 96% 6%, rgba(234, 24, 102, .07), transparent 25%),
    radial-gradient(circle at 0% 100%, rgba(255, 106, 36, .075), transparent 28%),
    var(--explore-home-surface);
  box-shadow: var(--explore-home-shadow);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-discover::before,
.bf-page-explore:not(.has-explore-guide) .bf-explore-discover::after,
.bf-page-explore:not(.has-explore-guide) .bf-explore-community::before,
.bf-page-explore:not(.has-explore-guide) .bf-explore-community::after {
  pointer-events: none;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-filter-scroll {
  margin: 0 0 24px;
  padding: 4px 2px 6px;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-community {
  margin-top: 0;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-card,
.bf-page-explore:not(.has-explore-guide) .bf-explore-community,
.bf-page-explore:not(.has-explore-guide) .bf-explore-intro,
.bf-page-explore:not(.has-explore-guide) .bf-explore-discover {
  transform: translateZ(0);
}

@media (max-width: 820px) {
  .has-explore-guide .bf-explore-detail-toolbar {
    min-height: 54px;
    margin: 8px var(--explore-mobile-gutter, 14px) 12px;
    gap: 12px;
  }

  .has-explore-guide .bf-explore-detail-back {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .has-explore-guide .bf-explore-detail-toolbar-copy strong {
    font-size: .92rem;
  }

  .has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb {
    max-width: calc(100% - 180px);
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-intro,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-discover,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-community {
    width: calc(100% - (var(--explore-home-mobile-gutter, 14px) * 2));
    margin-right: var(--explore-home-mobile-gutter, 14px);
    margin-left: var(--explore-home-mobile-gutter, 14px);
    border-radius: 24px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-intro {
    margin-top: 14px;
    margin-bottom: 10px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-discover {
    margin-top: 0;
    margin-bottom: 14px;
    padding: 24px 18px 22px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-section-heading {
    gap: 10px;
    margin-bottom: 20px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-section-heading > p {
    margin-bottom: 2px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-filter-scroll {
    margin: 0 -2px 18px;
    padding: 4px 2px 2px;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-community {
    margin-top: 14px;
  }
}

@media (max-width: 480px) {
  .has-explore-guide .bf-explore-detail-toolbar-copy span {
    font-size: .62rem;
  }

  .has-explore-guide .bf-explore-detail-toolbar-copy strong {
    font-size: .84rem;
  }

  .has-explore-guide .bf-explore-detail-toolbar .bf-explore-breadcrumb {
    max-width: calc(100% - 162px);
  }
}


/* ========================================================================== 
   EXPLORA · PULIDO VISUAL DEFINITIVO · 2026-09-03
   Solo geometría, clipping Safari, hero de portada y alineación con Inicio.
   ========================================================================== */

/* Mismo ancho maestro que Inicio/Momentos. */
body.bf-page-explore .bf-explore {
  width: min(calc(100% - 48px), 1220px) !important;
  max-width: 1220px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* El nombre Banana mantiene exactamente la escala global del shell. */
body.bf-page-explore .bf-web-brand-name {
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: -0.055em !important;
}

/* Detalle: bajar ligeramente la cabecera y mantener la misma geometría de Planes. */
.has-explore-guide .bf-explore-detail-toolbar {
  margin-top: 10px !important;
  margin-bottom: 18px !important;
}

/* Safari/iOS: impedir que glows, filtros y fondos atraviesen las esquinas. */
.has-explore-guide .bf-explore-guide-hero,
.has-explore-guide .bf-explore-editorial-lead,
.has-explore-guide .bf-explore-guide-section,
.has-explore-guide .bf-explore-guide-actions,
.bf-page-explore:not(.has-explore-guide) .bf-explore-hero,
.bf-page-explore:not(.has-explore-guide) .bf-explore-intro,
.bf-page-explore:not(.has-explore-guide) .bf-explore-discover,
.bf-page-explore:not(.has-explore-guide) .bf-explore-community {
  overflow: hidden !important;
  isolation: isolate;
  contain: paint;
  background-clip: padding-box;
  transform: translateZ(0);
}

.has-explore-guide .bf-explore-guide-photo,
.has-explore-guide .bf-explore-guide-photo > img,
.has-explore-guide .bf-explore-guide-photo-shade,
.has-explore-guide .bf-explore-guide-hero-grid {
  border-radius: inherit;
}

/* Reafirmar los fondos propios de las secciones decoradas para evitar una segunda
   capa translúcida rectangular por encima de sus radios. */
.has-explore-guide .bf-explore-guide-section.bf-explore-ideas {
  background:
    radial-gradient(circle at 9% 12%, rgba(255, 0, 110, 0.14), transparent 27%),
    radial-gradient(circle at 92% 4%, rgba(255, 117, 0, 0.18), transparent 29%),
    radial-gradient(circle at 76% 100%, rgba(124, 44, 255, 0.09), transparent 30%),
    linear-gradient(135deg, #fff8fb 0%, #fffaf6 45%, #fff 100%) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.has-explore-guide .bf-explore-guide-section.bf-explore-essentials {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 0, 91, 0.11), transparent 26%),
    radial-gradient(circle at 98% 16%, rgba(255, 123, 0, 0.16), transparent 29%),
    radial-gradient(circle at 72% 105%, rgba(119, 54, 255, 0.09), transparent 30%),
    linear-gradient(135deg, #fff9fb 0%, #fffaf6 48%, #fff 100%) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Sigue explorando no queda pegado al bloque social del detalle. */
.has-explore-guide .bf-explore-discover {
  margin-top: 26px !important;
}

/* PORTADA · Hero: solo se refina esta cabecera, sin alterar el resto del diseño. */
.bf-page-explore:not(.has-explore-guide) .bf-explore-hero {
  border-color: rgba(255,255,255,.26) !important;
  box-shadow: 0 30px 84px rgba(34,25,22,.20), 0 7px 22px rgba(34,25,22,.08) !important;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-search {
  position: relative;
  min-height: 66px !important;
  gap: 7px !important;
  padding: 8px 9px 8px 10px !important;
  border: 1px solid rgba(255,255,255,.76) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow:
    0 22px 54px rgba(4,6,8,.24),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 0 1px rgba(20,18,20,.025) !important;
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-search-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(23,20,22,.065);
  border-radius: 13px;
  background: linear-gradient(145deg, #fff, #f5f3f2);
  color: #2a272a;
  box-shadow: 0 7px 18px rgba(25,21,20,.06), inset 0 1px 0 #fff;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-search-icon svg {
  width: 18px;
  height: 18px;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-search input {
  min-width: 0;
  height: 48px !important;
  padding-inline: 5px !important;
  border: 0 !important;
  background: transparent !important;
  color: #19171a !important;
  font-size: 15px !important;
  font-weight: 650;
  outline: 0 !important;
  box-shadow: none !important;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-search input::placeholder {
  color: #918a91;
  opacity: 1;
  font-weight: 570;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-search-submit {
  min-width: 102px !important;
  height: 48px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, #ff4f12 0%, #ff0d62 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(255,49,62,.24), inset 0 1px 0 rgba(255,255,255,.22) !important;
  font-weight: 820 !important;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-search-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(255,49,62,.30), inset 0 1px 0 rgba(255,255,255,.22) !important;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-actions {
  gap: 10px !important;
  margin-top: 17px !important;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-button {
  min-height: 50px !important;
  padding: 0 19px !important;
  border-radius: 16px !important;
  font-weight: 820 !important;
  box-shadow: 0 10px 25px rgba(6,7,8,.12), inset 0 1px 0 rgba(255,255,255,.16);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-button.is-light {
  border: 1px solid rgba(255,255,255,.86) !important;
  background: rgba(255,255,255,.96) !important;
  color: #181619 !important;
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-button.is-glass {
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(21,19,22,.31) !important;
  color: #fff !important;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

/* Métricas más arriba y con acabado de control premium. */
.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-foot {
  right: 34px !important;
  bottom: 38px !important;
  left: 34px !important;
  gap: 6px;
  padding: 6px;
  overflow: hidden;
  border-color: rgba(255,255,255,.16) !important;
  border-radius: 22px !important;
  background: rgba(13,15,17,.40) !important;
  box-shadow: 0 16px 36px rgba(2,4,6,.14), inset 0 1px 0 rgba(255,255,255,.08);
}

.bf-page-explore:not(.has-explore-guide) .bf-explore-hero-foot > span {
  min-height: 66px !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-radius: 15px;
  background: rgba(255,255,255,.065);
}

@media (max-width: 680px) {
  body.bf-page-explore .bf-explore {
    width: calc(100% - 16px) !important;
    max-width: none !important;
  }

  body.bf-page-explore .bf-web-brand-name {
    font-size: 22px !important;
  }

  /* El detalle comparte exactamente los 8px laterales de Inicio. */
  .has-explore-guide .bf-explore-detail-toolbar,
  .has-explore-guide .bf-explore-guide-hero,
  .has-explore-guide .bf-explore-guide-nav,
  .has-explore-guide .bf-explore-guide-layout,
  .has-explore-guide .bf-explore-discover,
  .has-explore-guide .bf-explore-community {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .has-explore-guide .bf-explore-detail-toolbar {
    margin-top: 18px !important;
    margin-bottom: 14px !important;
  }

  .has-explore-guide .bf-explore-guide-hero {
    border-radius: 26px !important;
  }

  .has-explore-guide .bf-explore-guide-nav {
    margin-top: -18px !important;
  }

  .has-explore-guide .bf-explore-guide-layout {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .has-explore-guide .bf-explore-editorial-lead,
  .has-explore-guide .bf-explore-guide-section,
  .has-explore-guide .bf-explore-guide-actions,
  .has-explore-guide .bf-explore-source-note {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Qué hacer / Esenciales conservan el scroll horizontal, pero la caja ya no
     se sale del ancho común ni pierde sus esquinas. */
  .has-explore-guide .bf-explore-guide-section.bf-explore-ideas,
  .has-explore-guide .bf-explore-guide-section.bf-explore-essentials {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-right: 1px solid rgba(255,54,71,.12) !important;
    border-left: 1px solid rgba(255,54,71,.12) !important;
    border-radius: 23px !important;
  }

  .has-explore-guide .bf-explore-discover {
    margin-top: 18px !important;
  }

  /* Portada con el mismo ancho exterior. */
  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-intro,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-discover,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-community {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero {
    margin-top: 8px !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search {
    min-height: 58px !important;
    grid-template-columns: 38px minmax(0,1fr) 34px !important;
    gap: 5px !important;
    padding: 5px 7px 5px 8px !important;
    border-radius: 18px !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search-icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  /* 16px evita el auto-zoom de Safari y mantiene Banana a la misma escala. */
  .bf-page-explore:not(.has-explore-guide) .bf-explore-search input {
    height: 44px !important;
    font-size: 16px !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search-submit {
    display: none !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-button {
    min-height: 47px !important;
    border-radius: 15px !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-foot {
    right: 16px !important;
    bottom: 22px !important;
    left: 16px !important;
    gap: 4px;
    padding: 5px;
    border-radius: 18px !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero-foot > span {
    min-height: 62px !important;
    padding: 9px 6px !important;
    border-radius: 13px;
  }
}


/* ========================================================================== 
   EXPLORA · ANCHO ESCRITORIO RESTAURADO · 2026-09-03
   Recupera el ancho amplio original de los detalles y lo aplica también a la
   portada. Móvil conserva exactamente su geometría actual.
   ========================================================================== */
@media (min-width: 821px) {
  .bf-page-explore .bf-explore {
    width: min(calc(100% - 48px), 1600px) !important;
    max-width: 1600px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-hero,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-intro,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-editorial-strip,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-discover,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-community,
  .has-explore-guide .bf-explore-detail-toolbar,
  .has-explore-guide .bf-explore-guide-hero,
  .has-explore-guide .bf-explore-guide-nav,
  .has-explore-guide .bf-explore-guide-layout,
  .has-explore-guide .bf-explore-discover,
  .has-explore-guide .bf-explore-community {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}


/* ========================================================================== 
   EXPLORA · FIX MÓVIL BUSCADOR + RECORTE HERO · 2026-09-03
   Solo móvil. Escritorio permanece intacto.
   ========================================================================== */
@media (max-width: 680px) {
  /* Buscador robusto: evita colisiones entre grid histórico, botón limpiar y
     los controles nativos de Safari. */
  .bf-page-explore:not(.has-explore-guide) .bf-explore-search {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 58px !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 6px 8px !important;
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search-icon {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    border-radius: 12px !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search input {
    width: 0 !important;
    min-width: 0 !important;
    height: 44px !important;
    flex: 1 1 auto !important;
    padding: 0 5px !important;
    font-size: 16px !important;
    line-height: 44px !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search input::-webkit-search-decoration,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-search input::-webkit-search-cancel-button,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-search input::-webkit-search-results-button,
  .bf-page-explore:not(.has-explore-guide) .bf-explore-search input::-webkit-search-results-decoration {
    display: none !important;
    -webkit-appearance: none !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search-clear {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    margin: 0 !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search-clear[hidden] {
    display: none !important;
  }

  .bf-page-explore:not(.has-explore-guide) .bf-explore-search-submit {
    display: none !important;
  }

  /* Safari: recorte físico de todas las capas del hero. El clip-path evita el
     pequeño rectángulo translúcido que puede quedar fuera del border-radius. */
  .has-explore-guide .bf-explore-guide-hero {
    overflow: hidden !important;
    border-radius: 26px !important;
    clip-path: inset(0 round 26px) !important;
    -webkit-clip-path: inset(0 round 26px) !important;
    background-clip: padding-box !important;
  }

  .has-explore-guide .bf-explore-guide-photo,
  .has-explore-guide .bf-explore-guide-photo > img,
  .has-explore-guide .bf-explore-guide-photo-shade,
  .has-explore-guide .bf-explore-guide-hero-grid,
  .has-explore-guide .bf-explore-guide-heading {
    border-radius: 26px !important;
  }

  .has-explore-guide .bf-explore-guide-photo {
    overflow: hidden !important;
    clip-path: inset(0 round 26px) !important;
    -webkit-clip-path: inset(0 round 26px) !important;
  }
}

@media (max-width: 480px) {
  .has-explore-guide .bf-explore-guide-hero,
  .has-explore-guide .bf-explore-guide-photo {
    border-radius: 24px !important;
    clip-path: inset(0 round 24px) !important;
    -webkit-clip-path: inset(0 round 24px) !important;
  }

  .has-explore-guide .bf-explore-guide-photo > img,
  .has-explore-guide .bf-explore-guide-photo-shade,
  .has-explore-guide .bf-explore-guide-hero-grid,
  .has-explore-guide .bf-explore-guide-heading {
    border-radius: 24px !important;
  }
}
