:root {
  --bg: #120d09;
  --bg-soft: #1b140f;
  --panel: rgba(38, 28, 21, 0.92);
  --panel-light: rgba(66, 47, 34, 0.78);
  --text: #f5ecdf;
  --muted: #ccb9a1;
  --accent: #c48a45;
  --accent-strong: #dfaa61;
  --line: rgba(196, 138, 69, 0.24);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius-lg: 28px;
  --radius-md: 20px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(196, 138, 69, 0.16), transparent 28%),
    linear-gradient(180deg, #0d0907 0%, #17110d 45%, #100c09 100%);
  font-family: Georgia, "Times New Roman", serif;
}

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

a {
  color: var(--accent-strong);
  text-decoration: none;
}

a:hover {
  color: #f2c98f;
}

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

h1,
h2,
h3,
.navbar-brand strong,
.footer-title {
  font-family: "Times New Roman", Georgia, serif;
  letter-spacing: 0.02em;
}

.py-lg-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-shell {
  position: relative;
}

.section-shell::before {
  content: "";
  position: absolute;
  inset: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 32px;
  pointer-events: none;
}

.section-dark {
  background: linear-gradient(180deg, rgba(39, 28, 21, 0.76), rgba(17, 13, 10, 0.9));
}

.section-kicker {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent-strong);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(26, 18, 12, 0.65);
}

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

.section-heading h2,
#contacts h2,
#services h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: rgba(12, 8, 6, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(196, 138, 69, 0.14);
}

.navbar {
  padding: 1rem 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1d130d;
  background: linear-gradient(145deg, #f0c27d, #b57733);
  box-shadow: 0 10px 30px rgba(180, 119, 51, 0.35);
  font-weight: 700;
  font-size: 1.2rem;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-link {
  color: rgba(245, 236, 223, 0.86);
}

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

.btn {
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  font-weight: 600;
  box-shadow: none;
}

.btn-accent {
  color: #1d120c;
  border: 0;
  background: linear-gradient(135deg, #e3b06b, #bb7b34);
}

.btn-accent:hover,
.btn-accent:focus {
  color: #1d120c;
  background: linear-gradient(135deg, #efc182, #cb8a42);
}

.btn-outline-wood {
  color: var(--text);
  border: 1px solid rgba(223, 170, 97, 0.55);
  background: rgba(61, 42, 29, 0.45);
}

.btn-outline-wood:hover,
.btn-outline-wood:focus,
.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #fff;
  border-color: var(--accent-strong);
  background: rgba(196, 138, 69, 0.16);
}

.hero-section {
  min-height: 100vh;
  position: relative;
  background:
    linear-gradient(90deg, rgba(15, 10, 8, 0.9) 0%, rgba(15, 10, 8, 0.72) 38%, rgba(15, 10, 8, 0.38) 100%),
    url("../img/hero.jpg") center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(196, 138, 69, 0.08), transparent 24%, rgba(0, 0, 0, 0.28));
}

.hero-text {
  max-width: 640px;
  font-size: 1.1rem;
}

.hero-badge,
.service-card,
.contact-card,
.map-placeholder,
.room-card {
  background:
    linear-gradient(180deg, rgba(58, 41, 29, 0.9), rgba(30, 22, 17, 0.94));
  border: 1px solid rgba(196, 138, 69, 0.18);
  box-shadow: var(--shadow);
}

.hero-badge {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  color: var(--text);
  text-align: center;
}

.service-card {
  padding: 1.75rem;
  border-radius: var(--radius-md);
}

.service-card-rich {
  position: relative;
  overflow: hidden;
}

.service-card-rich::after {
  content: "";
  position: absolute;
  top: -36px;
  right: -36px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(223, 170, 97, 0.18), transparent 68%);
}

.service-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: rgba(223, 170, 97, 0.14);
  border: 1px solid rgba(223, 170, 97, 0.18);
  font-size: 1.25rem;
}

.bar-card,
.steam-card {
  padding: 1.75rem;
  border-radius: var(--radius-md);
}

.service-card h3,
.contact-card h3,
.map-placeholder h3,
.room-card h3 {
  margin-bottom: 0.9rem;
  font-size: 1.35rem;
}

.room-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.room-carousel {
  position: relative;
}

.room-slide-image {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.room-carousel .carousel-indicators {
  margin-bottom: 0.9rem;
}

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

.room-carousel .carousel-control-prev,
.room-carousel .carousel-control-next {
  width: 12%;
}

.room-carousel .carousel-control-prev-icon,
.room-carousel .carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgba(14, 10, 7, 0.52);
  background-size: 55%;
}

