:root {
  --bg: #f7f1e8;
  --bg-soft: #e5ebe3;
  --primary: #c49362;
  --primary-strong: #a65f4c;
  --text: #302c28;
  --muted: #756f68;
  --accent: #a65f4c;
  --ivory: #fcfaf6;
  --cream: #f7f1e8;
  --sage: #e5ebe3;
  --blush: #f2e5df;
  --deep-green: #26372f;
  --display-font: "Dancing Script", cursive;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  scroll-behavior: smooth;
}

h1,
h2,
.footer h5,
.live-music-card__header h3 {
  font-family: var(--display-font);
  font-weight: 700;
  letter-spacing: 0;
}

a {
  color: var(--accent);
}

a:hover {
  color: var(--primary);
}

.navbar {
  backdrop-filter: blur(10px);
  background: #000 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.nav-logo {
  display: block;
  width: 260px;
  height: 78px;
  max-width: 260px;
  object-fit: cover;
  object-position: center;
}

.navbar .nav-link {
  color: #fff;
  opacity: 0.92;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  font-size: 0.86rem;
  white-space: nowrap;
  position: relative;
  padding-left: 0.68rem;
  padding-right: 0.68rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #e4c29e;
  opacity: 1;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0.68rem;
  right: 0.68rem;
  bottom: 0.25rem;
  height: 2px;
  background: #d8aa7b;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.navbar .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
}

.language-switch {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.flag-icon {
  display: block;
  width: 31px;
  height: 22px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.language-switch:hover,
.language-switch:focus {
  background: rgba(216, 170, 123, 0.16);
  border-color: #d8aa7b;
  transform: translateY(-1px);
}

.hero-section {
  position: relative;
  min-height: 90vh;
  background-image: linear-gradient(110deg, rgba(40, 31, 25, 0.68), rgba(40, 31, 25, 0.22)), var(--hero-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 170px 0 100px;
  overflow: hidden;
}

.hero-compact {
  min-height: 60vh;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(38, 55, 47, 0.02), rgba(38, 55, 47, 0.28));
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-section h1 {
  font-size: 5.4rem;
  line-height: 0.9;
}

.section-padding h2 {
  font-size: clamp(2.35rem, 4vw, 3.6rem);
  line-height: 0.95;
}

.footer h5 {
  font-size: 1.6rem;
}

.eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--primary);
}

.glass-card {
  background: rgba(255, 250, 244, 0.92);
  border: 1px solid rgba(166, 95, 76, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(63, 43, 31, 0.18);
}

.hours-card {
  max-width: 430px;
  margin-left: auto;
  text-align: center;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(196, 147, 98, 0.14), rgba(255, 255, 255, 0.72)),
    rgba(255, 250, 244, 0.94);
  border-color: rgba(166, 95, 76, 0.16);
}

.hours-card h5 {
  font-size: 2.1rem;
  line-height: 0.95;
}

.hours-card .eyebrow {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  color: #fff !important;
  border-radius: 999px;
  background: var(--primary-strong);
}

.hours-list li {
  justify-content: center !important;
  text-align: center;
}

.hours-list span {
  display: block;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.55;
}

.hours-closed {
  display: inline-flex;
  justify-content: center;
  padding: 0.45rem 0.85rem;
  color: #875143;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(166, 95, 76, 0.2);
  border-radius: 999px;
  background: rgba(166, 95, 76, 0.08);
}

.section-padding {
  padding: 104px 0;
}

.section-heading {
  max-width: 680px;
}

.section-heading::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin: 1.25rem auto 0;
  background: var(--primary);
  opacity: 0.7;
}

.instagram-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  max-width: 1080px;
  min-height: 520px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(166, 95, 76, 0.12);
  border-radius: 8px;
  background: rgba(255, 252, 247, 0.86);
  box-shadow: 0 18px 45px rgba(72, 53, 41, 0.12);
}

.instagram-feature__media {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  background: #ddd5ca;
}

.instagram-carousel,
.instagram-carousel .carousel-inner,
.instagram-carousel .carousel-item {
  height: 100%;
  min-height: inherit;
}

.instagram-carousel .carousel-item {
  position: relative;
}

.instagram-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.instagram-feature__media:hover img {
  transform: scale(1.025);
}

.instagram-carousel .carousel-indicators {
  margin-bottom: 1rem;
}

.instagram-carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  opacity: 0.62;
}

.instagram-carousel .carousel-control-prev,
.instagram-carousel .carousel-control-next {
  width: 14%;
}

.instagram-feature__video {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.7rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: 999px;
  background: rgba(38, 55, 47, 0.86);
  backdrop-filter: blur(8px);
}

.instagram-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.instagram-feature__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  color: #755046;
  font-size: 0.88rem;
  font-weight: 800;
}

.instagram-feature__brand svg {
  width: 30px;
  height: 30px;
  padding: 6px;
  color: #fff;
  fill: currentColor;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 105%, #fdf497 0 14%, #fd5949 35%, #d6249f 62%, #285aeb 100%);
}

.instagram-feature__caption {
  display: -webkit-box;
  overflow: hidden;
  color: #4f4943;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.instagram-feature__date {
  color: #8b8178;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: capitalize;
}

