@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&family=Cormorant+Garamond:wght@600;700&family=Manrope:wght@400;500;700;800&display=swap");

:root {
  --bg-dark: #110b14;
  --bg-violet: #24132d;
  --text-main: #2a1728;
  --text-soft: #5f4d5a;
  --text-muted: #8a7482;
  --accent: #f755a1;
  --accent-soft: #f8b5d0;
  --accent-violet: #9b35ff;
  --bg-light: #fff4f8;
  --card: #ffffff;
  --line: rgba(247, 85, 161, 0.18);
  --header-bg: rgba(24, 16, 28, 0.64);
  --shadow-soft: 0 18px 44px rgba(36, 19, 45, 0.06);
  --shadow-card: 0 18px 48px rgba(36, 19, 45, 0.08);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --font-body: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --font-display: "Manrope", "Avenir Next", sans-serif;
  --font-script: "Caveat", "Brush Script MT", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(248, 181, 208, 0.28), transparent 22%),
    linear-gradient(180deg, #fff8fb 0%, var(--bg-light) 42%, #fff7fa 100%);
  color: var(--text-main);
  font-family: var(--font-body);
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--header-bg);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(16, 9, 20, 0.08);
}

.header-inner,
.mobile-menu,
.hero-content,
.section,
.contacts-layout {
  width: min(1240px, calc(100vw - 32px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 8px 0;
}

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

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(247, 85, 161, 0.28), rgba(155, 53, 255, 0.16));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 24px rgba(247, 85, 161, 0.14);
  color: #fff5fb;
  font-size: 0.92rem;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand-title {
  font-family: "Cormorant Garamond", var(--font-display);
  font-size: 1.52rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-subtitle {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.desktop-nav a,
.mobile-menu a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.mobile-menu a:hover {
  color: var(--accent-soft);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions .primary-button {
  padding: 10px 16px;
  font-size: 0.92rem;
}

.menu-button {
  display: none;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.mobile-menu {
  display: none;
  padding: 0 0 12px;
}

.mobile-menu a {
  display: block;
  padding: 10px 0;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 5, 14, 0.92) 0%, rgba(10, 5, 14, 0.55) 45%, rgba(10, 5, 14, 0.1) 100%),
    radial-gradient(circle at 74% 18%, rgba(247, 85, 161, 0.24), transparent 28%),
    radial-gradient(circle at 83% 14%, rgba(155, 53, 255, 0.22), transparent 32%),
    url("/assets/head-desktop.jpg") center calc(50% + var(--hero-shift, 0px)) / cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 5, 14, 0.48), transparent 42%),
    radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(17, 11, 20, 0.06), rgba(17, 11, 20, 0.32));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 92px 0 104px;
  color: #fff;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 10px;
  color: var(--accent-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.dialog-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.98;
}

.hero h1 {
  max-width: 8ch;
  color: #fff7fb;
  font-size: clamp(4.2rem, 6.4vw, 5.1rem);
}

.hero-subtitle {
  margin: 20px 0 0;
  color: var(--accent-soft);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-copy,
.section-subtitle,
.direction-copy p,
.poster-copy p,
.about-copy p,
.review-card p,
.section-footnote,
.contacts-copy,
.faq-list p,
.dialog-form label {
  line-height: 1.65;
}

.hero-copy {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.02rem;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.hero-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 247, 251, 0.84);
  font-size: 0.98rem;
}

.hero-benefits i {
  color: var(--accent);
  font-style: normal;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.script-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-script);
  font-size: 1.32rem;
}

.script-note.soft {
  color: rgba(247, 85, 161, 0.78);
}

.primary-button,
.glass-button,
.secondary-button,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-button {
  background: linear-gradient(135deg, var(--accent), #ff5bb0);
  color: #fff;
  box-shadow:
    0 16px 38px rgba(247, 85, 161, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 38px rgba(247, 85, 161, 0.28),
    0 0 22px rgba(247, 85, 161, 0.26);
}

.glass-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.glass-button:hover {
  transform: translateY(-2px);
}

.glow-button {
  box-shadow:
    0 0 0 1px rgba(247, 85, 161, 0.18),
    0 0 24px rgba(247, 85, 161, 0.28),
    0 18px 40px rgba(247, 85, 161, 0.3);
}

.secondary-button {
  background: transparent;
  color: var(--accent);
  border: 1px solid rgba(247, 85, 161, 0.22);
}

.secondary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(247, 85, 161, 0.12);
}

.icon-button {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-soft);
  font-size: 1.4rem;
  line-height: 1;
}

