@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

/* Home hero carousel */
#header16-7o.bd-hero-section {
  --bd-hero-header-offset: 60px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background: #152A34;
}

#header16-7o .bd-hero-carousel {
  height: calc(100vh - var(--bd-hero-header-offset));
  height: calc(100dvh - var(--bd-hero-header-offset));
  min-height: 0;
  background: #152A34;
}

#header16-7o .bd-hero-carousel .carousel-inner,
#header16-7o .bd-hero-carousel .carousel-item {
  height: 100%;
}

#header16-7o .bd-hero-carousel .carousel-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: opacity 1s ease-in-out;
}

#header16-7o .bd-hero-carousel .carousel-item.active,
#header16-7o .bd-hero-carousel .carousel-item-next,
#header16-7o .bd-hero-carousel .carousel-item-prev {
  display: block;
}

#header16-7o .bd-hero-carousel .carousel-item::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: radial-gradient(ellipse 92% 78% at 50% 66%, rgba(21, 42, 52, 0.6) 0%, rgba(21, 42, 52, 0.26) 50%, rgba(21, 42, 52, 0.08) 100%);
  pointer-events: none;
}

#header16-7o .bd-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.02);
}

#header16-7o .carousel-item.active .bd-hero-image {
  animation: bd-hero-kenburns 5s linear forwards;
}

#header16-7o .bd-hero-image--lancha {
  object-position: 42% center;
}

#header16-7o .bd-hero-image--buggy {
  object-position: 56% center;
}

#header16-7o .bd-hero-image--escuna {
  object-position: 58% center;
}

#header16-7o .bd-hero-image--helicoptero {
  object-position: 58% center;
}

#header16-7o .bd-hero-image--mergulho {
  object-position: 46% center;
}

#header16-7o .bd-hero-image--transfer {
  object-position: 57% center;
}

#header16-7o .bd-hero-caption {
  inset: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  max-width: none;
  padding: 0 clamp(1.5rem, 8vw, 8.75rem) clamp(5rem, 13vh, 9.375rem);
  color: #E7E6E2;
  text-align: center;
  text-shadow: 0 0.75rem 2rem rgba(21, 42, 52, 0.5);
}

#header16-7o .bd-hero-caption--end {
  right: 0;
  left: 0;
}

#header16-7o .bd-hero-tick {
  width: 1px;
  height: 44px;
  margin-bottom: 1.25rem;
  background: #D4AF67;
}

#header16-7o .bd-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.25rem;
  color: #D4AF67;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

#header16-7o .bd-hero-eyebrow::before {
  display: none;
}

#header16-7o .bd-hero-title {
  max-width: 18ch;
  margin: 0;
  color: #FFFFFF;
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.875rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

#header16-7o .bd-hero-lede {
  max-width: min(56ch, 100%);
  margin: 1rem 0 0;
  color: rgba(231, 230, 226, 0.96);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: break-word;
}

#header16-7o .bd-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 1.9rem;
  padding: 1.05rem 2.15rem;
  border: 1px solid #D4AF67;
  border-radius: 0;
  background: transparent;
  color: #D4AF67;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

#header16-7o .bd-hero-cta span {
  margin-left: 0.7rem;
  line-height: 1;
}

#header16-7o .bd-hero-cta:hover,
#header16-7o .bd-hero-cta:focus {
  border-color: #D4AF67;
  background: #D4AF67;
  color: #152A34;
}

#header16-7o .carousel-item .bd-hero-tick,
#header16-7o .carousel-item .bd-hero-eyebrow,
#header16-7o .carousel-item .bd-hero-title,
#header16-7o .carousel-item .bd-hero-lede,
#header16-7o .carousel-item .bd-hero-cta {
  opacity: 0;
  transform: translateY(14px);
}

#header16-7o .carousel-item.active .bd-hero-tick {
  animation: bd-hero-rise 0.6s 0.3s ease forwards;
}

#header16-7o .carousel-item.active .bd-hero-eyebrow {
  animation: bd-hero-rise 0.6s 0.4s ease forwards;
}

#header16-7o .carousel-item.active .bd-hero-title {
  animation: bd-hero-rise 0.6s 0.5s ease forwards;
}

#header16-7o .carousel-item.active .bd-hero-lede {
  animation: bd-hero-rise 0.6s 0.6s ease forwards;
}

#header16-7o .carousel-item.active .bd-hero-cta {
  animation: bd-hero-rise 0.6s 0.7s ease forwards;
}

#header16-7o .bd-hero-cta:focus-visible,
#header16-7o .bd-hero-control:focus-visible,
#header16-7o .bd-hero-indicators [data-bs-target]:focus-visible {
  outline: 2px solid #E7E6E2;
  outline-offset: 4px;
}

#header16-7o .bd-hero-control {
  top: 50%;
  bottom: auto;
  z-index: 3;
  width: 52px;
  height: 52px;
  margin: 0 clamp(0.75rem, 2vw, 1.5rem);
  border: 1px solid rgba(231, 230, 226, 0.45);
  border-radius: 50%;
  background: rgba(21, 42, 52, 0.28);
  opacity: 0.9;
  backdrop-filter: blur(4px);
  transform: translateY(-50%);
  transition: background-color 220ms ease, border-color 220ms ease, opacity 220ms ease;
}

#header16-7o .bd-hero-control:hover,
#header16-7o .bd-hero-control:focus {
  border-color: #D4AF67;
  background: #D4AF67;
  opacity: 1;
}

#header16-7o .bd-hero-indicators {
  right: auto;
  bottom: clamp(1.625rem, 5vh, 2.75rem);
  left: 50%;
  z-index: 3;
  gap: 0.75rem;
  justify-content: center;
  margin: 0;
  transform: translateX(-50%);
}

#header16-7o .bd-hero-indicators [data-bs-target] {
  position: relative;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(231, 230, 226, 0.45);
  opacity: 1;
  overflow: hidden;
  transition: width 450ms cubic-bezier(0.6, 0, 0.3, 1), background-color 220ms ease;
}

#header16-7o .bd-hero-indicators .active {
  width: 44px;
  background: rgba(231, 230, 226, 0.28);
  opacity: 1;
}

#header16-7o .bd-hero-indicators .active::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: 999px;
  content: "";
  background: #D4AF67;
  animation: bd-hero-fill 5s linear forwards;
}

#header16-7o .bd-hero-indicators [data-bs-target]:hover {
  background: rgba(231, 230, 226, 0.8);
}

@keyframes bd-hero-kenburns {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.07);
  }
}

@keyframes bd-hero-rise {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes bd-hero-fill {
  to {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #header16-7o.bd-hero-section {
    --bd-hero-header-offset: 60px;
    padding-top: 0;
  }

  #header16-7o .bd-hero-carousel {
    height: calc(100vh - var(--bd-hero-header-offset));
    height: calc(100dvh - var(--bd-hero-header-offset));
    min-height: 0;
  }

  #header16-7o .bd-hero-caption,
  #header16-7o .bd-hero-caption--end {
    inset: 0;
    max-width: none;
    padding: 0 1.25rem 0.75rem;
  }

  #header16-7o .carousel-item .bd-hero-tick,
  #header16-7o .carousel-item .bd-hero-eyebrow,
  #header16-7o .carousel-item .bd-hero-title,
  #header16-7o .carousel-item .bd-hero-lede,
  #header16-7o .carousel-item .bd-hero-cta,
  #header16-7o .carousel-item.active .bd-hero-tick,
  #header16-7o .carousel-item.active .bd-hero-eyebrow,
  #header16-7o .carousel-item.active .bd-hero-title,
  #header16-7o .carousel-item.active .bd-hero-lede,
  #header16-7o .carousel-item.active .bd-hero-cta {
    animation: none;
    opacity: 1;
    transform: none;
  }

  #header16-7o .bd-hero-tick {
    height: 36px;
    margin-bottom: 1rem;
  }

  #header16-7o .bd-hero-title {
    width: 100%;
    max-width: min(calc(100vw - 2.5rem), 11ch);
    font-size: 1.95rem;
    line-height: 1.12;
  }

  #header16-7o .bd-hero-control {
    display: none;
    top: auto;
    bottom: 1.35rem;
    width: 44px;
    height: 44px;
    margin: 0;
    transform: none;
  }

  #header16-7o .bd-hero-control--prev {
    left: 1.25rem;
  }

  #header16-7o .bd-hero-control--next {
    right: 1.25rem;
  }

  #header16-7o .bd-hero-indicators {
    right: auto;
    bottom: 4.9rem;
    left: 50%;
    justify-content: center;
    transform: translateX(-50%);
  }

  #header16-7o .bd-hero-indicators [data-bs-target] {
    width: 10px;
  }

  #header16-7o .bd-hero-indicators .active {
    width: 38px;
  }
}

@media (max-width: 575px) {
  #header16-7o .bd-hero-title {
    font-size: 2.25rem;
  }

  #header16-7o .bd-hero-lede {
    width: 100%;
    max-width: min(calc(100vw - 2.5rem), 19rem);
    font-size: 0.96rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  #header16-7o .bd-hero-cta {
    width: min(calc(100vw - 2.5rem), 21rem);
    max-width: calc(100vw - 2.5rem);
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #header16-7o .bd-hero-carousel .carousel-item {
    transition: none;
  }

  #header16-7o .carousel-item.active .bd-hero-image,
  #header16-7o .carousel-item.active .bd-hero-tick,
  #header16-7o .carousel-item.active .bd-hero-eyebrow,
  #header16-7o .carousel-item.active .bd-hero-title,
  #header16-7o .carousel-item.active .bd-hero-lede,
  #header16-7o .carousel-item.active .bd-hero-cta,
  #header16-7o .bd-hero-indicators .active::after {
    animation: none;
  }

  #header16-7o .bd-hero-indicators .active::after {
    width: 100%;
  }

  #header16-7o .carousel-item .bd-hero-tick,
  #header16-7o .carousel-item .bd-hero-eyebrow,
  #header16-7o .carousel-item .bd-hero-title,
  #header16-7o .carousel-item .bd-hero-lede,
  #header16-7o .carousel-item .bd-hero-cta {
    opacity: 1;
    transform: none;
  }

  #header16-7o .bd-hero-cta,
  #header16-7o .bd-hero-control,
  #header16-7o .bd-hero-indicators [data-bs-target] {
    transition: none;
  }
}

.bd-site-footer {
  background: #152A34;
  color: #E7E6E2;
  padding: 4rem 0 2rem;
  padding-bottom: 2rem !important;
}

.bd-site-footer .bd-footer-container {
  max-width: 1280px;
}

.bd-site-footer .bd-footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) repeat(3, minmax(170px, 1fr));
  gap: 2rem;
  align-items: start;
}

.bd-site-footer .bd-footer-logo {
  display: inline-flex;
  margin-bottom: 1.15rem;
}

