/* BBC shared chrome — info bar + transparent menu + mobile drawer */
.bbc-infobar {
  background: #1f2125;
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 60;
}
.bbc-infobar-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.5rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1.25rem;
}
.bbc-infobar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
}
.bbc-infobar a { color: #fff; text-decoration: none; }
.bbc-infobar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.bbc-infobar svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  flex-shrink: 0;
}

.bbc-menubar {
  background: rgba(31, 33, 37, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  width: 100%;
  position: relative;
  z-index: 55;
  font-family: "Open Sans", sans-serif;
}
.bbc-menubar-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.bbc-menubar img {
  height: 48px;
  width: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
.bbc-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.15rem;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.bbc-nav a {
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  padding: 0.85rem 0;
  display: inline-block;
}
.bbc-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0.2rem;
  height: 2px;
  background: #bc9355;
  opacity: 0;
  transform: translateY(-4px);
  transition: all 0.3s ease;
}
.bbc-nav a:hover::before,
.bbc-nav a.is-active::before {
  opacity: 1;
  transform: translateY(0);
}

.bbc-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 80;
  flex-shrink: 0;
}
.bbc-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.bbc-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.bbc-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.bbc-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.bbc-drawer-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 11, 13, 0.55);
  z-index: 70;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.bbc-drawer-backdrop.is-open {
  display: block;
  opacity: 1;
}

.bbc-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(20rem, 86vw);
  height: 100%;
  background: #1f2125;
  z-index: 75;
  transform: translateX(100%);
  transition: transform 0.28s ease;
  padding: 5.5rem 1.5rem 2rem;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.35);
  overflow-y: auto;
}
.bbc-drawer.is-open {
  transform: translateX(0);
}
.bbc-drawer nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.bbc-drawer a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.85rem 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bbc-drawer a.is-active {
  color: #bc9355 !important;
}
.bbc-drawer-cta {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.9rem 1rem;
  background: #bc9355;
  color: #1f2125 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  font-weight: 600;
  border: 0;
}
.bbc-drawer-cta:hover {
  filter: brightness(1.05);
}

body.bbc-menu-open {
  overflow: hidden;
}

/* Hide legacy webcard chrome */
body.bbc-chrome-on .preset-info-bar-v3-default,
body.bbc-chrome-on .menu-wrapper.preset-menu-v2-xxl,
body.bbc-chrome-on .preset-menu-v2-xxl,
body.bbc-chrome-on .ed-element.menu-wrapper,
body.bbc-chrome-on .menu-trigger,
body.bbc-chrome-on .ed-reference.preset-menu-v2-xxl {
  display: none !important;
}

/* Prefer sharper site images (WebCard sometimes stretches tiny crops) */
body.bbc-chrome-on .ed-image img,
body.bbc-chrome-on .ed-picture img,
body.bbc-chrome-on figure img {
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
}
body.bbc-chrome-on .wv-bg,
body.bbc-chrome-on [data-background],
body.bbc-chrome-on .ed-bg {
  background-size: cover !important;
  background-position: center !important;
}

/* Hero used by Assinaturas / Galeria */
.bbc-hero {
  position: relative;
  min-height: 42vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(21, 23, 26, 0.25) 0%, rgba(21, 23, 26, 0.75) 55%, #15171a 100%),
    url("/images/1920/5304558/andi-whiskey-1310938-unsplash.jpg") center / cover no-repeat;
}
.bbc-hero-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 2.5rem;
  width: 100%;
}
.bbc-hero-inner h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #e8e8e8;
  line-height: 1.15;
}
.bbc-hero-inner p {
  max-width: 40rem;
  margin: 0;
  color: #d5d7d6;
  font-size: 1.05rem;
}

@media (max-width: 900px) {
  .bbc-nav { display: none; }
  .bbc-menu-toggle { display: block; }
  .bbc-infobar-item.hide-sm { display: none; }
  .bbc-menubar-inner { padding: 0.55rem 1rem; }
  .bbc-menubar img { height: 40px; }
}

@media (min-width: 901px) {
  .bbc-drawer,
  .bbc-drawer-backdrop,
  .bbc-menu-toggle {
    display: none !important;
  }
}
