:root {
  --ink: #17110f;
  --ink-soft: #241916;
  --muted: #76675d;
  --surface: #fbf6ec;
  --surface-strong: #efe2cf;
  --burgundy: #682127;
  --burgundy-dark: #3d1518;
  --copper: #b56f2a;
  --gold: #d5a53d;
  --line: rgba(23, 17, 15, 0.14);
  --shadow: 0 18px 42px rgba(23, 17, 15, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  letter-spacing: 0;
  overflow-x: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.row {
  --grid-gap-x: 1.5rem;
  --grid-gap-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--grid-gap-y));
  margin-inline: calc(-0.5 * var(--grid-gap-x));
}

.row > * {
  width: 100%;
  max-width: 100%;
  margin-top: var(--grid-gap-y);
  padding-inline: calc(0.5 * var(--grid-gap-x));
}

.g-4 {
  --grid-gap-x: 1.5rem;
  --grid-gap-y: 1.5rem;
}

.g-5 {
  --grid-gap-x: 3rem;
  --grid-gap-y: 3rem;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.d-flex {
  display: flex;
}

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

.align-items-stretch {
  align-items: stretch;
}

.gap-2 {
  gap: 0.5rem;
}

.ms-auto {
  margin-left: auto;
}

.fixed-top {
  position: fixed;
  inset: 0 0 auto;
}

.navbar {
  display: flex;
  align-items: center;
}

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

.navbar-brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.45rem;
  height: 1.15rem;
  background:
    linear-gradient(#fff, #fff) 0 0 / 100% 2px no-repeat,
    linear-gradient(#fff, #fff) 0 50% / 100% 2px no-repeat,
    linear-gradient(#fff, #fff) 0 100% / 100% 2px no-repeat;
}

.collapse:not(.show) {
  display: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.nav-link {
  display: block;
  text-decoration: none;
}

.site-navbar {
  z-index: 1050;
  padding: 1rem 0;
  background: linear-gradient(180deg, rgba(23, 17, 15, 0.86), rgba(23, 17, 15, 0));
  transition: background 180ms ease, padding 180ms ease, box-shadow 180ms ease;
}

.site-navbar.is-scrolled,
.site-navbar:has(.navbar-collapse.show) {
  padding: 0.7rem 0;
  background: rgba(23, 17, 15, 0.96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--burgundy);
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

.brand-text,
.footer-brand span:last-child {
  font-weight: 800;
  color: #fff;
}

.brand-text {
  white-space: nowrap;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
  font-size: 0.95rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 8px;
  font-weight: 800;
  min-height: 46px;
  white-space: normal;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.btn-reserve,
.btn-primary-brand {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #24170c;
}

.btn-reserve:hover,
.btn-primary-brand:hover {
  border-color: #f1bc55;
  background: #f1bc55;
  color: #24170c;
}

.btn-ghost-light {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.btn-ghost-light:hover {
  background: #fff;
  color: var(--ink);
}

.hero-section {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("../images/sira-gecesi-hero-960.jpeg");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(23, 17, 15, 0.94) 0%, rgba(23, 17, 15, 0.7) 44%, rgba(23, 17, 15, 0.26) 100%),
    linear-gradient(0deg, rgba(23, 17, 15, 0.78) 0%, rgba(23, 17, 15, 0) 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 8rem;
  padding-bottom: 4.5rem;
  color: #fff;
}

.hero-kicker,
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold);
  font-weight: 800;
  font-size: 0.83rem;
  text-transform: uppercase;
}

.hero-kicker svg {
  width: 18px;
  height: 18px;
}

.hero-section h1 {
  max-width: 760px;
  margin: 1rem 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.25rem;
  line-height: 1.02;
  font-weight: 800;
}

.hero-lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.22rem;
  line-height: 1.65;
}

.hero-tags,
.hero-actions,
.about-list,
.group-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-tags {
  margin: 1.6rem 0 2rem;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.65rem 0.85rem;
  color: #fff;
  font-weight: 700;
}

.hero-tags svg,
.about-list svg {
  width: 17px;
  height: 17px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 150px));
  gap: 1rem;
  margin-top: 3.25rem;
}

.hero-metrics div {
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
}

.hero-metrics strong {
  display: block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.74);
}

.quick-info {
  position: relative;
  z-index: 2;
  background: var(--ink-soft);
  color: #fff;
}

.quick-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.quick-info-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.quick-info-item:last-child {
  border-right: 0;
}

.quick-info-item svg {
  width: 28px;
  height: 28px;
  color: var(--gold);
  flex: 0 0 28px;
}

.quick-info-item strong,
.quick-info-item span {
  display: block;
}

.quick-info-item span {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.72);
}