.bd-site-footer .bd-footer-logo:focus-visible {
  outline: 2px solid #D4AF67;
  outline-offset: 5px;
}

.bd-site-footer .bd-footer-logo img {
  width: auto;
  height: 4.2rem;
}

.bd-site-footer .bd-footer-text,
.bd-site-footer .bd-footer-address,
.bd-site-footer .bd-footer-copy {
  color: rgba(231, 230, 226, 0.82);
  line-height: 1.65;
}

.bd-site-footer .bd-footer-text {
  max-width: 21rem;
  margin: 0 0 1.25rem;
}

.bd-site-footer .bd-footer-title {
  margin: 0 0 1rem;
  color: #D4AF67;
  font-weight: 700;
  letter-spacing: 0;
}

.bd-site-footer .bd-footer-title--contact {
  margin-top: 1.35rem;
}

.bd-site-footer .bd-footer-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bd-site-footer .bd-footer-list a,
.bd-site-footer .bd-footer-credit,
.bd-site-footer .bd-footer-social {
  color: rgba(231, 230, 226, 0.84);
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.bd-site-footer .bd-footer-list a:hover,
.bd-site-footer .bd-footer-list a:focus,
.bd-site-footer .bd-footer-credit:hover,
.bd-site-footer .bd-footer-credit:focus,
.bd-site-footer .bd-footer-social:hover,
.bd-site-footer .bd-footer-social:focus {
  color: #D4AF67;
}

.bd-site-footer .bd-footer-list a:focus-visible,
.bd-site-footer .bd-footer-credit:focus-visible,
.bd-site-footer .bd-footer-social:focus-visible {
  outline: 2px solid #D4AF67;
  outline-offset: 4px;
}

.bd-site-footer .bd-footer-credit {
  font-weight: 700;
}

.bd-site-footer .bd-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(212, 175, 103, 0.46);
  border-radius: 50%;
  color: #D4AF67;
}

.bd-site-footer .bd-footer-social .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  font-size: 1.35rem;
  line-height: 1;
  text-align: center;
  font: normal normal normal 1.35rem / 1 FontAwesome;
}

.bd-site-footer .bd-footer-social .fa-instagram::before {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  transform: translate(-0.5px, 0.5px);
}

.bd-site-footer .bd-footer-address {
  margin: 0;
  font-style: normal;
}

.bd-site-footer .bd-footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(212, 175, 103, 0.22);
  text-align: center;
}

.bd-site-footer .bd-footer-copy {
  margin: 0;
}

.bd-site-footer .bd-footer-heart {
  color: #2FBF71;
}

@media (max-width: 991px) {
  .bd-site-footer .bd-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .bd-site-footer {
    padding-top: 3rem;
  }

  .bd-site-footer .bd-footer-main {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .bd-site-footer .bd-footer-logo img {
    height: 3.75rem;
  }
}

/* Búzios Destino — page hero (2A.1) */
.bd-page-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: clamp(420px, 62vh, 640px);
  background: #152A34;
}

.bd-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse 92% 78% at 50% 66%, rgba(21, 42, 52, 0.6) 0%, rgba(21, 42, 52, 0.26) 50%, rgba(21, 42, 52, 0.08) 100%);
  pointer-events: none;
}

body.bd-hotel-page .bd-page-hero::before {
  background: linear-gradient(
    to bottom,
    rgba(21, 42, 52, 0.58) 0%,
    rgba(21, 42, 52, 0.38) 46%,
    rgba(21, 42, 52, 0.16) 74%,
    rgba(21, 42, 52, 0.05) 100%
  );
}

.bd-page-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center center;
}

.bd-page-hero__caption {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 56rem;
  box-sizing: border-box;
  padding: clamp(3rem, 10vh, 6rem) clamp(1.5rem, 8vw, 8.75rem);
  color: #E7E6E2;
  text-align: center;
  text-shadow: 0 0.75rem 2rem rgba(21, 42, 52, 0.5);
}

.bd-page-hero__tick {
  width: 1px;
  height: 44px;
  margin-bottom: 1.25rem;
  background: #D4AF67;
}

.bd-page-hero__eyebrow {
  margin: 0 0 1.25rem;
  color: #D4AF67;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.bd-page-hero__title {
  width: 100%;
  max-width: 18ch;
  margin: 0;
  color: #FFFFFF;
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.875rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
}

.bd-page-hero__lede {
  max-width: min(56ch, 100%);
  margin: 1rem 0 0;
  color: rgba(231, 230, 226, 0.96);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: break-word;
}

@media (max-width: 575px) {
  .bd-page-hero {
    width: 100vw;
    max-width: 100vw;
  }

  .bd-page-hero__caption {
    width: 100vw;
    max-width: 100vw;
    padding: clamp(2.5rem, 12vh, 4rem) 1.25rem;
  }

  .bd-page-hero__title,
  .bd-page-hero__lede,
  .bd-cal-hero__actions {
    max-width: calc(100vw - 2.5rem);
  }

  .bd-page-hero__title {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .bd-cal-hero__actions {
    width: 100%;
  }

  a.bd-cal-hero__cta {
    justify-content: center;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
    white-space: normal;
  }
}

/* Búzios Destino — hotel pages (2A.1) */
body.bd-hotel-page #buzios-page {
  --bd-hotel-gold: #D4AF67;
  --bd-hotel-ink: #152A34;
  --bd-hotel-muted: #8C999B;
  --bd-hotel-canvas: #E7E6E2;
  --bd-hotel-canvas-soft: #F6F5F4;
  --bd-hotel-surface: #FFFFFF;
  --bd-hotel-border: rgba(21, 42, 52, 0.08);
  --bd-hotel-border-hover: rgba(212, 175, 103, 0.46);
  --bd-hotel-shadow-sm: 0 2px 6px rgba(21, 42, 52, 0.06);
  --bd-hotel-shadow-md: 0 10px 24px rgba(21, 42, 52, 0.12);
  --bd-hotel-shadow-lg: 0 20px 44px rgba(21, 42, 52, 0.16);
  --bd-hotel-radius: 16px;
  --bd-hotel-rhythm: clamp(3rem, 8vh, 5.5rem);
}

body.bd-hotel-page #buzios-page .content4 > .container,
body.bd-hotel-page #buzios-page .features10 > .container,
body.bd-hotel-page #buzios-page .gallery5 > .container,
body.bd-hotel-page #buzios-page .video2 > .container,
body.bd-hotel-page #buzios-page .people3 > .container,
body.bd-hotel-page #buzios-page .map1 > .container,
body.bd-hotel-page #buzios-page .article05 > .container {
  max-width: 1280px;
}

/* Section head (eyebrow + title + optional lede) */
body.bd-hotel-page #buzios-page .bd-hotel-section-head {
  max-width: 46rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}

body.bd-hotel-page #buzios-page .bd-hotel-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: var(--bd-hotel-muted);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

body.bd-hotel-page #buzios-page .bd-hotel-eyebrow::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: var(--bd-hotel-gold);
}

/* Section rhythm: generous vertical spacing, alternating surface/canvas backgrounds */
body.bd-hotel-page #buzios-page .content4,
body.bd-hotel-page #buzios-page .features10,
body.bd-hotel-page #buzios-page .gallery5,
body.bd-hotel-page #buzios-page .video2,
body.bd-hotel-page #buzios-page .people3,
body.bd-hotel-page #buzios-page .map1,
body.bd-hotel-page #buzios-page .article05 {
  padding-top: var(--bd-hotel-rhythm);
  padding-bottom: var(--bd-hotel-rhythm);
}

body.bd-hotel-page #buzios-page .content4,
body.bd-hotel-page #buzios-page .gallery5,
body.bd-hotel-page #buzios-page .map1 {
  background-color: var(--bd-hotel-surface);
}

body.bd-hotel-page #buzios-page .features10,
body.bd-hotel-page #buzios-page .people3,
body.bd-hotel-page #buzios-page .article05 {
  background-color: var(--bd-hotel-canvas-soft);
}

/* Sobre — leitura curta, centralizada e com respiro */
body.bd-hotel-page #buzios-page .content4 .title {
  max-width: 52rem;
}

body.bd-hotel-page #buzios-page .content4 .mbr-section-subtitle {
  max-width: 68ch;
  margin-right: auto;
  margin-left: auto;
  color: rgba(21, 42, 52, 0.76);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

/* Comodidades — premium amenity cards */
body.bd-hotel-page #buzios-page .features10 .row:not(:first-child) {
  gap: 1rem 0;
}

body.bd-hotel-page #buzios-page .features10 .item-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
}

body.bd-hotel-page #buzios-page .features10 .card-box.bd-hotel-amenity {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 9.5rem;
  max-width: 17rem;
  padding: clamp(1.15rem, 2.2vw, 1.5rem);
  border: 1px solid var(--bd-hotel-border);
  border-radius: var(--bd-hotel-radius);
  background: var(--bd-hotel-surface);
  box-shadow: var(--bd-hotel-shadow-sm);
  text-align: center;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

body.bd-hotel-page #buzios-page .features10 .card-box.bd-hotel-amenity:hover {
  border-color: var(--bd-hotel-border-hover);
  box-shadow: var(--bd-hotel-shadow-md);
}

body.bd-hotel-page #buzios-page .features10 .bd-hotel-amenity .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(212, 175, 103, 0.16);
  color: var(--bd-hotel-gold);
  font-size: 1.45rem;
}

body.bd-hotel-page #buzios-page .features10 .bd-hotel-amenity .card-text,
body.bd-hotel-page #buzios-page .features10 .bd-hotel-amenity p {
  margin: 0;
  color: var(--bd-hotel-ink);
  font-weight: 700;
  line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
  body.bd-hotel-page #buzios-page .features10 .card-box.bd-hotel-amenity {
    transition: none;
  }
}

/* Vídeo — wrapper premium (páginas que mantêm video2) */
body.bd-hotel-page #buzios-page .video2 .video-wrapper {
  overflow: hidden;
  /* stylelint-disable-next-line declaration-no-important -- overrides legacy `.video-wrapper { border-radius: 0 !important }` reset in mbr-additional.css */
  border-radius: var(--bd-hotel-radius) !important;
  box-shadow: var(--bd-hotel-shadow-md);
}

body.bd-hotel-page #buzios-page .bd-hotel-gallery-copy,
body.bd-hotel-page #buzios-page .bd-hotel-contact-intro {
  max-width: 42rem;
  margin-right: auto;
  margin-left: auto;
  color: rgba(21, 42, 52, 0.68);
  line-height: 1.65;
}

body.bd-hotel-page #buzios-page .bd-hotel-contact-intro {
  margin: -0.35rem 0 1.25rem;
}

/* Galeria — grid editorial sem trocar imagens aprovadas */
body.bd-hotel-page #buzios-page .gallery5 .mbr-gallery.row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-right: 0;
  margin-left: 0;
}