.bg-light {
  background: var(--ivory) !important;
  color: var(--text);
}

.bg-dark {
  background: var(--deep-green) !important;
}

.section-ivory,
.section-cream,
.section-sage,
.section-blush {
  color: var(--text);
}

.section-ivory {
  background: var(--ivory);
}

.section-cream {
  background: var(--cream);
}

.section-sage {
  background: var(--sage);
}

.section-blush {
  background: var(--blush);
}

.text-secondary {
  color: var(--muted) !important;
}

.hero-section .eyebrow,
.hero-section .text-secondary {
  color: #f1d4b5 !important;
}

.section-copy {
  position: relative;
}

.section-copy p {
  font-size: 1.02rem;
  line-height: 1.8;
}

.feature-list li {
  line-height: 1.65;
}

.image-stack {
  position: relative;
  min-height: 440px;
}

.image-stack img,
.events-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-stack .shadow-lg {
  box-shadow: 0 18px 42px rgba(72, 53, 41, 0.14) !important;
}

.image-stack .floating {
  position: absolute;
  width: 60%;
  bottom: -20px;
  right: -10px;
  border: 6px solid var(--cream);
}

.image-stack-about::before {
  display: none;
}

.menu-preview img {
  width: 100%;
  max-height: none;
  object-fit: contain;
  background: #fff;
}

.menu-preview,
.events-card,
.gallery-carousel .carousel-inner,
.map-embed {
  box-shadow: 0 18px 45px rgba(72, 53, 41, 0.14) !important;
}

.allergen-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(166, 95, 76, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.allergen-link:hover,
.allergen-link:focus {
  color: var(--text);
  border-color: var(--primary-strong);
  background: rgba(196, 147, 98, 0.2);
  transform: translateY(-1px);
}

.gallery-carousel {
  max-width: 1040px;
  margin: 0 auto;
}

.gallery-carousel .carousel-inner {
  background: #ddd5ca;
}

.gallery-carousel .carousel-item img {
  height: min(68vh, 620px);
  object-fit: cover;
}

.gallery-carousel .carousel-indicators {
  margin-bottom: 1rem;
}

.gallery-carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  opacity: 0.55;
}

.live-music-card {
  overflow: hidden;
  color: var(--text);
  border: 1px solid rgba(166, 95, 76, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(72, 53, 41, 0.11);
}

.live-music-card__header {
  padding: 1.35rem 1.5rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(196, 147, 98, 0.22), rgba(255, 255, 255, 0.03)),
    var(--deep-green);
}

.live-music-card__header p {
  color: #e5bd94;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live-music-card__header h3 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 0.95;
}

.live-music-card__body {
  padding: 0.7rem 1.1rem 1rem;
}

.live-music-show {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.78rem 0.15rem;
  border-bottom: 1px solid rgba(166, 95, 76, 0.1);
}

.live-music-show:last-child {
  border-bottom: 0;
}

.live-music-show__date {
  color: #5f656d;
  font-size: 0.86rem;
  font-weight: 700;
}

.live-music-show__artist {
  color: #111;
  font-weight: 900;
  text-align: right;
  overflow-wrap: anywhere;
}

.checkmark {
  color: var(--primary-strong);
  font-weight: 700;
}

.social-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.social-icon--instagram {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 30% 105%, #fdf497 0 14%, #fd5949 35%, #d6249f 62%, #285aeb 100%);
}

.social-icon--facebook {
  color: #fff;
  border-color: #1877f2;
  background: #1877f2;
}