.video-section {
  background: var(--surface);
}

.video-facts {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.video-facts span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--ink);
  font-weight: 800;
}

.video-facts svg {
  width: 19px;
  height: 19px;
  color: var(--copper);
  flex: 0 0 19px;
}

.vertical-video-frame {
  width: min(100%, 390px);
  aspect-ratio: 9 / 16;
  margin-inline: auto;
  border-radius: 8px;
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.vertical-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-pad {
  padding: 6rem 0;
}

@supports (content-visibility: auto) {
  .section-pad,
  .reservation-band,
  .site-footer {
    content-visibility: auto;
    contain-intrinsic-size: 720px;
  }
}

.about-section,
.gallery-section,
.faq-section {
  background: var(--surface);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

h2 {
  margin: 0.65rem 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.75rem;
  line-height: 1.15;
  font-weight: 800;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.photo-stack {
  position: relative;
  min-height: 520px;
}

.photo-main,
.photo-small {
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.photo-main {
  height: 430px;
}

.photo-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 260px;
  border: 10px solid var(--surface);
}

.about-list {
  margin-top: 1.4rem;
}

.about-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.8rem;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}

.about-list svg {
  color: var(--copper);
}

.experience-section {
  background: #fffaf4;
}

.feature-card,
.quote-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 12px 34px rgba(25, 24, 23, 0.06);
}

.feature-card svg,
.quote-card svg {
  width: 34px;
  height: 34px;
  color: var(--copper);
}

.feature-card h3,
.menu-row h3,
.footer h3 {
  margin: 1rem 0 0.55rem;
  font-size: 1.15rem;
  font-weight: 800;
}

.feature-card p,
.quote-card p {
  margin-bottom: 0;
}

.menu-section {
  background: var(--ink);
}

.menu-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
}

.menu-poster-card,
.menu-copy {
  border: 1px solid rgba(213, 165, 61, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.menu-poster-card {
  overflow: hidden;
}

.menu-poster {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: top center;
}

.menu-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.menu-copy h2,
.menu-copy p {
  color: #fff;
}

.menu-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.menu-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.6rem 0;
  border: 1px solid rgba(213, 165, 61, 0.36);
  border-radius: 8px;
  background: rgba(213, 165, 61, 0.09);
  padding: 1rem;
}

.menu-note span,
.menu-note strong {
  display: block;
}

.menu-note span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.menu-note strong {
  margin-top: 0.15rem;
  font-size: 2.1rem;
  color: var(--gold);
  line-height: 1;
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.menu-row {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  min-height: 120px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.menu-row h3 {
  margin-top: 0;
  color: #fff;
}

.menu-row p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.menu-row svg {
  width: 24px;
  height: 24px;
  color: var(--copper);
  flex: 0 0 24px;
}

.reservation-band {
  background: var(--burgundy-dark);
  color: #fff;
  padding: 4rem 0;
}

.reservation-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.reservation-inner h2,
.reservation-inner p {
  color: #fff;
}

.reservation-inner p {
  margin-bottom: 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

.btn-light-action {
  flex: 0 0 auto;
  background: #fff;
  color: var(--burgundy-dark);
  border: 1px solid #fff;
}

.btn-light-action:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #e8dccb;
  cursor: zoom-in;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(23, 17, 15, 0.52));
  opacity: 0;
  transition: opacity 200ms ease;
}

.gallery-wide {
  grid-column: auto;
}

.gallery-tall {
  grid-row: auto;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 240ms ease;
}

.gallery-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item:hover::after {
  opacity: 1;
}

.testimonials-section {
  background: #fff;
}

.rating-panel {
  height: 100%;
  padding: 2rem;
  border-radius: 8px;
  background: var(--burgundy);
  color: #fff;
}

.rating-panel strong {
  display: block;
  margin: 1rem 0;
  font-size: 4rem;
  line-height: 1;
}

.rating-panel p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.quote-card span {
  display: block;
  margin-top: 1rem;
  color: var(--burgundy);
  font-weight: 800;
}

.group-section {
  background: var(--surface-strong);
}

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

.group-grid div {
  min-height: 132px;
  border: 1px solid rgba(25, 24, 23, 0.1);
  border-radius: 8px;
  padding: 1.25rem;
  background: #fff;
}

.group-grid svg {
  width: 30px;
  height: 30px;
  color: var(--copper);
}

.group-grid span {
  display: block;
  margin-top: 1rem;
  font-weight: 800;
}

.accordion {
  max-width: 920px;
  margin: 0 auto;
}

.accordion-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  border-color: var(--line);
  background: #fff;
}

.accordion-item + .accordion-item {
  margin-top: 0.85rem;
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.05rem 1.2rem;
  border: 0;
  font-weight: 800;
  text-align: left;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.accordion-button::after {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  margin-left: 1rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(225deg);
}

.accordion-button:not(.collapsed) {
  color: var(--burgundy);
  background: #fff4e0;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 164, 65, 0.25);
}

.accordion-collapse:not(.show) {
  display: none;
}

.accordion-body {
  padding: 1rem 1.2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.75;
}

.contact-section {
  background: #fff;
}

.contact-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.contact-list a,
.contact-list span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
}

.contact-list svg {
  width: 20px;
  height: 20px;
  color: var(--copper);
}

.map-panel {
  position: relative;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f0e3;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-panel iframe {
  width: 100%;
  height: 420px;
  display: block;
  border: 0;
  filter: saturate(0.88) sepia(0.08);
}

.map-card {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(213, 165, 61, 0.26);
  border-radius: 8px;
  background: rgba(23, 17, 15, 0.9);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.map-card strong,
.map-card span {
  display: block;
}

.map-card strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.map-card span {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.72);
}

.btn-map {
  flex: 0 0 auto;
  border: 1px solid var(--gold);
  color: var(--ink);
  background: var(--gold);
}

.btn-map:hover {
  background: #f1bc55;
  border-color: #f1bc55;
  color: var(--ink);
}

.site-footer {
  background: var(--ink);
  color: #fff;
  padding: 4rem 0 2rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
}

.site-footer h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  margin-bottom: 0.55rem;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer p,
.source-note {
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.footer-bottom a {
  display: inline;
  color: var(--gold);
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 58px;
  max-width: calc(100vw - 2rem);
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, #1aa85d, #0c7d48);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(24, 136, 77, 0.42);
  isolation: isolate;
  animation: whatsappFloat 2.8s ease-in-out infinite;
}

.floating-whatsapp::before,
.floating-whatsapp::after {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(31, 157, 97, 0.32);
  animation: whatsappPulse 2s ease-out infinite;
}

.floating-whatsapp::after {
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.22) 48%, transparent 70%);
  transform: translateX(-120%);
  animation: whatsappShine 3.2s ease-in-out infinite;
}

.floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(24, 136, 77, 0.5);
}