body.bd-hotel-page #buzios-page .gallery5 .gallery-image {
  width: auto;
  max-width: none;
  padding: 0;
  flex: initial;
}

body.bd-hotel-page #buzios-page .gallery5 .gallery-image:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

body.bd-hotel-page #buzios-page .gallery5 .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 13rem;
  overflow: hidden;
  border: 1px solid var(--bd-hotel-border);
  border-radius: var(--bd-hotel-radius);
  background: var(--bd-hotel-ink);
  box-shadow: var(--bd-hotel-shadow-sm);
  cursor: pointer;
}

body.bd-hotel-page #buzios-page .gallery5 .gallery-image:first-child .item-wrapper {
  min-height: 27rem;
}

body.bd-hotel-page #buzios-page .gallery5 .item-wrapper img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 260ms ease, opacity 260ms ease;
}

body.bd-hotel-page #buzios-page .gallery5 .gallery-image:first-child img {
  aspect-ratio: 4 / 3;
}

body.bd-hotel-page #buzios-page .gallery5 .item-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 42, 52, 0) 45%, rgba(21, 42, 52, 0.45) 100%);
  opacity: 0;
  transition: opacity 220ms ease;
}

body.bd-hotel-page #buzios-page .gallery5 .item-wrapper:hover img,
body.bd-hotel-page #buzios-page .gallery5 .item-wrapper:focus-within img {
  transform: scale(1.035);
  opacity: 0.92;
}

body.bd-hotel-page #buzios-page .gallery5 .item-wrapper:hover::after,
body.bd-hotel-page #buzios-page .gallery5 .item-wrapper:focus-within::after {
  opacity: 1;
}

body.bd-hotel-page #buzios-page .gallery5 .item-wrapper:focus-visible {
  outline: 2px solid var(--bd-hotel-gold);
  outline-offset: 4px;
}

body.bd-hotel-page #buzios-page .gallery5 .icon-wrapper {
  z-index: 2;
  border-color: rgba(212, 175, 103, 0.7);
  background: rgba(21, 42, 52, 0.74);
  color: var(--bd-hotel-gold);
}

/* Testemunhos — cards no idioma da home */
body.bd-hotel-page #buzios-page .people3 .card-wrapper.bd-hotel-testimonial {
  position: relative;
  height: 100%;
  min-height: 26rem;
  display: flex;
  flex-direction: column;
  padding: 1.1rem 1.1rem 1.25rem;
  border: 1px solid var(--bd-hotel-border);
  /* stylelint-disable-next-line declaration-no-important -- overrides legacy `.card-wrapper { border-radius: 0 !important }` reset in mbr-additional.css */
  border-radius: var(--bd-hotel-radius) !important;
  background: var(--bd-hotel-surface);
  box-shadow: var(--bd-hotel-shadow-sm);
}

body.bd-hotel-page #buzios-page .people3 .card-wrapper.bd-hotel-testimonial .item-img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.65rem;
  flex: 0 0 auto;
}

body.bd-hotel-page #buzios-page .people3 .card-wrapper.bd-hotel-testimonial .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.bd-hotel-page #buzios-page .people3 .card-wrapper.bd-hotel-testimonial .card-title {
  margin-bottom: 0.25rem;
}

body.bd-hotel-page #buzios-page .people3 .bd-hotel-testimonial .card-subtitle {
  position: relative;
  max-height: 11.5rem;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.55;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 103, 0.86) transparent;
}

body.bd-hotel-page #buzios-page .people3 .bd-hotel-testimonial .card-subtitle.bd-testimonial-body-expanded {
  overflow-y: auto;
  max-height: 10rem;
  padding-bottom: 0.45rem;
  scroll-behavior: smooth;
}

body.bd-hotel-page #buzios-page .people3 .bd-hotel-testimonial .card-subtitle.bd-testimonial-body-expanded::-webkit-scrollbar {
  width: 6px;
}

body.bd-hotel-page #buzios-page .people3 .bd-hotel-testimonial .card-subtitle.bd-testimonial-body-expanded::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(212, 175, 103, 0.96);
}

body.bd-hotel-page #buzios-page .people3 .bd-hotel-testimonial .card-subtitle.bd-testimonial-body-expanded::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(21, 42, 52, 0.13);
}

body.bd-hotel-page #buzios-page .people3 .bd-hotel-testimonial .card-subtitle::before {
  content: "\201C";
  position: absolute;
  top: -0.4rem;
  left: 0;
  color: var(--bd-hotel-gold);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

body.bd-hotel-page #buzios-page .people3 .bd-hotel-testimonial .card-name {
  font-style: italic;
}

body.bd-hotel-page #buzios-page .people3 .card-wrapper.bd-hotel-testimonial .card-bottom-wrap {
  margin-top: auto;
}

/* Localização — mapa emoldurado */
body.bd-hotel-page #buzios-page .map1 .google-map.bd-hotel-map-frame {
  overflow: hidden;
  border: 1px solid var(--bd-hotel-border);
  border-radius: var(--bd-hotel-radius);
  box-shadow: var(--bd-hotel-shadow-sm);
}

/* Contato — card premium e blocos de dados legíveis */
body.bd-hotel-page #buzios-page .article05 .card-wrapper.bd-hotel-contact-card {
  overflow: hidden;
  border: 1px solid var(--bd-hotel-border);
  /* stylelint-disable-next-line declaration-no-important -- overrides legacy `.card-wrapper { border-radius: 0 !important }` reset in mbr-additional.css */
  border-radius: var(--bd-hotel-radius) !important;
  background: var(--bd-hotel-surface);
  box-shadow: var(--bd-hotel-shadow-lg);
}

body.bd-hotel-page #buzios-page .article05 .bd-hotel-contact-card > .row {
  align-items: stretch;
}

body.bd-hotel-page #buzios-page .article05 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--bd-contact-image-bg, var(--bd-hotel-ink));
}

body.bd-hotel-page #buzios-page .article05 .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  background: var(--bd-contact-image-bg, var(--bd-hotel-ink));
  object-fit: contain;
  object-position: center;
}

body.bd-hotel-page #buzios-page .article05 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(1.75rem, 4vw, 3.5rem);
}

body.bd-hotel-page #buzios-page .article05 .bd-hotel-contact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body.bd-hotel-page #buzios-page .article05 .bd-hotel-contact-item {
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(21, 42, 52, 0.08);
  border-left: 3px solid var(--bd-hotel-gold);
  border-radius: 12px;
  background: rgba(246, 245, 244, 0.72);
  color: rgba(21, 42, 52, 0.78);
  line-height: 1.55;
}

body.bd-hotel-page #buzios-page .article05 .bd-hotel-contact a {
  color: var(--bd-hotel-gold);
  transition: color 180ms ease;
}

body.bd-hotel-page #buzios-page .article05 .bd-hotel-contact a:hover,
body.bd-hotel-page #buzios-page .article05 .bd-hotel-contact a:focus-visible {
  color: var(--bd-hotel-ink);
}

@media (max-width: 575px) {
  body.bd-hotel-page #buzios-page .bd-hotel-section-head {
    margin-bottom: 1.75rem;
  }

  body.bd-hotel-page #buzios-page .gallery5 .mbr-gallery.row {
    grid-template-columns: 1fr;
  }

  body.bd-hotel-page #buzios-page .gallery5 .gallery-image:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  body.bd-hotel-page #buzios-page .gallery5 .item-wrapper,
  body.bd-hotel-page #buzios-page .gallery5 .gallery-image:first-child .item-wrapper {
    min-height: 15rem;
  }

  body.bd-hotel-page #buzios-page .article05 .image-wrapper img {
    min-height: 16rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  body.bd-hotel-page #buzios-page .gallery5 .mbr-gallery.row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Búzios Destino — eventos page (2B.1) */
body.bd-page-premium #buzios-page .content4 {
  padding-top: clamp(3rem, 8vh, 5.5rem);
  padding-bottom: clamp(3rem, 8vh, 5.5rem);
}

body.bd-page-premium #buzios-page .gallery6 {
  padding-top: clamp(3rem, 8vh, 5.5rem);
  padding-bottom: clamp(3rem, 8vh, 5.5rem);
  background-color: #F6F5F4;
}

body.bd-page-premium #buzios-page .bd-hotel-section-head {
  max-width: 46rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}

body.bd-page-premium #buzios-page .bd-hotel-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: #8C999B;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

body.bd-page-premium #buzios-page .bd-hotel-eyebrow::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: #D4AF67;
}

body.bd-page-premium #buzios-page .content4 .title {
  max-width: 52rem;
}

body.bd-page-premium #buzios-page .content4 .mbr-section-subtitle {
  max-width: 68ch;
  margin-right: auto;
  margin-left: auto;
  color: rgba(21, 42, 52, 0.76);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

/* Galeria — mesmo grid editorial premium das páginas de hotel, sem trocar imagens/lightbox */
body.bd-page-premium #buzios-page .gallery6 .mbr-gallery.row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-right: 0;
  margin-left: 0;
}

body.bd-page-premium #buzios-page .gallery6 .gallery-image {
  width: auto;
  max-width: none;
  padding: 0;
  flex: initial;
}

body.bd-page-premium #buzios-page .gallery6 .gallery-image:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

body.bd-page-premium #buzios-page .gallery6 .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 13rem;
  overflow: hidden;
  border: 1px solid rgba(21, 42, 52, 0.08);
  border-radius: 16px;
  background: #152A34;
  box-shadow: 0 2px 6px rgba(21, 42, 52, 0.06);
  cursor: pointer;
}

body.bd-page-premium #buzios-page .gallery6 .gallery-image:first-child .item-wrapper {
  min-height: 27rem;
}

body.bd-page-premium #buzios-page .gallery6 .item-wrapper img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 260ms ease, opacity 260ms ease;
}

body.bd-page-premium #buzios-page .gallery6 .gallery-image:first-child img {
  aspect-ratio: 4 / 3;
}

body.bd-page-premium #buzios-page .gallery6 .item-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 42, 52, 0) 45%, rgba(21, 42, 52, 0.45) 100%);
  opacity: 0;
  transition: opacity 220ms ease;
}

body.bd-page-premium #buzios-page .gallery6 .item-wrapper:hover img,
body.bd-page-premium #buzios-page .gallery6 .item-wrapper:focus-within img {
  transform: scale(1.035);
  opacity: 0.92;
}

body.bd-page-premium #buzios-page .gallery6 .item-wrapper:hover::after,
body.bd-page-premium #buzios-page .gallery6 .item-wrapper:focus-within::after {
  opacity: 1;
}

body.bd-page-premium #buzios-page .gallery6 .item-wrapper:focus-visible {
  outline: 2px solid #D4AF67;
  outline-offset: 4px;
}

body.bd-page-premium #buzios-page .gallery6 .icon-wrapper {
  z-index: 2;
  border-color: rgba(212, 175, 103, 0.7);
  background: rgba(21, 42, 52, 0.74);
  color: #D4AF67;
}

