:root {
  --site-ink: #1c1000;
  --site-paper: #fef8ee;
  --site-accent: #25c0c0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

section[id] {
  scroll-margin-top: 110px;
}

.menu {
  position: relative;
  z-index: 1000;
}

.cid-vvRyniuD4c {
  background-image: none;
  min-height: auto;
}

.cid-vvRyniuD4c .image-wrap {
  height: clamp(300px, 52vw, 720px);
  overflow: hidden;
}

.cid-vvRyniuD4c .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.location-panel {
  min-height: clamp(320px, 48vw, 650px);
  display: flex;
  align-items: center;
  padding: clamp(2rem, 5vw, 5rem);
  background:
    linear-gradient(90deg, rgba(28, 16, 0, 0.9), rgba(28, 16, 0, 0.36)),
    url("../../images/photo-1763633924269-cb95be6973a8.webp") center / cover no-repeat;
  color: #fff;
}

.location-panel__content {
  max-width: 650px;
}

.location-panel .mbr-section-title,
.location-panel .mbr-text,
.location-panel .mbr-label {
  color: #fff;
}

.footer-legal {
  position: relative;
  z-index: 1;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  margin-bottom: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(28, 16, 0, 0.68);
  color: #fff;
  backdrop-filter: blur(8px);
}

.footer-legal__title {
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.footer-legal__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 2rem;
  margin: 0;
}

.footer-legal__list > div {
  min-width: 0;
}

.footer-legal__list dt {
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-legal__list dd {
  margin: 0;
  color: #fff;
  overflow-wrap: anywhere;
}

.footer-legal__notice,
.footer-legal__age {
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  line-height: 1.6;
}

.footer-legal__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-legal__nav a,
.footer-legal__nav a:hover,
.footer-legal__nav a:focus {
  color: #fff;
  text-decoration: none;
}

.footer-legal__nav a:hover,
.footer-legal__nav a:focus {
  opacity: 0.78;
}

/* Keep the decorative footer overlay inside the footer on legal pages. */
#legal-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#legal-footer > .mbr-overlay {
  inset: 0;
  z-index: 0;
}

#legal-footer > .container-fluid {
  position: relative;
  z-index: 1;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 860px;
  padding: 1rem 1.25rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: #1c1000;
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner a,
.cookie-banner a:hover,
.cookie-banner a:focus {
  color: #fff;
  text-decoration: underline;
}

.cookie-banner .btn {
  flex: 0 0 auto;
  margin: 0;
  border-color: #fff !important;
  background: #fff !important;
  color: #1c1000 !important;
}

.legal-page {
  min-height: 65vh;
  padding: clamp(3rem, 7vw, 7rem) 0;
  background: #fef8ee;
  color: #1c1000;
}

.legal-page__inner {
  width: min(100% - 2rem, 980px);
  margin: 0 auto;
}

.legal-page__eyebrow {
  margin-bottom: 0.75rem;
  color: #6c512a;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-page h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.2rem, 6vw, 4.8rem);
}

.legal-page h2 {
  margin: 2.25rem 0 0.75rem;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.legal-page h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.15rem;
}

.legal-page p,
.legal-page li {
  line-height: 1.75;
}

.legal-page a,
.legal-page a:hover,
.legal-page a:focus {
  color: inherit;
  text-decoration: none;
}

.legal-page a:hover,
.legal-page a:focus {
  opacity: 0.72;
}

.legal-page__meta,
.legal-page__note {
  padding: 1rem 1.25rem;
  border-left: 4px solid #25c0c0;
  background: rgba(71, 45, 0, 0.07);
}

.legal-page__back {
  display: inline-flex;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  html {
    scroll-padding-top: 72px;
  }

  section[id] {
    scroll-margin-top: 72px;
  }

  .cid-vvRyn7Ip0y .navbar,
  .cid-vvRyn7Ip0y .navbar.navbar-short,
  .cid-vvRyn7Ip0y .navbar.navbar-short .navbar-brand,
  .cid-vvRyn7Ip0y .navbar-brand,
  .cid-vvRyn7Ip0y button.navbar-toggler {
    min-height: 72px;
    height: 72px;
  }

  .cid-vvRyn7Ip0y .navbar.opened {
    min-height: 72px !important;
    height: 72px !important;
    flex-direction: row !important;
  }

  .cid-vvRyn7Ip0y .navbar-collapse {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    z-index: 1100;
    max-height: calc(100vh - 72px);
    padding: 12px 24px 24px;
    overflow-y: auto;
    background: #fef8ee;
    box-shadow: 0 18px 30px rgba(28, 16, 0, 0.16);
  }

  .cid-vvRyn7Ip0y .navbar-collapse .menu-content {
    width: 100%;
  }

  .cid-vvRyn7Ip0y .navbar-buttons .btn {
    margin: 0 0 8px;
  }

  .footer-legal__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .cid-vvRyn7Ip0y .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cid-vvRyn7Ip0y .navbar-caption {
    font-size: 0.95rem;
  }

  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-banner .btn {
    width: 100%;
  }
}