.social-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.social-icon:hover,
.social-icon:focus {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.contact-panel,
.footer-panel,
.event-info-card {
  border: 1px solid rgba(166, 95, 76, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(72, 53, 41, 0.11);
}

.contact-panel {
  padding: 2rem;
  background: rgba(255, 252, 247, 0.78);
}

.footer-panel {
  padding: 2rem;
  background: rgba(255, 252, 247, 0.76);
}

.event-info-card {
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(196, 147, 98, 0.13), rgba(255, 255, 255, 0.9)),
    #fff;
  display: flex;
  flex-direction: column;
}

.event-doc-actions .btn {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
}

.map-embed iframe {
  filter: saturate(0.82) contrast(1.02);
}

.map-embed {
  border: 1px solid rgba(166, 95, 76, 0.12);
}

.footer {
  color: var(--text);
  background: #ebe2d4;
  border-top: 1px solid rgba(166, 95, 76, 0.12);
}

.footer .text-white,
.footer .text-secondary {
  color: var(--text) !important;
}

.contact-link {
  color: #76493d;
  font-weight: 700;
  text-decoration: none;
}

.contact-link:hover,
.contact-link:focus {
  color: var(--primary-strong);
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 1100;
  display: flex;
  width: min(calc(100% - 32px), 760px);
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 1rem 1.25rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(196, 147, 98, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(10, 10, 10, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
  transform: translateX(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

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

.cookie-banner.is-hiding {
  opacity: 0;
  transform: translate(-50%, 12px);
}

.cookie-banner__copy {
  font-size: 0.92rem;
  line-height: 1.55;
}

.cookie-banner__copy a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

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

.cookie-banner__button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1090;
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35), 0 0 0 8px rgba(37, 211, 102, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, bottom 0.2s ease;
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.42), 0 0 0 10px rgba(37, 211, 102, 0.14);
}

.has-cookie-banner .whatsapp-float {
  bottom: 108px;
}

.btn-primary {
  background: var(--primary-strong);
  border: 1px solid var(--primary-strong);
  color: #fff;
  box-shadow: 0 8px 20px rgba(166, 95, 76, 0.18);
}

.btn-primary:hover {
  background: #8e4f40;
  border-color: #8e4f40;
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-dark {
  color: #5e493f;
  border-color: rgba(94, 73, 63, 0.55);
}

.btn-outline-dark:hover {
  color: #fff;
  background: var(--deep-green);
  border-color: var(--deep-green);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-logo {
    width: 210px;
    height: 68px;
  }

  .navbar .nav-link {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
    font-size: 0.75rem;
  }

  .navbar .nav-link::after {
    left: 0.45rem;
    right: 0.45rem;
  }

  .language-switch {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .navbar {
    background: #000 !important;
  }

  .navbar-collapse {
    padding: 1rem 0;
  }

  .navbar-nav {
    align-items: stretch !important;
    gap: 0.25rem;
  }

  .navbar .nav-link,
  .navbar .btn,
  .language-switch {
    display: block;
    text-align: center;
  }

  .language-switch {
    display: grid;
    margin: 0.65rem auto 0;
  }

  .navbar .nav-link::after {
    left: 42%;
    right: 42%;
  }

  .hero-section {
    padding-top: 150px;
  }

  .hero-section .row,
  #about .row,
  #events .row,
  #contact .row {
    text-align: center;
  }

  .hero-section .d-flex,
  #about .d-flex,
  #events .d-flex,
  #contact .d-flex {
    justify-content: center;
  }

  .section-copy {
    max-width: 720px;
    margin: 0 auto;
  }

  .instagram-feature {
    grid-template-columns: minmax(0, 1fr);
    max-width: 720px;
    min-height: 0;
  }

  .instagram-feature__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .instagram-feature__content {
    align-items: center;
    text-align: center;
  }

  .hours-card {
    margin-right: auto;
  }

  .feature-list li {
    justify-content: center;
    text-align: left;
  }

  .live-music-show {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.25rem;
    text-align: center;
  }

  .live-music-show__artist {
    text-align: center;
  }

  .image-stack {
    max-width: 620px;
    min-height: 420px;
    margin: 1rem auto 0;
  }

  .image-stack > img:first-child {
    width: 78%;
    margin-right: auto;
  }

  .image-stack .floating {
    position: absolute;
    width: 58%;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }

  .contact-panel {
    max-width: 640px;
    margin: 0 auto;
  }

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

@media (max-width: 575px) {
  .nav-logo {
    width: 190px;
    height: 58px;
    max-width: 190px;
  }

  .hero-section {
    min-height: auto;
    padding: 132px 0 64px;
  }

  .hero-compact {
    min-height: auto;
  }

  .section-padding {
    padding: 64px 0;
  }

  .instagram-feature {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .instagram-feature__media {
    aspect-ratio: 4 / 5;
  }

  .instagram-feature__content {
    padding: 1.6rem 1.25rem 1.8rem;
  }

  .instagram-feature__caption {
    -webkit-line-clamp: 5;
  }

  .display-4 {
    font-size: 3.2rem;
  }

  .hero-section h1 {
    font-size: 3.4rem;
  }

  .lead {
    font-size: 1rem;
  }

  .glass-card {
    border-radius: 8px;
  }

  .hours-card {
    max-width: 100%;
  }

  .hours-card h5 {
    font-size: 1.85rem;
  }

  .hours-list span {
    font-size: 1rem;
  }

  .event-doc-actions {
    flex-direction: column;
  }

  .event-doc-actions .btn {
    width: 100%;
  }

  .live-music-card__header {
    text-align: center;
  }

  .section-copy p {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .image-stack {
    min-height: 340px;
  }

  .image-stack-about::before {
    inset: 30px 20px 18px 18px;
  }

  .image-stack > img:first-child {
    width: 84%;
  }

  .image-stack .floating {
    width: 60%;
    border-width: 4px;
  }

  .gallery-carousel {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gallery-carousel .carousel-item img {
    height: 390px;
  }

  .contact-panel,
  .footer-panel {
    padding: 1.4rem;
  }

  .map-embed iframe {
    height: 340px;
  }

  .cookie-banner {
    bottom: 14px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 1rem;
  }

  .cookie-banner__button {
    width: 100%;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 18px;
    width: 54px;
    height: 54px;
  }

  .whatsapp-float svg {
    width: 29px;
    height: 29px;
  }

  .has-cookie-banner .whatsapp-float {
    bottom: 172px;
  }

  .menu-preview {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.65rem;
    border-radius: 0 !important;
  }

  .menu-preview img {
    border-radius: 0 !important;
  }
}