/* Búzios Destino — passeios maritimos redesign */

/* Sub-nav sticky */
.bd-sea-subnav {
  position: sticky;
  top: 96px;
  /* abaixo do stacking context da section.menu (z-index 1000) para nao cobrir os dropdowns do header */
  z-index: 990;
  background: #152A34;
  border-bottom: 1px solid rgba(212, 175, 103, 0.22);
}

.bd-sea-subnav__inner {
  max-width: 1280px;
}

.bd-sea-subnav__track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.bd-sea-subnav__track::-webkit-scrollbar {
  display: none;
}

.bd-sea-subnav__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 0.15rem;
  flex: none;
  border-bottom: 2px solid transparent;
  color: #E7E6E2;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease;
}

.bd-sea-subnav__link:hover,
.bd-sea-subnav__link:focus-visible {
  color: #D4AF67;
}

.bd-sea-subnav__link.active {
  color: #D4AF67;
  border-bottom-color: #D4AF67;
}

.bd-sea-subnav__link:focus-visible {
  outline: 2px solid #D4AF67;
  outline-offset: 2px;
}

@media (min-width: 576px) {
  .bd-sea-subnav__track {
    gap: 2rem;
  }
}

/* Linhas editoriais */
body.bd-page-premium #buzios-page .bd-sea-row {
  padding-top: clamp(3rem, 8vh, 5.5rem);
  padding-bottom: clamp(3rem, 8vh, 5.5rem);
  scroll-margin-top: 167px;
}

body.bd-page-premium #buzios-page .bd-sea-row--b {
  background-color: #F6F5F4;
}

.bd-sea-row__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.bd-sea-row__media {
  position: relative;
  margin: 0;
  order: 1;
}

.bd-sea-row--flip .bd-sea-row__media {
  order: 2;
}

.bd-sea-row--flip .bd-sea-row__body {
  order: 1;
}

.bd-sea-row__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  overflow: hidden;
  border-radius: 42% 58% 60% 40% / 45% 40% 60% 55%;
}

.bd-sea-row--b .bd-sea-row__media img {
  border-radius: 58% 42% 40% 60% / 40% 60% 45% 55%;
}

.bd-sea-row__more {
  position: absolute;
  right: clamp(0.75rem, 4%, 1.75rem);
  bottom: clamp(0.75rem, 4%, 1.75rem);
  padding: 0.6rem 1.15rem;
  border: 1px solid rgba(212, 175, 103, 0.55);
  border-radius: 999px;
  background: rgba(21, 42, 52, 0.78);
  color: #E7E6E2;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.bd-sea-row__more:hover,
.bd-sea-row__more:focus-visible {
  background: rgba(21, 42, 52, 0.92);
  border-color: #D4AF67;
}

.bd-sea-row__more:focus-visible {
  outline: 2px solid #D4AF67;
  outline-offset: 2px;
}

.bd-sea-row__body {
  order: 2;
}

.bd-sea-row__title {
  margin: 0 0 1rem;
  color: #152A34;
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 400;
  line-height: 1.2;
}

.bd-sea-row__text {
  max-width: 46ch;
  margin: 0 0 1.75rem;
  color: rgba(21, 42, 52, 0.78);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

.bd-sea-row__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.bd-sea-row__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(21, 42, 52, 0.14);
  border-radius: 999px;
  background: rgba(246, 245, 244, 0.9);
  color: #152A34;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}

body.bd-page-premium #buzios-page .bd-sea-row--b .bd-sea-row__chip {
  background: rgba(255, 255, 255, 0.9);
}

/* CTA compacto (override local, nao mexe em .btn/.display-7 globais).
   Seletor qualificado com o tipo do elemento (a.bd-sea-row__cta) para
   garantir especificidade maior que `.btn`/`.display-7` (mbr-additional.css
   carrega depois de style.css, entao um empate de especificidade venceria
   para o lado deles). */
a.bd-sea-row__cta {
  min-height: 42px;
  padding: 0.4rem 1.2rem;
  margin: 0;
  border-radius: 999px;
  font-size: 0.88rem;
  line-height: 1;
}

a.bd-sea-row__cta .mbr-iconfont {
  font-size: 1rem;
  margin-left: 0.4rem;
}

/* Divisor linha de onda */
.bd-sea-wave {
  width: 100%;
  height: 24px;
  margin: 0;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%201200%2024%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%2C12%20C150%2C0%20150%2C24%20300%2C12%20C450%2C0%20450%2C24%20600%2C12%20C750%2C0%20750%2C24%20900%2C12%20C1050%2C0%201050%2C24%201200%2C12%22%20fill%3D%22none%22%20stroke%3D%22rgba%28212%2C175%2C103%2C0.5%29%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  background-size: 300px 24px;
  opacity: 0.9;
}

/* Faixa final de conversao */
.bd-sea-closing {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 46vh;
  background: #152A34;
}

.bd-sea-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(21, 42, 52, 0.62) 0%,
    rgba(21, 42, 52, 0.42) 46%,
    rgba(21, 42, 52, 0.2) 100%
  );
  pointer-events: none;
}

.bd-sea-closing__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center center;
}

.bd-sea-closing__caption {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 42rem;
  padding: clamp(2.5rem, 8vh, 4rem) 1.5rem;
  color: #E7E6E2;
  text-align: center;
  text-shadow: 0 0.75rem 2rem rgba(21, 42, 52, 0.5);
}

.bd-sea-closing__eyebrow {
  margin: 0 0 1rem;
  color: #D4AF67;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.bd-sea-closing__title {
  max-width: 18ch;
  margin: 0;
  color: #FFFFFF;
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.bd-sea-closing__lede {
  max-width: 48ch;
  margin: 1rem 0 1.75rem;
  color: rgba(231, 230, 226, 0.96);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.6;
}

a.bd-sea-closing__cta {
  min-height: 48px;
  padding: 0.45rem 1.5rem;
  margin: 0;
  border-radius: 999px;
  font-size: 0.95rem;
  line-height: 1;
}

a.bd-sea-closing__cta .mbr-iconfont {
  font-size: 1.1rem;
  margin-left: 0.45rem;
}

/* Carrier dos modais de lightbox: restaura o escopo cid-* original (Mobirise
   estiliza modal/carousel via `.cid-XXXX .mbr-slider ...`) sem herdar o
   padding/background que tanto o proprio cid-* (mbr-additional.css) quanto a
   regra global `.gallery6` desta pagina (acima, 2126) aplicam ao elemento
   raiz da secao original — o modal fica display:none ate abrir, mas o
   carrier em si ficava visivel como uma faixa clara antes do footer.
   Especificidade igual/maior que `body.bd-page-premium #buzios-page
   .gallery6` para garantir a neutralizacao. */
body.bd-page-premium #buzios-page .bd-sea-lightboxes > div {
  padding: 0;
  background: transparent;
}

@media (max-width: 991px) {
  .bd-sea-row__grid {
    grid-template-columns: 1fr;
  }

  .bd-sea-row__media,
  .bd-sea-row--flip .bd-sea-row__media {
    order: 1;
  }

  .bd-sea-row__body,
  .bd-sea-row--flip .bd-sea-row__body {
    order: 2;
    margin-top: clamp(1.5rem, 4vh, 2rem);
  }
}

@media (max-width: 575px) {
  .bd-sea-row__text {
    max-width: none;
  }

  .bd-sea-closing__caption {
    padding: clamp(2rem, 10vh, 3rem) 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bd-sea-subnav__link,
  .bd-sea-row__more {
    transition: none;
  }
}

/* Guarda explicita: o reboot do Bootstrap ja define :root{scroll-behavior:smooth}
   site-wide; esta regra preserva o scroll suave das ancoras do subnav maritimo
   caso aquele reset global seja removido ou escopado no futuro. */
@media (prefers-reduced-motion: no-preference) {
  html:has(.bd-sea-subnav) {
    scroll-behavior: smooth;
  }
}

/* Búzios Destino — passeios aereos: video em destaque + galeria (2E.1) */

/* Facade do video 16:9 (figure.bd-sea-row__media > button.bd-air-facade).
   Sobrescreve o aspect-ratio 4/3 herdado de `.bd-sea-row__media img`
   (regra descendente, linha ~2357) para o formato 16:9 do player; o blob
   organico do row--a e mantido para consistencia com o restante da linha
   editorial. Especificidade igual, ganha por ordem (este bloco vem depois). */
.bd-air-facade {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.bd-air-facade img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 42% 58% 60% 40% / 45% 40% 60% 55%;
}

.bd-air-facade__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(3.25rem, 8vw, 4rem);
  height: clamp(3.25rem, 8vw, 4rem);
  transform: translate(-50%, -50%);
  transition: transform 200ms ease;
  pointer-events: none;
}

.bd-air-facade__play svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 10px rgba(21, 42, 52, 0.35));
}

.bd-air-facade:hover .bd-air-facade__play,
.bd-air-facade:focus-visible .bd-air-facade__play {
  transform: translate(-50%, -50%) scale(1.08);
}

.bd-air-facade:focus-visible {
  outline: 2px solid #D4AF67;
  outline-offset: 4px;
  border-radius: 42% 58% 60% 40% / 45% 40% 60% 55%;
}

/* Depois do clique, o botao vira um contentor simples do iframe (mesmo
   box 16:9), sem semantica de botao residual. */
.bd-air-facade--active {
  cursor: default;
}

.bd-air-facade__iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 42% 58% 60% 40% / 45% 40% 60% 55%;
}

/* Cabecalho de secao centralizado (reaproveita .bd-hotel-section-head e
   .bd-hotel-eyebrow, ja escopados para body.bd-page-premium acima). */
.bd-air-videos {
  padding-top: clamp(3rem, 8vh, 5.5rem);
  padding-bottom: clamp(3rem, 8vh, 5.5rem);
  background-color: #F6F5F4;
}

.bd-air-videos__title {
  margin: 0;
  color: #152A34;
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 400;
  line-height: 1.2;
}

.bd-air-videos__intro {
  max-width: 46ch;
  margin: 1rem auto 0;
  color: rgba(21, 42, 52, 0.78);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

/* Carrossel em marquee continuo, mesmo padrao do carrossel de hoteis
   parceiros da home (index.html #clients1-8m / assets/theme/css/buzios-home.css
   linhas ~100-227): faixa duplicada rolando via keyframes, pausada em
   hover/focus, com fade nas bordas e fallback friccao-zero para
   prefers-reduced-motion. Namespace bd-air-* porque buzios-home.css so
   carrega em index.html. */
.bd-air-carousel {
  --bd-air-gap: 1.25rem;
  position: relative;
  overflow: hidden;
  padding: 0.25rem 0 0.5rem;
}

.bd-air-carousel::before,
.bd-air-carousel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 5rem;
  content: "";
  pointer-events: none;
}

.bd-air-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #F6F5F4 0%, rgba(246, 245, 244, 0) 100%);
}