.icon-button.dark {
  background: rgba(42, 23, 40, 0.08);
}

.section {
  padding: 84px 0;
}

.section-head {
  margin-bottom: 30px;
}

.section h2 {
  max-width: 15ch;
  font-size: clamp(1.85rem, 3.5vw, 2.9rem);
}

.section-subtitle {
  max-width: 580px;
  margin: 12px 0 0;
  color: var(--text-muted);
}

.schedule-section {
  color: var(--text-main);
}

.dark-footer-section {
  width: 100%;
  margin-top: 24px;
  padding: 82px 0 68px;
  background:
    radial-gradient(circle at 82% 12%, rgba(155, 53, 255, 0.18), transparent 26%),
    radial-gradient(circle at 14% 76%, rgba(247, 85, 161, 0.14), transparent 32%),
    linear-gradient(180deg, var(--bg-violet), var(--bg-dark));
  color: #fff;
}

.dark-footer-section h2,
.schedule-section h2 {
  color: inherit;
}

.directions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.direction-card,
.poster-card,
.price-card,
.review-card,
.atmosphere-card,
.about-photo-wrap,
.contact-form,
.contact-item,
.faq-list details {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.direction-card,
.price-card,
.review-card {
  background: rgba(255, 255, 255, 0.74);
}

.direction-card {
  position: relative;
  display: grid;
  grid-template-rows: 320px auto;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.direction-card:hover,
.poster-card:hover,
.price-card:hover,
.review-card:hover,
.atmosphere-card:hover {
  transform: translateY(-4px);
}

.direction-card img,
.poster-card img,
.about-photo-wrap img,
.atmosphere-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
  filter: saturate(0.94) contrast(0.98) hue-rotate(-4deg);
}

.direction-card:hover img,
.poster-card:hover img,
.atmosphere-card:hover img {
  transform: scale(1.04);
}

.direction-copy,
.poster-copy,
.price-card,
.review-card {
  padding: 24px;
}

.direction-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.direction-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 28%);
  pointer-events: none;
}

.direction-copy > * {
  position: relative;
  z-index: 1;
}

.direction-copy h3,
.poster-copy h3,
.price-card h3,
.review-card h3,
.admin-booking-item h4 {
  margin: 0 0 10px;
  font-family: var(--font-display);
}

.direction-link {
  margin-top: auto;
  padding-top: 16px;
  padding: 0;
  align-self: flex-start;
  color: var(--accent);
  background: transparent;
  font-weight: 800;
}

.direction-link::after {
  content: " →";
}

.cabinet-guest,
.cabinet-profile-card,
.cabinet-bookings-card,
.admin-card-block,
.cabinet-stat-card,
.admin-stat-card {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(247, 85, 161, 0.1);
  box-shadow: var(--shadow-soft);
}

.cabinet-guest {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 28px;
}

.cabinet-guest h3,
.cabinet-profile-card h3,
.cabinet-bookings-card h3,
.admin-card-block h4,
.account-user-card h4 {
  margin: 0 0 8px;
}

.cabinet-guest p,
.cabinet-user-meta,
.admin-user-row div,
.admin-event-copy div,
.admin-booking-subcount,
.admin-booking-subitem div {
  color: var(--text-soft);
  line-height: 1.55;
}

.cabinet-shell {
  display: grid;
  gap: 18px;
}

.cabinet-profile-card {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
}

.dark-glass-button {
  color: var(--text-main);
  background: rgba(42, 23, 40, 0.06);
  border-color: rgba(42, 23, 40, 0.08);
}

.cabinet-user-meta {
  margin: 0;
}

.cabinet-stats,
.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cabinet-stat-card,
.admin-stat-card {
  padding: 22px 24px;
}

.cabinet-stat-card span,
.admin-stat-card span {
  display: block;
  color: var(--text-muted);
  font-size: 0.86rem;
}

.cabinet-stat-card strong,
.admin-stat-card strong {
  display: block;
  margin-top: 10px;
  color: var(--text-main);
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1;
}

.cabinet-stat-card.accent {
  background: linear-gradient(135deg, rgba(247, 85, 161, 0.12), rgba(255, 255, 255, 0.88));
}

.cabinet-bookings-card,
.admin-card-block {
  padding: 24px;
}

.cabinet-block-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.cabinet-bookings-list,
.admin-users-list,
.admin-events-list {
  display: grid;
  gap: 12px;
}

.admin-zone {
  display: grid;
  gap: 18px;
}

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

