/* Country page — scoped to .bk-country so the WP theme is not reset. */
.bk-country {
  --foreground: 30 10% 18%;
  --muted: 30 8% 42%;
  --accent: 349 80% 51%;
  --ivory: 0 0% 97%;
  --sand: 36 30% 90%;
  --border: 214 32% 91%;
  --font-display: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
  position: relative;
  color: hsl(var(--foreground));
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}
.bk-country *,
.bk-country *::before,
.bk-country *::after { box-sizing: border-box; }
.bk-country img { max-width: 100%; }
.bk-country .page-grain {
      pointer-events: none;
      position: absolute;
      inset: 0;
      z-index: 20;
      opacity: 0.025;
      background-image: url("../images/page-grain.png");
    }.bk-country .hero {
      position: relative;
      z-index: 10;
      display: flex;
      align-items: flex-end;
      min-height: 58vh;
      padding-top: 0;
      overflow: hidden;
    }.bk-country .hero__photo {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }.bk-country .hero__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgb(0 0 0 / 0.45),
        rgb(0 0 0 / 0.3),
        rgb(0 0 0 / 0.55)
      );
    }.bk-country .hero__inner {
      position: relative;
      z-index: 10;
      width: 100%;
      max-width: 80rem;
      margin: 0 auto;
      padding: 5rem 1.25rem;
      color: #fff;
    }.bk-country .hero__eyebrow {
      font-size: 11px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgb(255 255 255 / 0.75);
      margin: 0 0 1rem;
    }.bk-country .hero__title {
      font-family: var(--font-display);
      font-size: 2.25rem;
      font-weight: 400;
      line-height: 0.95;
      max-width: 48rem;
      text-wrap: balance;
      color: #fff;
    }.bk-country .hero__lead {
      margin: 1.5rem 0 0;
      max-width: 36rem;
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 1.625;
      color: rgb(255 255 255 / 0.85);
    }.bk-country .hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      margin-top: 1.75rem;
    }.bk-country .hero__cta {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      border-radius: 9999px;
      padding: 0.75rem 1.25rem;
      background: hsl(var(--accent));
      color: #fff;
      font-size: 0.9rem;
      font-weight: 500;
      text-decoration: none;
      transition: filter 0.2s ease;
    }.bk-country .hero__cta:hover { filter: brightness(0.95); }.bk-country .hero__cta--ghost {
      background: transparent;
      border: 1px solid rgb(255 255 255 / 0.45);
    }.bk-country .hero__cta--ghost:hover { background: rgb(255 255 255 / 0.1); filter: none; }.bk-country .hero__cta svg {
      width: 1rem;
      height: 1rem;
    }

    @media (min-width: 640px) {.bk-country .hero__inner { padding: 5rem 2rem; }.bk-country .hero__title { font-size: 3rem; }
    }

    @media (min-width: 768px) {.bk-country .hero__title { font-size: 3.75rem; }
    }.bk-country .about {
      position: relative;
      z-index: 10;
      overflow: hidden;
      background: #fff;
      padding: 4rem 0;
    }.bk-country .about__inner {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 80rem;
      margin: 0 auto;
      padding: 0 1.25rem;
      display: grid;
      gap: 2.5rem;
      align-items: center;
    }.bk-country .about__media {
      position: relative;
      min-width: 0;
    }.bk-country .about__photo {
      position: relative;
      z-index: 10;
      overflow: hidden;
      border-radius: 1rem;
      background: hsl(36 24% 95%);
      box-shadow: 0 20px 50px rgb(26 21 19 / 0.15);
    }.bk-country .about__photo img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center;
    }.bk-country .about__copy { min-width: 0; }.bk-country .about__eyebrow {
      display: inline-block;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: hsl(var(--accent));
      margin: 0 0 1rem;
    }.bk-country .about__title {
      font-family: var(--font-display);
      font-size: 2.25rem;
      font-weight: 400;
      line-height: 0.95;
      color: hsl(var(--foreground));
      margin: 0 0 1.25rem;
      text-wrap: balance;
    }.bk-country .about__title em {
      font-style: italic;
      font-weight: 400;
      color: hsl(var(--accent));
    }.bk-country .about__lead {
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 1.625;
      color: hsl(var(--muted));
      margin: 0 0 1rem;
    }.bk-country .about__lead strong {
      font-weight: 500;
      color: hsl(var(--foreground));
    }.bk-country .about__note {
      font-size: 0.95rem;
      font-weight: 400;
      line-height: 1.625;
      color: hsl(var(--muted));
      margin: 0 0 2rem;
    }.bk-country .about__features {
      display: grid;
      gap: 1.5rem;
      margin: 0 0 2rem;
    }.bk-country .about__feature {
      display: flex;
      align-items: flex-start;
      gap: 0.85rem;
    }.bk-country .about__icon {
      flex-shrink: 0;
      width: 2.75rem;
      height: 2.75rem;
      border-radius: 0.85rem;
      background: hsl(var(--ivory));
      color: hsl(var(--accent));
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
    }.bk-country .about__icon svg {
      width: 1.25rem;
      height: 1.25rem;
    }.bk-country .about__feature h3 {
      font-family: var(--font-display);
      font-size: 1rem;
      font-weight: 400;
      color: hsl(var(--foreground));
      margin: 0 0 0.25rem;
    }.bk-country .about__feature p {
      font-size: 0.875rem;
      line-height: 1.5;
      color: hsl(var(--muted));
    }.bk-country .about__link {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding-bottom: 0.2rem;
      border-bottom: 2px solid hsl(var(--accent));
      color: hsl(var(--foreground));
      font-size: 0.95rem;
      font-weight: 500;
      text-decoration: none;
      transition: color 0.2s ease;
    }.bk-country .about__link:hover { color: hsl(var(--accent)); }.bk-country .about__link svg {
      width: 1rem;
      height: 1rem;
    }

    @media (min-width: 640px) {.bk-country .about { padding: 5rem 0; }.bk-country .about__inner { padding: 0 2rem; gap: 3.5rem; }.bk-country .about__title { font-size: 3rem; }.bk-country .about__icon { width: 3rem; height: 3rem; }.bk-country .about__icon svg { width: 1.5rem; height: 1.5rem; }
    }

    @media (min-width: 768px) {.bk-country .about__features { grid-template-columns: 1fr 1fr; }.bk-country .about__title { font-size: 3.75rem; }
    }

    @media (min-width: 1024px) {.bk-country .about { padding: 6rem 0; }.bk-country .about__inner {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
      }.bk-country .about__photo {
        border-radius: 2rem;
        background: #1a0f12;
      }.bk-country .about__photo img {
        height: 550px;
        object-fit: cover;
      }
    }.bk-country .video {
      position: relative;
      z-index: 10;
      overflow: hidden;
      padding: 4rem 0;
    }.bk-country .video__photo {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }.bk-country .video__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgb(0 0 0 / 0.5),
        rgb(0 0 0 / 0.4),
        rgb(0 0 0 / 0.62)
      );
    }.bk-country .video__inner {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 80rem;
      margin: 0 auto;
      padding: 0 1.25rem;
    }.bk-country .video__intro {
      max-width: 42rem;
      margin: 0 0 2rem;
    }.bk-country .video__eyebrow {
      display: inline-flex;
      align-items: center;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgb(255 255 255 / 0.8);
      margin: 0 0 1rem;
    }.bk-country .video__title {
      font-family: var(--font-display);
      font-size: 2.25rem;
      font-weight: 400;
      line-height: 0.95;
      color: #fff;
      margin: 0 0 1rem;
      text-wrap: balance;
    }.bk-country .video__title em {
      font-style: italic;
      font-weight: 400;
      color: #e8c98a;
    }.bk-country .video__lead {
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 1.625;
      color: rgb(255 255 255 / 0.8);
    }.bk-country .video__grid {
      display: grid;
      gap: 1.5rem;
      align-items: center;
    }.bk-country .video__stage-wrap { position: relative; min-width: 0; }.bk-country .video__frame {
      display: none;
      position: absolute;
      inset: -0.5rem;
      border-radius: 1.75rem;
      border: 1px solid rgb(255 255 255 / 0.15);
      pointer-events: none;
    }.bk-country .video__stage {
      position: relative;
      overflow: hidden;
      border-radius: 1rem;
      background: #000;
      aspect-ratio: 16 / 9;
      box-shadow: 0 30px 70px rgb(0 0 0 / 0.45);
    }.bk-country .video__play {
      position: absolute;
      inset: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      border: 0;
      padding: 0;
      cursor: pointer;
      background: transparent;
      color: inherit;
    }.bk-country .video__thumb, .bk-country .video__stage iframe, .bk-country .video__stage video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 18%;
      border: 0;
    }.bk-country .video__veil {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.25), rgb(0 0 0 / 0.1));
    }.bk-country .video__play-icon {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
    }.bk-country .video__play-btn {
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 9999px;
      background: #fff;
      color: hsl(var(--accent));
      display: grid;
      place-items: center;
      box-shadow: 0 0 0 0 rgb(255 255 255 / 0.45);
      animation: play-pulse 2.2s ease-out infinite;
      transition: transform 0.2s ease;
    }.bk-country .video__play:hover .video__play-btn { transform: scale(1.05); }.bk-country .video__play-btn svg {
      width: 1.25rem;
      height: 1.25rem;
      margin-left: 2px;
    }.bk-country .video__caption {
      position: absolute;
      left: 0.75rem;
      right: 0.75rem;
      bottom: 0.75rem;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 0.75rem;
      text-align: left;
    }.bk-country .video__caption-title {
      display: block;
      color: #fff;
      font-size: 0.875rem;
      font-weight: 500;
    }.bk-country .video__caption-sub {
      display: block;
      margin-top: 0.15rem;
      color: rgb(255 255 255 / 0.7);
      font-size: 0.75rem;
    }.bk-country .video__watch {
      display: none;
      flex-shrink: 0;
      padding: 0.25rem 0.75rem;
      border-radius: 9999px;
      background: rgb(255 255 255 / 0.15);
      color: #fff;
      font-size: 0.75rem;
      font-weight: 500;
    }.bk-country .video__cards {
      display: grid;
      gap: 0.75rem;
    }.bk-country .video__card {
      border-radius: 1rem;
      border: 1px solid rgb(255 255 255 / 0.1);
      background: rgb(255 255 255 / 0.05);
      padding: 1rem;
    }.bk-country .video__card-kicker {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #e8c98a;
      margin: 0 0 0.5rem;
    }.bk-country .video__card p {
      font-family: var(--font-display);
      font-size: 0.95rem;
      font-weight: 400;
      line-height: 1.45;
      color: #fff;
    }.bk-country .video__link {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding-top: 0.25rem;
      color: #fff;
      font-size: 0.95rem;
      font-weight: 500;
      text-decoration: none;
      transition: color 0.2s ease;
    }.bk-country .video__link:hover { color: #e8c98a; }.bk-country .video__link svg {
      width: 1rem;
      height: 1rem;
    }

    @keyframes play-pulse {
      70% { box-shadow: 0 0 0 18px rgb(255 255 255 / 0); }
      100% { box-shadow: 0 0 0 0 rgb(255 255 255 / 0); }
    }

    @media (min-width: 640px) {.bk-country .video { padding: 6rem 0; }.bk-country .video__inner { padding: 0 2rem; }.bk-country .video__intro { margin-bottom: 3rem; }.bk-country .video__title { font-size: 3rem; }.bk-country .video__frame { display: block; }.bk-country .video__stage { border-radius: 1.4rem; }.bk-country .video__play-btn { width: 5rem; height: 5rem; }.bk-country .video__play-btn svg { width: 1.75rem; height: 1.75rem; margin-left: 4px; }.bk-country .video__caption { left: 1.25rem; right: 1.25rem; bottom: 1.25rem; }.bk-country .video__caption-title { font-size: 1.125rem; }.bk-country .video__caption-sub { font-size: 0.875rem; }.bk-country .video__watch { display: inline-flex; }.bk-country .video__cards { grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }.bk-country .video__card { padding: 1.25rem; }.bk-country .video__link { grid-column: 1 / -1; }
    }

    @media (min-width: 768px) {.bk-country .video__title { font-size: 3.75rem; }
    }

    @media (min-width: 1024px) {.bk-country .video { padding: 7rem 0; }.bk-country .video__grid {
        grid-template-columns: 1.4fr 0.8fr;
        gap: 2.5rem;
      }.bk-country .video__cards { grid-template-columns: 1fr; }.bk-country .video__link { grid-column: auto; }
    }

    @media (prefers-reduced-motion: reduce) {.bk-country .video__play-btn { animation: none; }
    }.bk-country .centre {
      position: relative;
      z-index: 10;
      overflow: hidden;
      background: hsl(var(--ivory));
      padding: 4rem 0;
    }.bk-country .centre__burst {
      pointer-events: none;
      position: absolute;
      top: -8rem;
      left: -6rem;
      width: min(42rem, 90vw);
      height: min(42rem, 90vw);
      border-radius: 9999px;
      background:
        repeating-conic-gradient(from 0deg, hsl(var(--accent) / 0.045) 0deg 2.5deg, transparent 2.5deg 14deg),
        radial-gradient(circle, hsl(var(--accent) / 0.07) 0%, transparent 64%);
    }.bk-country .centre__inner {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 80rem;
      margin: 0 auto;
      padding: 0 1.25rem;
    }.bk-country .centre__intro {
      max-width: 42rem;
      margin: 0 0 2.5rem;
    }.bk-country .centre__title {
      font-family: var(--font-display);
      font-size: 2.25rem;
      font-weight: 400;
      line-height: 0.95;
      color: hsl(var(--foreground));
      text-wrap: balance;
    }.bk-country .centre__eyebrow {
      display: inline-block;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: hsl(var(--accent));
      margin: 0 0 1rem;
    }.bk-country .centre__lead {
      margin: 1.25rem 0 0;
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 1.625;
      color: hsl(var(--muted));
    }.bk-country .centre__grid {
      display: grid;
      gap: 2rem;
      align-items: start;
    }.bk-country .centre__map-col { min-width: 0; }.bk-country .centre__map-wrap {
      width: 100%;
      height: 280px;
      overflow: hidden;
      border-radius: 1rem;
      border: 1px solid hsl(var(--border));
      background: hsl(var(--sand));
    }.bk-country .centre__map {
      width: 100%;
      height: 100%;
    }.bk-country .centre .leaflet-container {
      width: 100% !important;
      height: 100% !important;
      background: hsl(var(--sand));
      font-family: inherit;
    }.bk-country .centre .leaflet-pane, .bk-country .centre .leaflet-tile, .bk-country .centre .leaflet-marker-icon, .bk-country .centre .leaflet-container img {
      max-width: none !important;
      max-height: none !important;
    }.bk-country .centre .leaflet-control-zoom a {
      width: 30px !important;
      height: 30px !important;
      line-height: 30px !important;
    }.bk-country .centre-marker span {
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: rgb(230 30 66 / 0.55);
      border: 2px solid #E61E42;
    }.bk-country .centre__hint {
      margin: 0.75rem 0 0;
      font-size: 0.75rem;
      color: hsl(var(--muted));
    }.bk-country .centre__featured { min-width: 0; }.bk-country .centre__list {
      display: grid;
      gap: 1.25rem;
      min-width: 0;
    }.bk-country .centre__list:empty { display: none; }.bk-country .centre__empty {
      display: none;
      max-width: 40rem;
      margin: 0 auto;
      text-align: center;
      border-radius: 1rem;
      border: 1px dashed hsl(var(--border));
      background: #fff;
      padding: 2.5rem 1.5rem;
    }.bk-country .centre__empty.is-visible { display: block; }.bk-country .centre__empty-kicker {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: hsl(var(--accent));
      margin: 0 0 0.75rem;
    }.bk-country .centre__empty p {
      font-size: 1rem;
      line-height: 1.625;
      color: hsl(var(--muted));
    }.bk-country .centre__empty-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.75rem;
      margin-top: 1.75rem;
    }.bk-country .centre__grid.is-hidden { display: none; }.bk-country .centre__card {
      border-radius: 1rem;
      border: 1px solid hsl(var(--border));
      background: #fff;
      padding: 1.5rem;
      box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }.bk-country .centre__list--many .centre__card {
      cursor: pointer;
    }.bk-country .centre__card.is-active {
      border-color: hsl(var(--accent) / 0.45);
      box-shadow: 0 8px 28px rgb(230 30 67 / 0.12);
    }.bk-country .centre__card-head {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
    }.bk-country .centre__avatar {
      flex-shrink: 0;
      margin-top: 0.2rem;
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 9999px;
      background: hsl(var(--sand));
      color: hsl(var(--accent));
      display: flex;
      align-items: center;
      justify-content: center;
    }.bk-country .centre__avatar svg {
      width: 1rem;
      height: 1rem;
    }.bk-country .centre__name {
      font-family: var(--font-display);
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.3;
      color: hsl(var(--foreground));
    }.bk-country .centre__place {
      margin: 0.2rem 0 0;
      font-size: 0.875rem;
      color: hsl(var(--muted));
    }.bk-country .centre__place a {
      color: hsl(var(--accent));
      text-decoration: none;
    }.bk-country .centre__place a:hover { text-decoration: underline; }.bk-country .centre__details {
      margin: 1.25rem 0 0;
      display: grid;
      gap: 0.65rem;
    }.bk-country .centre__row {
      display: flex;
      align-items: flex-start;
      gap: 0.65rem;
      font-size: 0.875rem;
      line-height: 1.5;
      color: hsl(var(--muted));
    }.bk-country .centre__row svg {
      flex-shrink: 0;
      width: 1rem;
      height: 1rem;
      margin-top: 0.15rem;
      color: hsl(var(--accent) / 0.7);
    }.bk-country .centre__row a {
      color: inherit;
      text-decoration: none;
      overflow-wrap: anywhere;
    }.bk-country .centre__row a:hover { color: hsl(var(--accent)); }.bk-country .centre__phones {
      display: flex;
      flex-wrap: wrap;
      gap: 0.15rem 0.4rem;
    }.bk-country .centre__phones a::after {
      content: ",";
    }.bk-country .centre__phones a:last-child::after {
      content: "";
    }.bk-country .centre__actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.75rem;
      margin-top: 1.5rem;
    }.bk-country .centre__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      width: 100%;
      margin: 0;
      border-radius: 9999px;
      padding: 0.7rem 1rem;
      background: hsl(var(--accent));
      color: #fff;
      font-size: 0.875rem;
      font-weight: 500;
      text-decoration: none;
      transition: filter 0.2s ease, background 0.2s ease, color 0.2s ease;
    }.bk-country .centre__btn:hover { filter: brightness(0.95); }.bk-country .centre__btn--ghost {
      background: #fff;
      color: hsl(var(--accent));
      border: 1px solid hsl(var(--accent));
    }.bk-country .centre__btn--ghost:hover {
      filter: none;
      background: hsl(var(--accent) / 0.06);
    }.bk-country .centre__btn svg {
      width: 1rem;
      height: 1rem;
    }

    @media (min-width: 640px) {.bk-country .centre { padding: 6rem 0; }.bk-country .centre__inner { padding: 0 2rem; }.bk-country .centre__title { font-size: 3rem; }.bk-country .centre__map-wrap { height: 380px; }.bk-country .centre__actions { grid-template-columns: 1fr 1fr; }.bk-country .centre__list--many { grid-template-columns: 1fr 1fr; }
    }

    @media (min-width: 768px) {.bk-country .centre__title { font-size: 3.75rem; }
    }

    @media (min-width: 1024px) {.bk-country .centre { padding: 6rem 0; }.bk-country .centre__grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
      }.bk-country .centre__map-col {
        position: sticky;
        top: 1.5rem;
      }.bk-country .centre__grid:has(.centre__list--many) .centre__map-col {
        position: static;
      }.bk-country .centre__map-wrap { height: 420px; }.bk-country .centre__list, .bk-country .centre__list--many {
        grid-column: 1 / -1;
      }.bk-country .centre__list--many { grid-template-columns: 1fr 1fr; }
    }.bk-country .is-hidden { display: none !important; }