.bd-air-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #F6F5F4 0%, rgba(246, 245, 244, 0) 100%);
}

.bd-air-carousel-track {
  display: flex;
  width: max-content;
  gap: var(--bd-air-gap);
  animation: bd-air-marquee 40s linear infinite;
  will-change: transform;
}

.bd-air-carousel:hover .bd-air-carousel-track,
.bd-air-carousel:focus-within .bd-air-carousel-track {
  animation-play-state: paused;
}

.bd-air-carousel-list {
  display: flex;
  gap: var(--bd-air-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

.bd-air-carousel-item {
  display: flex;
  flex: none;
}

@keyframes bd-air-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - (var(--bd-air-gap) / 2)), 0, 0);
  }
}

.bd-air-tile {
  position: relative;
  flex: none;
  width: clamp(220px, 24vw, 300px);
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 0;
  overflow: hidden;
  /* Radius consistente com os cards de midia do site (.gallery6
     .item-wrapper, linha ~2200): o blob organico de .bd-sea-row__media
     e pensado para recortes 4:3, nao para tiles quadrados. */
  border-radius: 16px;
  background: #152A34;
  cursor: pointer;
  transition: transform 220ms ease;
}

.bd-air-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bd-air-tile .bd-air-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.75rem;
  height: 2.75rem;
  transform: translate(-50%, -50%);
  transition: transform 200ms ease;
  pointer-events: none;
}

.bd-air-tile .bd-air-play svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 10px rgba(21, 42, 52, 0.35));
}

.bd-air-tile:hover,
.bd-air-tile:focus-visible {
  transform: scale(1.02);
}

.bd-air-tile:hover .bd-air-play,
.bd-air-tile:focus-visible .bd-air-play {
  transform: translate(-50%, -50%) scale(1.08);
}

.bd-air-tile:focus-visible {
  outline: 2px solid #D4AF67;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .bd-air-tile {
    width: min(58vw, 260px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bd-air-carousel {
    overflow-x: auto;
  }

  .bd-air-carousel-track {
    animation: none;
  }

  .bd-air-carousel-list[aria-hidden="true"] {
    display: none;
  }
}

/* Modal do player vertical (9:16), unico para os 6 clipes da galeria. */
.bd-air-modal .modal-dialog {
  max-width: min(92vw, 460px);
}

.bd-air-modal__content {
  border: 0;
  border-radius: 20px;
  background: transparent;
}

.bd-air-modal__body {
  display: flex;
  justify-content: center;
  padding: 0;
}

/* Frame do player vertical: o botao fechar e o .bd-air-modal__video (onde o
   JS injeta/remove o iframe) sao filhos deste elemento, entao ficam sempre
   alinhados ao box 9:16 real — nao a largura maxima do modal-dialog, que e
   mais larga que o video. Isso tambem evita um close "flutuando" acima do
   modal-dialog, que pode cair fora da viewport em telas baixas quando o
   player ocupa ate 80vh (modal-dialog-centered). */
.bd-air-modal__frame {
  position: relative;
  width: auto;
  height: min(80vh, 720px);
  aspect-ratio: 9 / 16;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 20px;
  background: #000000;
}

.bd-air-modal__video {
  width: 100%;
  height: 100%;
}

.bd-air-modal__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.bd-air-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(21, 42, 52, 0.55);
  opacity: 1;
}

.bd-air-modal__close:hover,
.bd-air-modal__close:focus-visible {
  background-color: rgba(21, 42, 52, 0.8);
}

.bd-air-modal__close:focus-visible {
  outline: 2px solid #D4AF67;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .bd-air-facade__play,
  .bd-air-tile,
  .bd-air-tile .bd-air-play {
    transition: none;
  }
}

/* ==========================================================================
   Búzios Destino — buzios-cidade.html (about-page editorial, Tarefa 2)
   Namespaced bd-city-*; reusa .bd-page-hero / .bd-sea-closing / .bd-sea-wave.
   ========================================================================== */
body.bd-page-premium #buzios-page .bd-city-intro,
body.bd-page-premium #buzios-page .bd-city-timeline,
body.bd-page-premium #buzios-page .bd-city-peninsula,
body.bd-page-premium #buzios-page .bd-city-live,
body.bd-page-premium #buzios-page .bd-city-gallery {
  --bd-city-gold: #D4AF67;
  --bd-city-gold-ink: #926F23;
  --bd-city-ink: #152A34;
  --bd-city-muted: #8C999B;
  --bd-city-canvas: #E7E6E2;
  --bd-city-canvas-soft: #F6F5F4;
  --bd-city-surface: #FFFFFF;
  --bd-city-border: rgba(21, 42, 52, 0.10);
  --bd-city-border-hover: rgba(212, 175, 103, 0.55);
  --bd-city-shadow: 0 2px 8px rgba(21, 42, 52, 0.06);
  --bd-city-shadow-hover: 0 14px 30px rgba(21, 42, 52, 0.13);
  --bd-city-pad: clamp(3rem, 8vh, 5.5rem);
}

/* Reveal on scroll (guarded) */
.bd-city-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}
.bd-city-reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .bd-city-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Focus-visible for city interactive elements */
.bd-city-peninsula__link:focus-visible,
.bd-city-card:focus-visible,
.bd-city-closing__secondary:focus-visible,
.bd-city-gallery__item:focus-visible,
.bd-city-lightbox__close:focus-visible,
.bd-city-lightbox .carousel-control:focus-visible,
.bd-city-lightbox .carousel-indicators [data-bs-slide-to]:focus-visible {
  outline: 2px solid #926F23;
  outline-offset: 2px;
}

/* --------------------------------------------------------------- Intro */
.bd-city-intro {
  padding: var(--bd-city-pad) 0;
  background: var(--bd-city-canvas);
}
.bd-city-intro__inner {
  max-width: 90ch;
}
.bd-city-intro__statement {
  margin: 0;
  color: var(--bd-city-ink);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.65rem, 3.6vw, 2.6rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0.01em;
}
.bd-city-intro__body {
  max-width: 62ch;
  margin: clamp(1.25rem, 3vh, 1.75rem) 0 0;
  color: rgba(21, 42, 52, 0.86);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.7;
}
.bd-city-facts {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: clamp(1.25rem, 4vw, 2.75rem);
  margin: clamp(1.75rem, 4vh, 2.5rem) 0 0;
  padding-top: clamp(1.5rem, 3vh, 2rem);
  border-top: 1px solid var(--bd-city-border);
}
.bd-city-facts__item {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}
.bd-city-facts__item + .bd-city-facts__item {
  padding-left: clamp(1.25rem, 4vw, 2.75rem);
  border-left: 1px solid var(--bd-city-border);
}
.bd-city-facts__num {
  margin: 0;
  color: var(--bd-city-gold-ink);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 400;
  line-height: 1;
}
.bd-city-facts__label {
  margin: 0;
  color: var(--bd-city-muted);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Shared eyebrow (era/section labels) */
.bd-city-timeline__eyebrow,
.bd-city-peninsula__eyebrow,
.bd-city-live__eyebrow,
.bd-city-gallery__eyebrow,
.bd-city-chapter__era {
  margin: 0 0 0.85rem;
  color: var(--bd-city-gold-ink);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

/* Shared section titles */
.bd-city-timeline__title,
.bd-city-peninsula__title,
.bd-city-live__title,
.bd-city-gallery__title {
  margin: 0;
  color: var(--bd-city-ink);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

/* --------------------------------------------------------- Timeline */
.bd-city-timeline {
  padding: var(--bd-city-pad) 0;
  background: var(--bd-city-canvas-soft);
}
.bd-city-timeline__inner {
  max-width: 1280px;
}
.bd-city-timeline__head {
  max-width: 60ch;
  margin: 0 0 clamp(2.5rem, 6vh, 3.75rem);
}
.bd-city-timeline__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* fio dourado: 1px vertical gold line threading the chapters */
.bd-city-timeline__list::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 7px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(212, 175, 103, 0) 0%,
    rgba(212, 175, 103, 0.85) 8%,
    rgba(212, 175, 103, 0.85) 92%,
    rgba(212, 175, 103, 0) 100%
  );
}
.bd-city-chapter {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(1.75rem, 5vw, 4rem);
  padding-left: clamp(2rem, 5vw, 3.5rem);
}
.bd-city-chapter + .bd-city-chapter {
  margin-top: clamp(2.75rem, 7vh, 4.5rem);
}
.bd-city-chapter__body {
  position: relative;
}
.bd-city-chapter__node {
  position: absolute;
  top: 0.5rem;
  left: 7px;
  width: 15px;
  height: 15px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--bd-city-canvas-soft);
  box-shadow: inset 0 0 0 2px var(--bd-city-gold);
}
.bd-city-chapter__node::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--bd-city-gold);
}
.bd-city-chapter__title {
  margin: 0.35rem 0 0;
  color: var(--bd-city-ink);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.bd-city-chapter__text {
  margin: 0.9rem 0 0;
  color: rgba(21, 42, 52, 0.84);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.7;
}
.bd-city-chapter__media {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--bd-city-shadow);
}
.bd-city-chapter__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 30rem;
  object-fit: cover;
}
/* alternate photo side on desktop */
.bd-city-chapter--flip .bd-city-chapter__body {
  order: 2;
}
.bd-city-chapter--flip .bd-city-chapter__media {
  order: 1;
}

@media (max-width: 767px) {
  .bd-city-chapter {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .bd-city-chapter__body,
  .bd-city-chapter--flip .bd-city-chapter__body {
    order: 1;
  }
  .bd-city-chapter__media,
  .bd-city-chapter--flip .bd-city-chapter__media {
    order: 2;
  }
}

/* --------------------------------------------------------- Península */
.bd-city-peninsula {
  padding: var(--bd-city-pad) 0;
  background: var(--bd-city-canvas);
}
.bd-city-peninsula__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(1.75rem, 5vw, 4rem);
  max-width: 1280px;
}
.bd-city-peninsula__media {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--bd-city-shadow);
}
.bd-city-peninsula__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 32rem;
  object-fit: cover;
}
.bd-city-peninsula__body {
  max-width: 56ch;
}
.bd-city-peninsula__text {
  margin: 1rem 0 0;
  color: rgba(21, 42, 52, 0.84);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.7;
}
.bd-city-peninsula__link,
.bd-city-closing__secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  margin-top: 1.5rem;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 200ms ease;
}
.bd-city-peninsula__link {
  color: var(--bd-city-gold-ink);
}
.bd-city-peninsula__link:hover,
.bd-city-peninsula__link:focus-visible {
  color: var(--bd-city-ink);
}
.bd-city-arrow {
  flex: none;
  transition: transform 200ms ease;
}
.bd-city-peninsula__link:hover .bd-city-arrow {
  transform: translateX(3px);
}