.floating-whatsapp svg {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.floating-whatsapp span {
  font-weight: 900;
  line-height: 1.1;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 1rem;
  padding: 5rem 1.25rem 2rem;
  background: rgba(8, 6, 5, 0.94);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox-frame {
  display: grid;
  place-items: center;
  gap: 1rem;
  margin: 0;
  min-width: 0;
}

.gallery-lightbox-frame img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 10rem);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
}

.gallery-lightbox-frame figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  text-align: center;
}

.gallery-lightbox-frame figcaption strong {
  font-size: 1rem;
}

.gallery-lightbox-frame figcaption span {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 800;
}

.gallery-lightbox-close,
.gallery-lightbox-control {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background 180ms ease, transform 180ms ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-control:hover {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-1px);
}

.gallery-lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.gallery-lightbox-control svg,
.gallery-lightbox-close svg {
  width: 26px;
  height: 26px;
}

.gallery-lightbox-prev {
  justify-self: end;
}

.gallery-lightbox-next {
  justify-self: start;
}

@keyframes whatsappPulse {
  0% {
    opacity: 0.72;
    transform: scale(0.96);
  }

  70% {
    opacity: 0;
    transform: scale(1.18);
  }

  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes whatsappShine {
  0%,
  42% {
    transform: translateX(-120%);
  }

  72%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes whatsappFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    flex: 0 1 auto;
    margin-right: 1.5rem;
  }

  .brand-text {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    align-items: center;
    min-width: 0;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.55rem 0.45rem;
    line-height: 1;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .ms-lg-3 {
    margin-left: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding: 0.75rem 0;
    background: rgba(23, 17, 15, 0.96);
  }

  .site-navbar > .container,
  .navbar > .container {
    align-items: center;
    flex-wrap: wrap;
  }

  .navbar-brand {
    min-width: 0;
    max-width: calc(100% - 64px);
  }

  .navbar-toggler {
    margin-left: auto;
    border-color: rgba(255, 255, 255, 0.35);
    padding: 0.45rem 0.6rem;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(213, 165, 61, 0.25);
  }

  .navbar-collapse {
    order: 3;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 0.75rem;
    padding: 0.7rem;
    border: 1px solid rgba(213, 165, 61, 0.18);
    border-radius: 8px;
    background: rgba(23, 17, 15, 0.98);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
  }

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

  .navbar-nav .nav-link {
    display: block;
    padding: 0.72rem 0.85rem;
    border-radius: 8px;
    text-align: left;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    background: rgba(255, 255, 255, 0.08);
  }

  .navbar-nav .btn-reserve {
    width: 100%;
    margin-top: 0.35rem;
  }

  .nav-item.ms-lg-3 {
    margin-left: 0 !important;
  }

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

  .hero-content {
    padding-bottom: 3.5rem;
  }

  .hero-tags span {
    max-width: 100%;
  }

  .quick-info-grid {
    grid-template-columns: 1fr;
  }

  .quick-info-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .quick-info-item:last-child {
    border-bottom: 0;
  }

  .photo-stack {
    min-height: auto;
  }

  .photo-main {
    height: 360px;
  }

  .photo-small {
    position: relative;
    right: auto;
    bottom: auto;
    width: 72%;
    height: 230px;
    margin: -4rem 0 0 auto;
  }

  h2 {
    font-size: 2.25rem;
  }

  .menu-layout {
    grid-template-columns: 1fr;
  }

  .menu-poster {
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
  }

  .menu-list {
    grid-template-columns: 1fr;
  }

  .reservation-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
  }

  .gallery-wide,
  .gallery-tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 575.98px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .brand-text {
    max-width: 150px;
    white-space: normal;
    line-height: 1.15;
    font-size: 0.96rem;
  }

  .hero-section {
    min-height: 100svh;
    align-items: flex-end;
  }

  .hero-bg {
    background-position: center top;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(23, 17, 15, 0.92), rgba(23, 17, 15, 0.5)),
      linear-gradient(0deg, rgba(23, 17, 15, 0.82) 0%, rgba(23, 17, 15, 0.1) 62%);
  }

  .hero-content {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }

  .hero-kicker {
    max-width: 100%;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .hero-section h1 {
    max-width: 100%;
    font-size: 2.2rem;
    line-height: 1.08;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-tags {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin: 1.25rem 0;
  }

  .hero-tags span {
    width: 100%;
    min-width: 0;
    padding: 0.62rem 0.75rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .hero-metrics {
    display: none;
  }

  .hero-actions .btn,
  .group-actions .btn,
  .menu-note .btn {
    width: 100%;
  }

  .section-pad {
    padding: 3.75rem 0;
  }

  h2 {
    font-size: 1.85rem;
    line-height: 1.18;
  }

  .photo-main {
    height: 290px;
  }

  .photo-small {
    width: 82%;
    height: 190px;
  }

  .vertical-video-frame {
    width: min(100%, 330px);
  }

  .menu-copy {
    padding: 1.15rem;
  }

  .menu-note {
    align-items: stretch;
    flex-direction: column;
  }

  .menu-row {
    min-height: auto;
  }

  .reservation-band {
    padding: 3.25rem 0;
  }

  .reservation-inner .btn {
    width: 100%;
  }

  .gallery-grid,
  .group-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item img {
    aspect-ratio: 16 / 10;
  }

  .contact-list a,
  .contact-list span {
    align-items: flex-start;
  }

  .map-panel {
    min-height: 300px;
  }

  .map-panel iframe {
    height: 380px;
  }

  .map-card {
    position: static;
    display: grid;
    gap: 0.85rem;
    border-radius: 0;
  }

  .floating-whatsapp {
    min-height: 52px;
    right: 0.85rem;
    bottom: 0.85rem;
    padding: 0.75rem;
  }

  .floating-whatsapp span {
    display: none;
  }

  .footer-bottom {
    display: grid;
    gap: 0.6rem;
  }

  .gallery-lightbox {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 0.45rem;
    padding: 4.25rem 0.6rem 1.25rem;
  }

  .gallery-lightbox-frame img {
    max-height: calc(100vh - 8.5rem);
  }

  .gallery-lightbox-frame figcaption {
    display: grid;
    gap: 0.25rem;
  }

  .gallery-lightbox-close,
  .gallery-lightbox-control {
    width: 42px;
    height: 42px;
  }

  .gallery-lightbox-close {
    top: 0.85rem;
    right: 0.85rem;
  }

  .gallery-lightbox-control svg,
  .gallery-lightbox-close svg {
    width: 22px;
    height: 22px;
  }
}