.admin-grid.lower {
  align-items: start;
}

.admin-user-row,
.admin-event-row,
.admin-booking-subitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(247, 85, 161, 0.08);
}

.admin-booking-subitem {
  margin-top: 12px;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

.admin-balance-editor {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-balance-editor input {
  width: 90px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
}

.admin-inline-button {
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 14px;
}

.schedule-shell {
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, #fff8fb, #fff5f8);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.schedule-table-head,
.schedule-row {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 1.2fr 0.95fr 0.75fr 0.95fr;
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
}

.schedule-table-head {
  color: #6f5a68;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.schedule-row {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(247, 85, 161, 0.08);
  color: var(--text-main);
  padding: 16px 22px;
}

.schedule-row span {
  color: var(--text-soft);
}

.schedule-row strong {
  display: block;
  margin-bottom: 2px;
}

.schedule-row.featured {
  background: linear-gradient(135deg, #ffe6f1, rgba(255, 255, 255, 0.94));
}

.schedule-row .primary-button {
  min-width: 138px;
  justify-self: end;
}

.spots-chip {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(247, 85, 161, 0.1);
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 700;
}

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

.poster-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.poster-grid-archive {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.poster-card {
  position: relative;
  min-height: 460px;
  background: var(--bg-dark);
  color: #fff;
}

.poster-grid-single .poster-card {
  min-height: 520px;
}

.poster-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 11, 20, 0.02), rgba(17, 11, 20, 0.78));
}

.poster-copy,
.poster-badge {
  position: relative;
  z-index: 1;
}

.poster-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.poster-copy p {
  color: rgba(255, 255, 255, 0.8);
}

.poster-badge,
.price-badge {
  display: inline-flex;
  width: fit-content;
  margin: 18px 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(247, 85, 161, 0.18);
  color: #fff;
  backdrop-filter: blur(12px);
}

.poster-empty {
  padding: 24px 28px;
  border: 1px dashed rgba(247, 85, 161, 0.22);
  border-radius: var(--radius-lg);
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.58);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 32px;
  align-items: center;
}

.about-photo-wrap {
  min-height: 620px;
}

.about-photo-wrap img {
  filter: saturate(0.96) contrast(0.98) brightness(1.03) sepia(0.04);
}

.about-copy p {
  color: #6b5a66;
  font-size: 1.06rem;
}

.about-points {
  margin: 20px 0;
  padding-left: 20px;
  color: var(--text-soft);
  line-height: 1.72;
}

.about-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.about-facts span {
  padding: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.about-facts span::before {
  content: "•";
  margin-right: 8px;
  color: var(--accent);
}

.atmosphere-carousel {
  display: grid;
  gap: 20px;
  padding: 28px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.42));
  border: 1px solid rgba(247, 85, 161, 0.08);
  box-shadow: var(--shadow-soft);
}

.carousel-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.carousel-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.carousel-count {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.carousel-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(247, 85, 161, 0.18);
  transition: transform 160ms ease, background 160ms ease;
}

.carousel-dot.active {
  background: var(--accent);
  transform: scale(1.15);
}

.carousel-actions {
  display: flex;
  gap: 10px;
}

.carousel-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-main);
  box-shadow: var(--shadow-soft);
}

.atmosphere-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 78%);
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 2px 4px 8px;
}

.atmosphere-card {
  position: relative;
  min-height: 560px;
  scroll-snap-align: start;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(42, 23, 40, 0.1);
  cursor: zoom-in;
}

.atmosphere-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 11, 20, 0) 38%, rgba(17, 11, 20, 0.34) 100%);
}

.atmosphere-card figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 1;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(17, 11, 20, 0.28);
  color: #fff;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.lightbox-dialog {
  width: min(1320px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  border: none;
  padding: 0;
  background: transparent;
}

.lightbox-dialog::backdrop {
  background: rgba(10, 5, 14, 0.8);
  backdrop-filter: blur(10px);
}

.lightbox-dialog img {
  width: 100%;
  max-height: calc(100vh - 24px);
  object-fit: contain;
  border-radius: 28px;
  display: block;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
}

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

.price-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(42, 23, 40, 0.05);
}

.price-card h3 {
  min-height: 2.7em;
}

.price-note {
  margin: -2px 0 0;
  color: var(--text-muted);
}

.price-card strong {
  display: block;
  margin: auto 0 18px;
  color: var(--accent);
  font-size: 2rem;
}

.price-card .primary-button,
.price-card .secondary-button {
  width: 100%;
}