@media (max-width: 767px) {
  .bd-city-peninsula__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .bd-city-peninsula__media {
    order: 2;
  }
  .bd-city-peninsula__body {
    order: 1;
  }
}

/* --------------------------------------------------------- Viver Búzios */
.bd-city-live {
  padding: var(--bd-city-pad) 0;
  background: var(--bd-city-canvas-soft);
}
.bd-city-live__inner {
  max-width: 1280px;
}
.bd-city-live__head {
  max-width: 56ch;
  margin: 0 0 clamp(2rem, 5vh, 3rem);
}
.bd-city-live__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
}
.bd-city-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: var(--bd-city-surface);
  border: 1px solid var(--bd-city-border);
  border-radius: 6px;
  box-shadow: var(--bd-city-shadow);
  text-decoration: none;
  cursor: pointer;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.bd-city-card:hover,
.bd-city-card:focus-visible {
  border-color: var(--bd-city-border-hover);
  box-shadow: var(--bd-city-shadow-hover);
}
.bd-city-card__title {
  margin: 0;
  color: var(--bd-city-ink);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.bd-city-card__line {
  margin: 0.75rem 0 0;
  color: rgba(21, 42, 52, 0.82);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.6;
}
.bd-city-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.25rem;
  color: var(--bd-city-gold-ink);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.bd-city-card:hover .bd-city-arrow,
.bd-city-card:focus-visible .bd-city-arrow {
  transform: translateX(3px);
}

@media (max-width: 991px) {
  .bd-city-live__grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------- Galeria */
.bd-city-gallery {
  padding: var(--bd-city-pad) 0;
  background: var(--bd-city-canvas);
}
.bd-city-gallery__inner {
  max-width: 1280px;
}
.bd-city-gallery__head {
  max-width: 56ch;
  margin: 0 0 clamp(2rem, 5vh, 3rem);
}
.bd-city-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(140px, 20vw, 230px);
  grid-auto-flow: dense;
  gap: clamp(0.5rem, 1.2vw, 0.85rem);
}
.bd-city-gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: var(--bd-city-ink);
  cursor: pointer;
}
.bd-city-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 200ms ease;
}
.bd-city-gallery__item:hover img,
.bd-city-gallery__item:focus-visible img {
  opacity: 0.86;
}
/* mosaic: first and last images larger */
.bd-city-gallery__item--wide {
  grid-column: span 2;
  grid-row: span 2;
}
/* 7 items (2 wide 2x2 + 5 regular 1x1) = 13 cells; a 4-col track needs a
   full extra row (16 cells) to fit them, so 3 cells are always left over.
   Pin the last wide tile flush-left on its own pair of rows so the
   auto-placed singles (dense) fill in around it and the 3 leftover cells
   land together as a trailing gap in the bottom-right corner, instead of
   auto-flow stranding a single empty cell boxed in between tiles. */
.bd-city-gallery__item:nth-child(7) {
  grid-column: 1 / 3;
  grid-row: 3 / 5;
}

@media (max-width: 767px) {
  .bd-city-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: clamp(120px, 34vw, 180px);
  }
  .bd-city-gallery__item--wide {
    grid-column: span 2;
    grid-row: span 1;
  }
  /* 2-col track: reset the desktop 2-row pin so the last wide tile takes
     one full-width row here too, keeping the leftover single item (the
     6th tile) trailing alone in the final row instead of stranded next
     to it. */
  .bd-city-gallery__item:nth-child(7) {
    grid-column: 1 / 3;
    grid-row: 4;
  }
}

/* Lightbox close button (SVG) */
.bd-city-lightbox__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(21, 42, 52, 0.55);
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 200ms ease;
}
.bd-city-lightbox__close:hover {
  background: rgba(21, 42, 52, 0.8);
}

/* Closing secondary link (dark surface) */
.bd-city-closing__secondary {
  margin-top: 1.25rem;
  color: #E7E6E2;
}
.bd-city-closing__secondary:hover,
.bd-city-closing__secondary:focus-visible {
  color: #FFFFFF;
}
.bd-city-closing__secondary:hover .bd-city-arrow {
  transform: translateX(3px);
}

/* Lightbox modal: full-bleed dark surface (Bootstrap default caps modal-dialog
   at 500px; the Mobirise full-width rules are cid-scoped and don't reach this
   un-scoped modal, so restore full-width + centered imagery here). */
.bd-city-lightbox .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.bd-city-lightbox .modal-content {
  background: transparent;
  border: 0;
}
.bd-city-lightbox .modal-body {
  padding: 0;
}
.bd-city-lightbox .carousel-item img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 1.75rem);
  object-fit: contain;
}

/* ==========================================================================
   Búzios Destino — Calendário de eventos 2026 (tarefa 2I.1)
   Namespaced bd-cal-*; reusa .bd-page-hero / .bd-sea-closing / .bd-sea-wave
   / .bd-city-gallery-lightbox. Todas as cores vêm do design system.
   ========================================================================== */
body.bd-page-premium #buzios-page .bd-cal-next,
body.bd-page-premium #buzios-page .bd-cal-filters,
body.bd-page-premium #buzios-page .bd-cal-annual,
body.bd-page-premium #buzios-page .bd-cal-gallery {
  --bd-cal-gold: #D4AF67;
  --bd-cal-gold-ink: #926F23;
  --bd-cal-ink: #152A34;
  --bd-cal-muted: #8C999B;
  --bd-cal-canvas: #E7E6E2;
  --bd-cal-canvas-soft: #F6F5F4;
  --bd-cal-surface: #FFFFFF;
  --bd-cal-border: rgba(21, 42, 52, 0.10);
  --bd-cal-border-hover: rgba(212, 175, 103, 0.55);
  --bd-cal-shadow: 0 2px 8px rgba(21, 42, 52, 0.06);
  --bd-cal-shadow-hover: 0 14px 30px rgba(21, 42, 52, 0.13);
  --bd-cal-green: #4A7C59;
  --bd-cal-terracota: #C04B2D;
  --bd-cal-pad: clamp(3rem, 8vh, 5.5rem);
}

/* --------------------------------------------------------- Hero actions */
.bd-cal-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
a.bd-cal-hero__cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1.5rem;
  margin: 0;
  border-radius: 999px;
  font-size: 0.95rem;
  line-height: 1;
}
a.bd-cal-hero__cta--ghost {
  background: transparent;
  border: 1px solid rgba(231, 230, 226, 0.7);
  color: #E7E6E2;
}
a.bd-cal-hero__cta--ghost:hover,
a.bd-cal-hero__cta--ghost:focus-visible {
  background: rgba(231, 230, 226, 0.12);
  border-color: #E7E6E2;
  color: #FFFFFF;
}
a.bd-cal-hero__cta .mbr-iconfont {
  font-size: 1.1rem;
  margin-left: 0.45rem;
}
.bd-cal-hero__cta:focus-visible {
  outline: 2px solid #D4AF67;
  outline-offset: 2px;
}