.room-title-overlay {
  position: absolute;
  left: 1.4rem;
  top: 238px;
  z-index: 3;
  padding: 0.65rem 1rem;
  border-radius: 16px;
  background: rgba(18, 12, 8, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.room-title-overlay-featured {
  color: #fff;
  background: linear-gradient(135deg, rgba(34, 23, 16, 0.96), rgba(88, 59, 35, 0.9));
}

.room-card-featured .card-body {
  padding-top: 2.35rem;
}

.room-card .card-body {
  padding: 1.75rem;
}

.room-meta {
  margin-bottom: 0.75rem;
}

.section-cutout img {
  display: block;
  width: min(100%, 360px);
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.34));
}

.section-cutout-left img {
  transform: translateX(-10px) rotate(-8deg);
}

.section-cutout-right img {
  transform: translateX(10px) rotate(8deg);
}

.menu-card {
  position: relative;
  min-height: 100%;
  padding: 2rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(223, 170, 97, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(26, 18, 13, 0.98), rgba(54, 36, 24, 0.94));
  border: 1px solid rgba(223, 170, 97, 0.22);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.menu-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(223, 170, 97, 0.12);
  pointer-events: none;
}

.menu-card__badge {
  display: inline-flex;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 100%;
}

.menu-card__image {
  position: absolute;
  right: -24px;
  bottom: -18px;
  width: min(42%, 260px);
  z-index: 0;
  opacity: 0.96;
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.34));
}

.menu-points {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--text);
}

.menu-points li + li {
  margin-top: 0.6rem;
}

.menu-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: flex-start;
}

.menu-note {
  font-size: 0.95rem;
  color: var(--muted);
}

.steam-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(58, 41, 29, 0.9), rgba(30, 22, 17, 0.94));
  border: 1px solid rgba(196, 138, 69, 0.18);
  box-shadow: var(--shadow);
}

.steam-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(223, 170, 97, 0.08);
  pointer-events: none;
}

.steam-card__time {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(223, 170, 97, 0.14);
  color: var(--accent-strong);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-item {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(196, 138, 69, 0.16);
  box-shadow: var(--shadow);
}

.contact-card,
.map-placeholder {
  border-radius: var(--radius-lg);
}

.contacts-layout {
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.contact-column,
.map-column {
  min-width: 0;
}

.contact-card-clean {
  padding: 1.4rem 1.6rem;
}

.contact-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(223, 170, 97, 0.14);
}

.contact-row:last-child {
  border-bottom: 0;
}

.contact-row span {
  color: var(--accent-strong);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-side-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 2rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(223, 170, 97, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(58, 41, 29, 0.9), rgba(30, 22, 17, 0.94));
  border: 1px solid rgba(196, 138, 69, 0.18);
  box-shadow: var(--shadow);
}

.contact-side-card__eyebrow {
  margin-bottom: 0.9rem;
  color: var(--accent-strong);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-side-card__note {
  margin-top: 1rem;
  color: var(--muted);
}

.site-footer {
  padding: 3.5rem 0 2rem;
  background: #0d0907;
  border-top: 1px solid rgba(196, 138, 69, 0.14);
}

.inner-hero {
  padding: 9rem 0 3rem;
  background:
    linear-gradient(180deg, rgba(16, 11, 8, 0.92), rgba(18, 13, 9, 0.84)),
    url("../img/hero.jpg") center/cover no-repeat;
}

.legal-card {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(58, 41, 29, 0.9), rgba(30, 22, 17, 0.94));
  border: 1px solid rgba(196, 138, 69, 0.18);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.legal-card p + h2 {
  margin-top: 2rem;
}

.footer-label {
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 0.45rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(196, 138, 69, 0.12);
}

@media (max-width: 991.98px) {
  .section-shell::before {
    inset: 1rem;
  }

  .site-header .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(23, 16, 12, 0.98);
    border: 1px solid rgba(196, 138, 69, 0.16);
  }
}

@media (max-width: 767.98px) {
  .navbar {
    padding: 0.85rem 0;
  }

  .hero-section {
    background-position: 62% center;
  }

  .hero-text {
    font-size: 1rem;
  }

  .btn-lg {
    width: 100%;
  }

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

  .contact-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .section-cutout img {
    width: min(100%, 280px);
  }

  .room-slide-image,
  .gallery-item {
    min-height: 220px;
    height: 220px;
  }

  .menu-card__image {
    position: static;
    width: min(100%, 220px);
    margin: 0 0 1rem auto;
  }

  .room-title-overlay {
    left: 1rem;
    top: 176px;
    font-size: 1.2rem;
  }

  .contact-card,
  .contact-side-card {
    min-height: auto;
  }
}