.price-action {
  border-color: rgba(247, 85, 161, 0.18);
  background: rgba(255, 255, 255, 0.4);
  color: var(--text-main);
}

.price-action:hover {
  border-color: rgba(247, 85, 161, 0.3);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 24px rgba(247, 85, 161, 0.08);
}

.section-footnote {
  margin-top: 18px;
  color: var(--text-soft);
}

.reviews-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, calc((100% - 36px) / 3));
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 8px;
}

.review-card {
  min-height: 240px;
  scroll-snap-align: start;
  color: var(--text-soft);
}

.review-stars {
  margin-bottom: 12px;
  color: var(--accent);
}

.faq-section {
  padding-top: 116px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(247, 85, 161, 0.08);
  box-shadow: var(--shadow-soft);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--accent);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--text-soft);
}

.contacts-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.02fr);
  gap: 32px;
  align-items: start;
}

.contacts-copy-column {
  padding-top: 10px;
}

.contacts-copy {
  max-width: 430px;
  margin-top: 14px;
  color: rgba(255, 247, 251, 0.78);
  font-size: 1rem;
}

.contacts-note {
  max-width: 420px;
  margin: 14px 0 0;
  color: rgba(255, 247, 251, 0.58);
  line-height: 1.6;
}

.contacts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 0;
}

.contacts-actions .primary-button,
.contacts-actions .glass-button {
  min-height: 52px;
  min-width: 198px;
  border-radius: 18px;
}

.contacts-actions .glass-button {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 247, 251, 0.9);
  box-shadow: none;
}

.contacts-form-wrap {
  display: grid;
  gap: 16px;
  align-content: start;
}

.contact-form {
  width: 100%;
  max-width: 580px;
  padding: 28px;
  background: rgba(255, 248, 251, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 54px rgba(15, 9, 19, 0.16);
}

.contact-form-head {
  display: grid;
  gap: 6px;
  margin-bottom: 4px;
}

.contact-form-head h3 {
  margin: 0;
  color: var(--text-main);
  font-family: var(--font-display);
}

.contact-form .primary-button {
  width: 100%;
  min-height: 52px;
  margin-top: 2px;
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 580px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 16px 18px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 28px rgba(11, 6, 15, 0.12);
}

.contact-item.static {
  cursor: default;
}

.contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff6fa;
  flex: 0 0 auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.contact-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.contact-icon-phone {
  background: linear-gradient(135deg, rgba(247, 85, 161, 0.22), rgba(248, 181, 208, 0.14));
  color: #fff6fa;
}

.contact-icon-telegram {
  background: linear-gradient(135deg, rgba(39, 167, 231, 0.52), rgba(91, 200, 255, 0.28));
  color: #ffffff;
}

.contact-icon-instagram {
  background: linear-gradient(135deg, rgba(245, 133, 41, 0.34), rgba(253, 29, 122, 0.26) 60%, rgba(131, 58, 180, 0.24));
  color: #ffffff;
}

.contact-icon-address {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(247, 85, 161, 0.14));
  color: #fff2f8;
}

.contact-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
}

.contact-copy strong {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.2;
}

.contact-copy span {
  display: block;
  color: #fff;
  font-size: 0.97rem;
  line-height: 1.38;
  word-break: break-word;
}

.floating-booking-button {
  display: none;
}

.site-dialog {
  width: min(540px, calc(100vw - 20px));
  border: none;
  padding: 0;
  background: transparent;
}

.site-dialog::backdrop {
  background: rgba(17, 11, 20, 0.56);
  backdrop-filter: blur(8px);
}

.dialog-card {
  border-radius: var(--radius-xl);
  padding: 24px;
  background: rgba(255, 248, 251, 0.96);
  box-shadow: var(--shadow-card);
}

.admin-card {
  max-height: min(88vh, 900px);
  overflow: auto;
}

.account-tabs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.auth-tab {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 14px;
}

.auth-tab.active {
  background: rgba(247, 85, 161, 0.12);
  border-color: rgba(247, 85, 161, 0.24);
  color: var(--accent);
}

.auth-form.hidden {
  display: none;
}

.account-user-card {
  display: grid;
  gap: 18px;
  margin-top: 16px;
}

.account-user-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dialog-head,
.admin-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.dialog-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.dialog-form.compact {
  margin-bottom: 26px;
}

.dialog-form label {
  display: grid;
  gap: 8px;
  color: var(--text-main);
  font-size: 0.92rem;
  font-weight: 600;
}

.dialog-form input,
.dialog-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-main);
  outline: none;
  appearance: none;
}