/* Flyer grid marquee — Kenya invitations (above Find a Centre) */
.bk-country .flyers-marquee {
  position: relative;
  z-index: 10;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 2rem 0 1.75rem;
  background:
    linear-gradient(180deg, hsl(var(--sand) / 0.65) 0%, hsl(var(--ivory)) 100%);
}
.bk-country .flyers-marquee__shell {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.bk-country .flyers-marquee__viewport {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}
.bk-country .flyers-marquee__track {
  display: flex;
  width: max-content;
  gap: 0.85rem;
  will-change: transform;
  padding: 0.45rem 1.15rem;
  transition: none;
}
.bk-country .flyers-marquee__item {
  flex: 0 0 auto;
  width: min(44vw, 160px);
  margin: 0;
  padding: 0;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #111;
  cursor: pointer;
  box-shadow:
    0 1px 2px rgb(0 0 0 / 0.05),
    0 10px 24px rgb(30 20 10 / 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bk-country .flyers-marquee__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.bk-country .flyers-marquee__item.is-active {
  transform: translateY(-4px);
  box-shadow:
    0 2px 4px rgb(0 0 0 / 0.06),
    0 14px 32px rgb(230 30 67 / 0.16);
}
.bk-country .flyers-marquee__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 0 1.15rem;
}
.bk-country .flyers-marquee__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  margin: 0;
  padding: 0 0.9rem;
  border: 1px solid hsl(var(--border));
  border-radius: 9999px;
  background: #fff;
  color: hsl(var(--foreground));
  cursor: pointer;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.bk-country .flyers-marquee__btn:hover {
  border-color: hsl(var(--accent) / 0.45);
  color: hsl(var(--accent));
  background: hsl(var(--accent) / 0.06);
}
.bk-country .flyers-marquee__btn:active { transform: scale(0.96); }
.bk-country .flyers-marquee__btn svg {
  width: 1.15rem;
  height: 1.15rem;
  pointer-events: none;
  flex-shrink: 0;
}
.bk-country .flyers-marquee__btn--wide {
  background: hsl(var(--accent));
  border-color: hsl(var(--accent));
  color: #fff;
}
.bk-country .flyers-marquee__btn--wide:hover {
  filter: brightness(0.97);
  background: hsl(var(--accent));
  border-color: hsl(var(--accent));
  color: #fff;
}
.bk-country .flyers-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 3.5rem 0.75rem 1rem;
  background: rgb(12 10 8 / 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.bk-country .flyers-lightbox[hidden] { display: none !important; }
.bk-country .flyers-lightbox__stage {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(100%, 28rem);
  margin: auto;
  padding: 0;
  line-height: 0;
  pointer-events: none;
}
.bk-country .flyers-lightbox__img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: calc(100vh - 4.5rem) !important;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 0.35rem;
  box-shadow: 0 20px 60px rgb(0 0 0 / 0.45);
  pointer-events: none;
}
.bk-country .flyers-lightbox__close,
.bk-country .flyers-lightbox__nav {
  position: fixed;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background: rgb(0 0 0 / 0.55);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.bk-country .flyers-lightbox__close {
  top: max(0.75rem, env(safe-area-inset-top));
  right: max(0.75rem, env(safe-area-inset-right));
}
.bk-country .flyers-lightbox__close:hover,
.bk-country .flyers-lightbox__nav:hover { background: rgb(0 0 0 / 0.75); }
.bk-country .flyers-lightbox__close svg,
.bk-country .flyers-lightbox__nav svg {
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
}
.bk-country .flyers-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
}
.bk-country .flyers-lightbox__nav--prev { left: max(0.5rem, env(safe-area-inset-left)); }
.bk-country .flyers-lightbox__nav--next { right: max(0.5rem, env(safe-area-inset-right)); }

@media (min-width: 640px) {
  .bk-country .flyers-marquee { padding: 2.5rem 0 2.15rem; }
  .bk-country .flyers-marquee__track { gap: 1.05rem; padding: 0.55rem 1.75rem; }
  .bk-country .flyers-marquee__item { width: min(30vw, 190px); border-radius: 1rem; }
  .bk-country .flyers-marquee__controls { margin-top: 1.15rem; padding: 0 1.75rem; }
  .bk-country .flyers-lightbox { padding: 3.75rem 1.5rem 1.5rem; }
  .bk-country .flyers-lightbox__stage { max-width: min(100%, 26rem); }
}
@media (min-width: 1024px) {
  .bk-country .flyers-marquee__item { width: 210px; }
  .bk-country .flyers-marquee__viewport {
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  }
  .bk-country .flyers-lightbox__stage { max-width: min(100%, 30rem); }
}
@media (max-width: 480px) {
  .bk-country .flyers-marquee { padding: 1.5rem 0 1.25rem; }
  .bk-country .flyers-marquee__item { width: min(46vw, 148px); border-radius: 0.7rem; }
  .bk-country .flyers-marquee__track { gap: 0.65rem; padding: 0.35rem 0.9rem; }
  .bk-country .flyers-marquee__viewport {
    mask-image: linear-gradient(90deg, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%);
  }
  .bk-country .flyers-marquee__btn { min-width: 2.55rem; min-height: 2.55rem; }
  .bk-country .flyers-marquee__btn--wide span { font-size: 0.75rem; }
  .bk-country .flyers-lightbox { padding: 3.25rem 0.5rem 0.75rem; }
  .bk-country .flyers-lightbox__stage { max-width: 100%; }
  .bk-country .flyers-lightbox__img { max-height: calc(100vh - 3.75rem) !important; }
  .bk-country .flyers-lightbox__nav { width: 2.4rem; height: 2.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  .bk-country .flyers-marquee__item { transition: none; }
}

/* Hide the WordPress / Elementor page title — the hero already has the heading. */
body.bk-country-page {
  overflow-x: hidden;
}
body.bk-country-page .entry-header,
body.bk-country-page .page-header,
body.bk-country-page .entry-title,
body.bk-country-page h1.entry-title,
body.bk-country-page .elementor-page-title,
body.bk-country-page .elementor-widget-theme-post-title,
body.bk-country-page h1.wp-block-post-title,
body.bk-country-page .ast-single-post .entry-title,
body.bk-country-page .page-title {
  display: none !important;
}

/* Pull country sections out of boxed Elementor / theme containers. */
body.bk-country-page .elementor-section:has(.bk-country) > .elementor-container,
body.bk-country-page .elementor-section:has(.bk-country) > .elementor-container > .elementor-column,
body.bk-country-page .elementor-section:has(.bk-country) .elementor-widget-wrap {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.bk-country-page .elementor-widget-shortcode:has(.bk-country),
body.bk-country-page .elementor-widget-text-editor:has(.bk-country),
body.bk-country-page .elementor-widget-html:has(.bk-country) {
  width: 100% !important;
  max-width: none !important;
}
body.bk-country-page .entry-content:has(.bk-country),
body.bk-country-page .elementor-widget-container:has(.bk-country) {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