/* --------------------------------------------------------- Próximo na agenda */
.bd-cal-next {
  padding: var(--bd-cal-pad) 0;
  background: var(--bd-cal-surface);
}
.bd-cal-next__inner {
  max-width: 1080px;
}
.bd-cal-next__head {
  max-width: 60ch;
  margin: 0 0 clamp(1.5rem, 4vh, 2.25rem);
}
.bd-cal-eyebrow {
  margin: 0 0 0.75rem;
  color: var(--bd-cal-gold-ink);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.bd-cal-h2 {
  margin: 0;
  color: var(--bd-cal-ink);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
}
.bd-cal-intro {
  margin: 1rem 0 0;
  color: rgba(21, 42, 52, 0.82);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.7;
}
.bd-cal-next__card {
  display: grid;
  grid-template-columns: minmax(0, 168px) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--bd-cal-canvas-soft);
  border: 1px solid var(--bd-cal-border);
  border-radius: 10px;
  box-shadow: var(--bd-cal-shadow);
}
.bd-cal-next__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  background: var(--bd-cal-ink);
  color: var(--bd-cal-canvas);
}
.bd-cal-next__tile .bd-cal-card__tile-day {
  font-size: clamp(2rem, 5vw, 3rem);
}
.bd-cal-next__tile .bd-cal-card__tile-month {
  font-size: 0.9rem;
}
.bd-cal-next__title {
  margin: 0.6rem 0 0;
  color: var(--bd-cal-ink);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 400;
  line-height: 1.2;
}
.bd-cal-next__date {
  margin: 0.5rem 0 0;
  color: rgba(21, 42, 52, 0.82);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.bd-cal-next__foot {
  margin-top: 1rem;
}
.bd-cal-next__empty {
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: var(--bd-cal-surface);
  border: 1px dashed var(--bd-cal-border-hover);
  border-radius: 10px;
  color: rgba(21, 42, 52, 0.78);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  line-height: 1.6;
}

/* --------------------------------------------------------- Filtros */
.bd-cal-filters {
  padding: clamp(1.75rem, 4vh, 2.75rem) 0;
  background: var(--bd-cal-canvas-soft);
  border-top: 1px solid var(--bd-cal-border);
  border-bottom: 1px solid var(--bd-cal-border);
}
.bd-cal-filters__inner {
  max-width: 1280px;
}
.bd-cal-filters__group {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.35rem;
}
.bd-cal-filters__group + .bd-cal-filters__group {
  margin-top: 0.75rem;
}
.bd-cal-filters__group::-webkit-scrollbar {
  display: none;
}
.bd-cal-filters__label {
  display: block;
  margin: 0 0 0.5rem;
  color: var(--bd-cal-muted);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.bd-cal-filters__label:not(:first-child) {
  margin-top: 1.25rem;
}
.bd-cal-chip-btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 1.1rem;
  border: 1px solid var(--bd-cal-border);
  border-radius: 999px;
  background: var(--bd-cal-surface);
  color: var(--bd-cal-ink);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}
.bd-cal-chip-btn:hover {
  border-color: var(--bd-cal-border-hover);
}
.bd-cal-chip-btn[aria-pressed="true"] {
  background: var(--bd-cal-ink);
  border-color: var(--bd-cal-ink);
  color: #FFFFFF;
}
.bd-cal-chip-btn:focus-visible {
  outline: 2px solid #926F23;
  outline-offset: 2px;
}
.bd-cal-filters__status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.bd-cal-filters__count {
  margin: 0;
  color: rgba(21, 42, 52, 0.82);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
}
.bd-cal-filters__clear {
  min-height: 44px;
  padding: 0.5rem 1.25rem;
  border: 1px solid var(--bd-cal-border-hover);
  border-radius: 999px;
  background: transparent;
  color: var(--bd-cal-gold-ink);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}
.bd-cal-filters__clear:hover {
  background: rgba(212, 175, 103, 0.12);
  color: var(--bd-cal-ink);
}
.bd-cal-filters__clear:focus-visible {
  outline: 2px solid #926F23;
  outline-offset: 2px;
}

/* --------------------------------------------------------- Programação anual */
.bd-cal-annual {
  padding: var(--bd-cal-pad) 0 clamp(1.5rem, 4vh, 2.5rem);
  background: var(--bd-cal-canvas);
}
.bd-cal-annual__inner {
  max-width: 1280px;
}
.bd-cal-annual__head {
  max-width: 60ch;
  margin: 0 0 clamp(1.5rem, 4vh, 2rem);
}
.bd-cal-notice {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  padding: 1rem 1.25rem;
  background: var(--bd-cal-canvas-soft);
  border-left: 3px solid var(--bd-cal-gold);
  border-radius: 4px;
  color: rgba(21, 42, 52, 0.82);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
}
.bd-cal-notice__checked {
  font-weight: 700;
  color: var(--bd-cal-gold-ink);
}

/* --------------------------------------------------------- Meses */
body.bd-page-premium #buzios-page .bd-cal-month {
  padding: clamp(2rem, 5vh, 3rem) 0;
  scroll-margin-top: 10.5rem;
  background: var(--bd-cal-canvas);
}
body.bd-page-premium #buzios-page .bd-cal-month:nth-of-type(even) {
  background: var(--bd-cal-canvas-soft);
}
.bd-cal-month > .bd-cal-month__head,
.bd-cal-month > .bd-cal-month__empty,
.bd-cal-month > .bd-cal-grid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.bd-cal-month__head {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: clamp(1.25rem, 3vh, 2rem);
}
.bd-cal-month__title {
  margin: 0;
  color: var(--bd-cal-ink);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.bd-cal-month__count {
  flex: none;
  color: var(--bd-cal-gold-ink);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bd-cal-month__rule {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(to right, rgba(212, 175, 103, 0.5), rgba(212, 175, 103, 0));
}
.bd-cal-month__empty {
  margin: 0;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: var(--bd-cal-surface);
  border: 1px dashed var(--bd-cal-border-hover);
  border-radius: 8px;
  color: rgba(21, 42, 52, 0.72);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.6;
}

/* --------------------------------------------------------- Grid + card */
.bd-cal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}
.bd-cal-card {
  display: grid;
  grid-template-columns: minmax(0, 92px) minmax(0, 1fr);
  gap: clamp(0.9rem, 2vw, 1.35rem);
  padding: clamp(1rem, 2.2vw, 1.4rem);
  background: var(--bd-cal-surface);
  border: 1px solid var(--bd-cal-border);
  border-radius: 10px;
  box-shadow: var(--bd-cal-shadow);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.bd-cal-card:hover {
  border-color: var(--bd-cal-border-hover);
  box-shadow: var(--bd-cal-shadow-hover);
}
.bd-cal-card[data-computed-status="realizado"] {
  background: var(--bd-cal-canvas-soft);
}
.bd-cal-card[data-computed-status="realizado"] .bd-cal-card__tile {
  opacity: 0.72;
}
.bd-cal-card__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: var(--bd-cal-ink);
  color: var(--bd-cal-canvas);
  text-align: center;
}
.bd-cal-card__tile-day {
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.35rem, 3.5vw, 1.7rem);
  line-height: 1;
}
.bd-cal-card__tile-month {
  margin-top: 0.25rem;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
/* Category accent tiles (decorative; category is always conveyed by text chip) */
.bd-cal-card__tile--musica,
.bd-cal-card__tile--negocios { background: #152A34; color: #E7E6E2; }
.bd-cal-card__tile--gastronomia,
.bd-cal-card__tile--diversidade { background: #D4AF67; color: #152A34; }
.bd-cal-card__tile--cultura,
.bd-cal-card__tile--nautica,
.bd-cal-card__tile--familia { background: #4A7C59; color: #F6F5F4; }
.bd-cal-card__tile--esportes,
.bd-cal-card__tile--festas-tradicionais,
.bd-cal-card__tile--religioso { background: #C04B2D; color: #F6F5F4; }
.bd-cal-card__tile--outros { background: #8C999B; color: #152A34; }
.bd-cal-card__body {
  min-width: 0;
}
.bd-cal-card__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.bd-cal-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(21, 42, 52, 0.06);
  color: var(--bd-cal-ink);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.bd-cal-edition {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid var(--bd-cal-border);
  color: var(--bd-cal-muted);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.bd-cal-card__date {
  margin: 0.6rem 0 0;
  color: rgba(21, 42, 52, 0.7);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}
.bd-cal-card__title {
  margin: 0.3rem 0 0;
  color: var(--bd-cal-ink);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: 400;
  line-height: 1.25;
}
.bd-cal-card__note {
  margin: 0.5rem 0 0;
  padding: 0.5rem 0.75rem;
  background: rgba(192, 75, 45, 0.06);
  border-radius: 6px;
  color: rgba(21, 42, 52, 0.78);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.5;
}
.bd-cal-card__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1rem;
  margin-top: 0.9rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--bd-cal-border);
}
.bd-cal-card__source {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: var(--bd-cal-gold-ink);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}
.bd-cal-card__source:hover,
.bd-cal-card__source:focus-visible {
  color: var(--bd-cal-ink);
  text-decoration: underline;
}
.bd-cal-next__foot .bd-cal-card__source,
.bd-cal-card__source:focus-visible {
  outline-offset: 2px;
}
.bd-cal-card__source:focus-visible {
  outline: 2px solid #926F23;
}
.bd-cal-card__checked {
  color: var(--bd-cal-muted);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.76rem;
}

/* --------------------------------------------------------- Galeria (mosaico) */
.bd-cal-gallery {
  padding: var(--bd-cal-pad) 0;
  background: var(--bd-cal-canvas-soft);
}
.bd-cal-gallery__inner {
  max-width: 1280px;
}
.bd-cal-gallery__head {
  max-width: 60ch;
  margin: 0 0 clamp(1.5rem, 4vh, 2.25rem);
}
.bd-cal-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.5rem, 1.2vw, 0.85rem);
}
.bd-cal-gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: var(--bd-cal-ink);
  cursor: pointer;
}
.bd-cal-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: opacity 200ms ease;
}
.bd-cal-gallery__item:hover img,
.bd-cal-gallery__item:focus-visible img {
  opacity: 0.86;
}
.bd-cal-gallery__item:focus-visible {
  outline: 2px solid #926F23;
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .bd-cal-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* --------------------------------------------------------- Responsivo */
@media (max-width: 991px) {
  .bd-cal-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .bd-cal-next__card {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .bd-cal-next__tile {
    aspect-ratio: auto;
    flex-direction: row;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    max-width: 12rem;
  }
  .bd-cal-next__tile .bd-cal-card__tile-day {
    font-size: 1.6rem;
  }
  .bd-cal-card {
    grid-template-columns: minmax(0, 72px) minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bd-cal-chip-btn,
  .bd-cal-card,
  .bd-cal-gallery__item img,
  .bd-cal-filters__clear,
  .bd-cal-card__source {
    transition: none;
  }
}

/* Filtros de catálogo: painéis expansíveis após a programação anual. */
.bd-cal-filters__head {
  max-width: 50rem;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}
.bd-cal-filters__facets {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
}
.bd-cal-filter-facet {
  border: 1px solid var(--bd-cal-border);
  border-radius: 10px;
  background: var(--bd-cal-surface);
  overflow: clip;
}
.bd-cal-filter-facet summary {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0.75rem 1rem;
  color: var(--bd-cal-ink);
  cursor: pointer;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  list-style: none;
}
.bd-cal-filter-facet summary::-webkit-details-marker {
  display: none;
}
.bd-cal-filter-facet summary::after {
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.85rem;
  border-right: 2px solid var(--bd-cal-gold-ink);
  border-bottom: 2px solid var(--bd-cal-gold-ink);
  content: "";
  transform: rotate(45deg) translateY(-0.2rem);
  transition: transform 180ms ease;
}
.bd-cal-filter-facet[open] summary {
  border-bottom: 1px solid var(--bd-cal-border);
}
.bd-cal-filter-facet[open] summary::after {
  transform: rotate(225deg) translate(-0.15rem, -0.1rem);
}
.bd-cal-filter-facet summary:focus-visible {
  outline: 2px solid var(--bd-cal-gold-ink);
  outline-offset: -3px;
}
.bd-cal-filter-facet__hint {
  margin-left: auto;
  color: var(--bd-cal-muted);
  font-size: 0.76rem;
  font-weight: 600;
}
.bd-cal-filters__search {
  align-self: start;
  min-height: 52px;
  padding: 0.75rem 1.15rem;
  border: 1px solid var(--bd-cal-ink);
  border-radius: 8px;
  background: var(--bd-cal-ink);
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.bd-cal-filters__search:hover,
.bd-cal-filters__search:focus-visible {
  border-color: var(--bd-cal-gold-ink);
  background: var(--bd-cal-gold-ink);
  color: #FFFFFF;
}
.bd-cal-filters__search:focus-visible {
  outline: 2px solid var(--bd-cal-gold-ink);
  outline-offset: 3px;
}
.bd-cal-filter-facet .bd-cal-filters__group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
  gap: 0.5rem;
  overflow: visible;
  padding: 1rem;
}
.bd-cal-filter-facet .bd-cal-chip-btn {
  justify-content: center;
  width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
  white-space: normal;
  text-align: center;
}
.bd-cal-card[hidden],
.bd-cal-month[hidden] {
  display: none;
}

@media (max-width: 767px) {
  .bd-cal-filters__facets {
    grid-template-columns: 1fr;
  }
  .bd-cal-filters__search {
    width: 100%;
  }
}

/* ==========================================================================
   Búzios Destino — Sobre a Búzios Destino (about-empresa premium)
   Namespaced bd-about-*; reusa .bd-page-hero / .bd-sea-closing / .bd-sea-wave
   / .bd-city-reveal / .bd-city-closing__secondary / .bd-city-arrow. Todas as
   cores vêm do design system.
   ========================================================================== */
body.bd-page-premium #buzios-page .bd-about-intro,
body.bd-page-premium #buzios-page .bd-about-founder,
body.bd-page-premium #buzios-page .bd-about-acao,
body.bd-page-premium #buzios-page .bd-about-mercados {
  --bd-about-gold: #D4AF67;
  --bd-about-gold-ink: #926F23;
  --bd-about-ink: #152A34;
  --bd-about-canvas: #E7E6E2;
  --bd-about-canvas-soft: #F6F5F4;
  --bd-about-surface: #FFFFFF;
  --bd-about-pad: clamp(3rem, 8vh, 5.5rem);
}

/* --------------------------------------------------------------- Intro */
.bd-about-intro {
  padding: var(--bd-about-pad) 0;
  background: var(--bd-about-canvas);
}
.bd-about-intro__inner {
  max-width: 74ch;
}
.bd-about-intro__body {
  margin: 0;
  color: rgba(21, 42, 52, 0.86);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

/* --------------------------------------------------------- Founder (assinatura) */
.bd-about-founder {
  padding: var(--bd-about-pad) 0;
  background: var(--bd-about-ink);
}
.bd-about-founder__grid {
  display: grid;
  grid-template-columns: minmax(0, 26rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 4.5rem);
  max-width: 1280px;
}
.bd-about-founder__media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 103, 0.4);
  border-radius: 6px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}
.bd-about-founder__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bd-about-founder__body {
  position: relative;
  color: #E7E6E2;
}
.bd-about-founder__quote {
  margin: 0;
  padding: 0;
  border: 0;
}
.bd-about-founder__quote p {
  margin: 0;
  color: #F6F5F4;
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
.bd-about-founder__quote-mark {
  display: block;
  color: var(--bd-about-gold, #D4AF67);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
}
.bd-about-founder__quote-mark--open {
  margin: 0 0 0.25rem;
}
.bd-about-founder__quote-mark--close {
  margin: 0.25rem 0 0;
  text-align: right;
}
.bd-about-founder__name {
  margin: 1.75rem 0 0.25rem;
  color: var(--bd-about-gold, #D4AF67);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.bd-about-founder__role {
  margin: 0;
  color: rgba(231, 230, 226, 0.78);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .bd-about-founder__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .bd-about-founder__media {
    max-width: 22rem;
    margin: 0 auto;
  }
}

/* --------------------------------------------------------------- Ação Central */
.bd-about-acao {
  padding: var(--bd-about-pad) 0;
  background: var(--bd-about-surface);
}
.bd-about-acao__inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}
.bd-about-acao__eyebrow {
  margin: 0 0 1.25rem;
  color: var(--bd-about-gold-ink, #926F23);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.bd-about-acao__statement {
  max-width: 40ch;
  margin: 0 auto;
  color: var(--bd-about-ink, #152A34);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-size: clamp(1.5rem, 3.2vw, 2.15rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

/* --------------------------------------------------------------- Mercados */
.bd-about-mercados {
  padding: var(--bd-about-pad) 0;
  background: var(--bd-about-canvas-soft);
}
.bd-about-mercados__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  max-width: 1280px;
}
.bd-about-mercados__panel {
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 3px solid var(--bd-about-gold, #D4AF67);
}
.bd-about-mercados__title {
  margin: 0 0 1rem;
  /* Deliberately not var(--bd-about-gold-ink, #926F23): on this panel's
     #F6F5F4 background that color measures 4.267:1 (WCAG AA needs
     >=4.5:1 for this weight/size, which doesn't qualify as "large text").
     #83641F on #F6F5F4 measures 5.065:1 (verified via relative-luminance
     calc) and stays in the same gold-ink family used by .bd-about-acao__eyebrow. */
  color: #83641F;
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.bd-about-mercados__text {
  margin: 0;
  color: rgba(21, 42, 52, 0.84);
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
  font-size: clamp(0.96rem, 1.2vw, 1.02rem);
  line-height: 1.7;
}

@media (max-width: 767px) {
  .bd-about-mercados__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bd-about-founder__quote-mark {
    transition: none;
  }
}

/* Búzios Destino — footer certification badges (Cadastur / Ministério do Turismo) */
.bd-site-footer .bd-footer-certs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
}

.bd-site-footer .bd-footer-certs__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  padding: 0.4rem 0.6rem;
  line-height: 0;
  transition: opacity 200ms ease;
}

.bd-site-footer .bd-footer-certs__chip:hover,
.bd-site-footer .bd-footer-certs__chip:focus-within {
  opacity: 0.85;
}

.bd-site-footer .bd-footer-certs__logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .bd-site-footer .bd-footer-certs__chip {
    transition: none;
  }
}

@media (max-width: 575px) {
  .bd-site-footer .bd-footer-certs__logo {
    height: 40px;
  }
}

/* Búzios Destino — política de privacidade */
body.bd-privacy-page {
  --bd-privacy-ink: #152A34;
  --bd-privacy-gold: #D4AF67;
  --bd-privacy-gold-ink: #83641F;
  --bd-privacy-canvas: #E7E6E2;
  --bd-privacy-soft: #F6F5F4;
  --bd-privacy-border: rgba(21, 42, 52, 0.18);
}

.bd-privacy-intro,
.bd-privacy-content,
.bd-privacy-contact {
  font-family: "Urbanist", "Mulish", Arial, sans-serif;
}

.bd-privacy-intro {
  padding: clamp(3rem, 8vh, 5.5rem) 0;
  background: var(--bd-privacy-canvas);
}

.bd-privacy-intro__inner {
  display: grid;
  grid-template-columns: minmax(13rem, 0.8fr) minmax(20rem, 1.45fr) auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  max-width: 1180px;
}

.bd-privacy-intro__inner,
.bd-privacy-content__grid,
.bd-privacy-contact__inner {
  padding-left: clamp(1.5rem, 5vw, 3rem);
  padding-right: clamp(1.5rem, 5vw, 3rem);
}

.bd-privacy-intro__eyebrow,
.bd-privacy-contact__eyebrow,
.bd-privacy-article__index {
  margin: 0 0 0.8rem;
  color: var(--bd-privacy-gold-ink);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bd-privacy-intro__title,
.bd-privacy-contact h2,
.bd-privacy-article h2 {
  margin: 0;
  color: var(--bd-privacy-ink);
  font-family: "Marcellus SC", "Cinzel", Georgia, serif;
  font-weight: 400;
  line-height: 1.25;
}

.bd-privacy-intro__title {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.bd-privacy-intro__text {
  max-width: 55ch;
  margin: 0;
  color: rgba(21, 42, 52, 0.88);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.75;
}

.bd-privacy-intro__updated {
  margin: 0;
  color: rgba(21, 42, 52, 0.7);
  font-size: 0.85rem;
  line-height: 1.5;
  white-space: nowrap;
}

.bd-privacy-content {
  padding: clamp(3rem, 8vh, 6rem) 0;
  background: var(--bd-privacy-soft);
}

.bd-privacy-content__grid {
  display: grid;
  grid-template-columns: minmax(12rem, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  max-width: 1080px;
}

.bd-privacy-nav {
  align-self: start;
  border-top: 2px solid var(--bd-privacy-gold);
  padding-top: 1rem;
}

.bd-privacy-nav__title {
  margin: 0 0 0.9rem;
  color: var(--bd-privacy-ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bd-privacy-nav ol {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: bd-privacy-toc;
}

.bd-privacy-nav li {
  counter-increment: bd-privacy-toc;
}

.bd-privacy-nav a {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  padding: 0.45rem 0.6rem 0.45rem 0.85rem;
  border-radius: 4px;
  color: rgba(21, 42, 52, 0.75);
  font-size: 0.94rem;
  line-height: 1.35;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.bd-privacy-nav a::before {
  content: counter(bd-privacy-toc, decimal-leading-zero);
  flex: 0 0 auto;
  color: rgba(131, 100, 31, 0.55);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: color 180ms ease;
}

.bd-privacy-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  bottom: 0.45rem;
  width: 2px;
  background: var(--bd-privacy-gold);
  opacity: 0;
  transform: scaleY(0.4);
  transform-origin: center;
  transition: opacity 180ms ease, transform 220ms ease;
}

.bd-privacy-nav a:hover {
  background: rgba(212, 175, 103, 0.12);
}

.bd-privacy-nav a.is-active {
  color: var(--bd-privacy-ink);
  font-weight: 700;
  background: rgba(212, 175, 103, 0.14);
}

.bd-privacy-nav a.is-active::before {
  color: var(--bd-privacy-gold-ink);
}

.bd-privacy-nav a.is-active::after {
  opacity: 1;
  transform: scaleY(1);
}

.bd-privacy-nav a:hover,
.bd-privacy-nav a:focus-visible,
.bd-privacy-article a:hover,
.bd-privacy-article a:focus-visible {
  color: var(--bd-privacy-gold-ink);
}

.bd-privacy-nav a:focus-visible,
.bd-privacy-article a:focus-visible,
.bd-privacy-contact__link:focus-visible {
  outline: 2px solid var(--bd-privacy-gold-ink);
  outline-offset: 4px;
}

.bd-privacy-article {
  min-width: 0;
}

.bd-privacy-article section {
  scroll-margin-top: 8rem;
  padding: 15px;
  margin-bottom: clamp(2.25rem, 5vw, 3.75rem);
  border-bottom: 1px solid var(--bd-privacy-border);
}

.bd-privacy-article section:last-child {
  margin-bottom: 0;
}

.bd-privacy-article h2 {
  width: fit-content;
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  background-image: linear-gradient(var(--bd-privacy-gold), var(--bd-privacy-gold));
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  padding-bottom: 0.35rem;
  transition: background-size 420ms ease;
}

.bd-privacy-article section.is-active h2 {
  background-size: 100% 2px;
}

.bd-privacy-article p,
.bd-privacy-address {
  max-width: 67ch;
  margin: 1rem 0 0;
  color: rgba(21, 42, 52, 0.87);
  font-size: clamp(1rem, 1.15vw, 1.06rem);
  font-style: normal;
  line-height: 1.78;
}

.bd-privacy-article a {
  color: var(--bd-privacy-ink);
  font-weight: 700;
  text-decoration-color: rgba(131, 100, 31, 0.6);
  text-underline-offset: 0.18em;
  transition: color 180ms ease;
}

.bd-privacy-address {
  border-left: 2px solid var(--bd-privacy-gold);
  padding-left: 1rem;
}

.bd-privacy-contact {
  padding: clamp(3rem, 8vh, 5.5rem) 0;
  background: var(--bd-privacy-ink);
}

.bd-privacy-contact__inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  max-width: 1080px;
}

.bd-privacy-contact__eyebrow {
  color: var(--bd-privacy-gold);
}

.bd-privacy-contact h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.bd-privacy-contact p {
  max-width: 54ch;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.bd-privacy-contact__link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(212, 175, 103, 0.72);
  padding-bottom: 0.45rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.bd-privacy-contact__link:hover {
  border-color: #fff;
  color: var(--bd-privacy-gold);
}

@media (min-width: 768px) {
  .bd-privacy-nav {
    position: sticky;
    top: 8rem;
  }
}

@media (max-width: 991px) {
  .bd-privacy-intro__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 767px) {
  .bd-privacy-intro__inner,
  .bd-privacy-content__grid {
    grid-template-columns: 1fr;
  }

  .bd-privacy-intro__updated {
    white-space: normal;
  }

  .bd-privacy-nav {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--bd-privacy-border);
  }

  .bd-privacy-contact__inner {
    display: grid;
    align-items: start;
  }

  .bd-privacy-contact__link {
    width: fit-content;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bd-privacy-nav a,
  .bd-privacy-nav a::before,
  .bd-privacy-nav a::after,
  .bd-privacy-article a,
  .bd-privacy-article h2,
  .bd-privacy-contact__link {
    transition: none;
  }
}