.dialog-form input::placeholder,
.dialog-form textarea::placeholder {
  color: var(--text-muted);
}

.dialog-form input:focus,
.dialog-form textarea:focus {
  border-color: rgba(247, 85, 161, 0.42);
  box-shadow: 0 0 0 4px rgba(247, 85, 161, 0.08);
}

.select-field {
  position: relative;
}

.custom-select {
  position: relative;
}

.custom-select-trigger {
  width: 100%;
  min-height: 52px;
  justify-content: space-between;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-main);
  text-align: left;
}

.custom-select-trigger::after {
  content: "⌄";
  color: var(--text-muted);
  font-size: 1rem;
}

.custom-select.is-open .custom-select-trigger {
  border-color: rgba(247, 85, 161, 0.42);
  box-shadow: 0 0 0 4px rgba(247, 85, 161, 0.08);
}

.custom-select-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  gap: 6px;
  max-height: 260px;
  padding: 8px;
  overflow-y: auto;
  border: 1px solid rgba(247, 85, 161, 0.16);
  border-radius: 18px;
  background: rgba(255, 248, 251, 0.98);
  box-shadow: 0 18px 40px rgba(42, 23, 40, 0.14);
}

.custom-select-option {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  background: transparent;
  color: var(--text-soft);
  text-align: left;
}

.custom-select-option:hover,
.custom-select-option.selected {
  background: rgba(247, 85, 161, 0.1);
  color: var(--text-main);
}

.admin-panel {
  margin-top: 26px;
}

.admin-bookings-list {
  display: grid;
  gap: 12px;
}

.admin-booking-item {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(247, 85, 161, 0.1);
}

.hidden {
  display: none !important;
}

.status-message {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(73, 137, 109, 0.12);
  color: #2c7558;
}

.status-message.error {
  background: rgba(200, 81, 126, 0.12);
  color: #b03f6a;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .menu-button,
  .mobile-menu {
    display: block;
  }

  .directions-grid,
  .poster-grid,
  .about-layout,
  .prices-grid,
  .contacts-layout {
    grid-template-columns: 1fr;
  }

  .cabinet-guest,
  .cabinet-profile-card,
  .admin-grid,
  .admin-stats-grid,
  .cabinet-stats {
    grid-template-columns: 1fr;
  }

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

  .schedule-table-head {
    display: none;
  }

  .schedule-row {
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 22px;
    margin: 14px;
    border: 1px solid rgba(247, 85, 161, 0.08);
  }

  .schedule-shell {
    padding: 2px 0 14px;
  }

}

@media (max-width: 780px) {
  .hero {
    min-height: 92vh;
    background:
      linear-gradient(180deg, rgba(17, 11, 20, 0.56) 0%, rgba(17, 11, 20, 0.28) 100%),
      radial-gradient(circle at 72% 16%, rgba(247, 85, 161, 0.16), transparent 32%),
      url("/assets/head-mobile.jpg") center calc(50% + var(--hero-shift, 0px)) / cover no-repeat;
  }

  .brand-subtitle {
    display: none;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }

  .brand-title {
    font-size: 1.22rem;
  }

  .hero-content {
    padding: 108px 0 94px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 10vw, 3.15rem);
  }

  .hero-buttons,
  .contacts-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .account-tabs,
  .account-user-actions {
    flex-direction: column;
  }

  .cabinet-guest,
  .cabinet-profile-card,
  .admin-user-row,
  .admin-event-row {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: start;
  }

  .hero-benefits {
    flex-direction: column;
    gap: 10px;
  }

  .section {
    padding: 62px 0;
  }

  .direction-card {
    grid-template-rows: 270px auto;
  }

  .directions-grid,
  .reviews-grid,
  .atmosphere-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 92%;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding-bottom: 8px;
  }

  .direction-card,
  .review-card,
  .atmosphere-card {
    scroll-snap-align: start;
  }

  .prices-grid {
    grid-template-columns: 1fr;
  }

  .about-photo-wrap {
    min-height: 420px;
  }

  .faq-section {
    padding-top: 84px;
  }

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

  .atmosphere-carousel {
    padding: 18px;
  }

  .atmosphere-card {
    min-height: 420px;
  }

  .carousel-meta {
    gap: 12px;
  }

  .floating-booking-button {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 45;
    display: inline-flex;
    justify-content: center;
    padding: 15px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), #ff5bb0);
    color: #fff;
    box-shadow: 0 22px 48px rgba(247, 85, 161, 0.32);
  }
}

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