:root {
  --bg-color: #050509;
  --text-color: #f5f5f5;
  --accent-color: #f9e3c8;
  --accent-strong: #f5b56b;
  --muted-color: #9b9b9b;
  --border-color: rgba(255, 255, 255, 0.08);
  --font-main: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-title: "Marcellus", "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background: radial-gradient(circle at top, #24151c 0, #050509 55%, #020206 100%);
  color: var(--text-color);
  font-family: var(--font-main);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.body--no-scroll {
  overflow: hidden;
}

.page {
  max-width: 900px;
  margin: 0 auto;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.04), transparent 55%)
    rgba(3, 3, 7, 0.96);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.85);
  position: relative;
}

.page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 0, rgba(243, 226, 186, 0.18), transparent 55%),
    radial-gradient(circle at 80% 0, rgba(147, 186, 208, 0.14), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.7;
}

.hero {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.hero-image--top {
  height: 280px;
  background-color: #000000;
  /* верхний большой фон — тело с иероглифами */
  background-image: url("assets/c__Users_oo479_AppData_Roaming_Cursor_User_workspaceStorage_dfc7b09def4de05ecd628a50996ae7d3_images_IMG_2474-259cc6c6-6646-475a-80f4-c8fc009c90aa.png");
  background-position: center center;
  background-size: contain; /* показываем целиком без обрезки */
  background-repeat: no-repeat;
  transform-origin: center top;
}

.hero-content {
  padding: 40px 64px 28px;
}

.hero-text p {
  margin: 0 0 12px;
}

.hero-title {
  margin: 0 0 20px;
  font-family: var(--font-title);
  font-size: 38px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-overtitle {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-color);
}

.hero-lead {
  font-weight: 400;
}

.section-title {
  margin: 24px 0 12px;
  font-size: 20px;
  font-weight: 600;
}

.hero-list {
  margin-top: 16px;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bullet-list li {
  margin-bottom: 6px;
}

.bullet-dot {
  display: inline-block;
  width: 1.2em;
}

.hero-gallery {
  display: flex;
  gap: 8px;
  padding: 0 64px 40px;
}

.hero-gallery--top {
  margin-top: 8px;
}

.hero-gallery--bottom {
  margin-top: 16px;
}

.gallery-item {
  flex: 1;
  height: 90px;
  background-color: #000000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0, rgba(0, 0, 0, 0.4), transparent 55%);
  mix-blend-mode: multiply;
}

.gallery-item--float-left,
.gallery-item--float-right {
  transition: transform 18s ease-in-out;
}

.gallery-item--float-left {
  transform-origin: bottom left;
}

.gallery-item--float-right {
  transform-origin: bottom right;
}

/* масштаб и пропорции мини‑картинок на первом экране */
.hero-gallery--top .gallery-item {
  height: 260px;
  background-size: contain; /* без обрезки */
}

/* на втором экране мини‑картинки чуть ниже и спокойнее по зуму */
.hero-gallery--bottom .gallery-item {
  height: 230px;
  background-size: contain; /* без обрезки */
}

.hero-gallery--top .gallery-item:nth-child(1) {
  /* левое нижнее фото на первом экране — зал с каллиграфией */
  background-image: url("assets/c__Users_oo479_AppData_Roaming_Cursor_User_workspaceStorage_dfc7b09def4de05ecd628a50996ae7d3_images_IMG_2475-20a863d9-9c42-4105-8ae7-5a2e7c697474.png");
}

.hero-gallery--top .gallery-item:nth-child(2) {
  /* правое нижнее фото на первом экране — тело с иероглифами */
  background-image: url("assets/c__Users_oo479_AppData_Roaming_Cursor_User_workspaceStorage_dfc7b09def4de05ecd628a50996ae7d3_images_IMG_2474-259cc6c6-6646-475a-80f4-c8fc009c90aa.png");
}

.hero-gallery--top .gallery-item:nth-child(3) {
  /* третий блок пока дублирует зал */
  background-image: url("assets/c__Users_oo479_AppData_Roaming_Cursor_User_workspaceStorage_dfc7b09def4de05ecd628a50996ae7d3_images_IMG_2475-20a863d9-9c42-4105-8ae7-5a2e7c697474.png");
}

/* на первом экране снизу только две картинки */
.hero-gallery--top .gallery-item:nth-child(3) {
  display: none;
}

.section {
  padding: 32px 64px 32px;
}

.section--cocktails {
  border-top: 1px solid var(--border-color);
}

.section-image--wide {
  height: 220px;
  background-color: #050509;
  /* верхний большой фон второго экрана — фото с кистью и чернилами (как на скриншоте) */
  background-image: url("assets/c__Users_oo479_AppData_Roaming_Cursor_User_workspaceStorage_dfc7b09def4de05ecd628a50996ae7d3_images_IMG_2473-32dc2c55-f092-4e7c-9172-ea1898d5e7b6.png");
  background-position: center center;
  background-size: contain; /* без обрезки */
  background-repeat: no-repeat;
  margin-bottom: 24px;
}

.hero-gallery--bottom .gallery-item:nth-child(1) {
  /* левое нижнее фото второго экрана — абстрактная живопись */
  background-image: url("assets/c__Users_oo479_AppData_Roaming_Cursor_User_workspaceStorage_dfc7b09def4de05ecd628a50996ae7d3_images_IMG_2473-32dc2c55-f092-4e7c-9172-ea1898d5e7b6.png");
}

.hero-gallery--bottom .gallery-item:nth-child(2) {
  /* центр — бокал Hanamori */
  background-image: url("assets/c__Users_oo479_AppData_Roaming_Cursor_User_workspaceStorage_dfc7b09def4de05ecd628a50996ae7d3_images_IMG_2479-cee4d0a6-b27b-4b8d-aa01-7510c13d0037.png");
}

.hero-gallery--bottom .gallery-item:nth-child(3) {
  /* справа — гравюра с чашкой */
  background-image: url("assets/c__Users_oo479_AppData_Roaming_Cursor_User_workspaceStorage_dfc7b09def4de05ecd628a50996ae7d3_images_IMG_2472-f5301ccc-38ff-47ed-aa0e-982ed9ba03ae.png");
}

.section-content p {
  margin: 0 0 12px;
}

.info-card {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
}

.info-note {
  margin: 0 0 12px;
  color: var(--muted-color);
}

.info-list {
  margin: 0 0 16px;
  padding-left: 16px;
}

.info-video {
  margin-top: 18px;
}

.info-video__player {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(249, 227, 200, 0.35);
  background-color: #000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
  outline: none;
}

.info-video__hint {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-color);
}

.btn-primary {
  display: inline-block;
  padding: 11px 24px;
  border-radius: 999px;
  border: 1px solid rgba(249, 227, 200, 0.7);
  background: radial-gradient(circle at 30% 0, rgba(249, 227, 200, 0.16), transparent 55%)
    rgba(6, 6, 12, 0.9);
  color: var(--accent-color);
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn-primary:hover {
  background: radial-gradient(circle at 30% 0, rgba(249, 227, 200, 0.3), transparent 60%)
    rgba(10, 10, 18, 1);
  color: var(--accent-strong);
  box-shadow: 0 0 0 1px rgba(249, 227, 200, 0.5), 0 0 24px rgba(249, 227, 200, 0.4);
}

.section--booking {
  border-top: 1px solid var(--border-color);
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.03), transparent 65%);
}

.section-inner {
  max-width: 520px;
}

.booking-form {
  margin-top: 16px;
}

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.form-row label {
  margin-bottom: 4px;
  font-size: 14px;
}

.form-row input {
  padding: 8px 10px;
  border-radius: 0;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-family: var(--font-main);
}

.footer {
  padding: 8px 24px 12px;
  border-top: 1px solid var(--border-color);
  font-size: 12px;
  color: var(--muted-color);
  text-align: center;
}

.intro-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top, #1b0e13 0, #050509 55%, #000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  pointer-events: none;
  opacity: 1;
  transition: opacity 900ms ease-out;
}

.intro-overlay--hide {
  opacity: 0;
}

.intro-overlay__fog {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.08), transparent 60%),
    radial-gradient(circle at 80% 90%, rgba(255, 255, 255, 0.05), transparent 60%);
  mix-blend-mode: screen;
  filter: blur(18px);
  animation: fog-move 18s ease-in-out infinite alternate;
}

.intro-overlay__title {
  position: relative;
  font-family: var(--font-title);
  letter-spacing: 0.35em;
  font-size: 20px;
  text-transform: uppercase;
}

.intro-overlay__title span {
  position: relative;
  padding: 10px 26px;
  text-shadow:
    0 0 12px rgba(249, 227, 200, 0.8),
    0 0 32px rgba(249, 227, 200, 0.6);
}

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

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

[data-glow] {
  position: relative;
  overflow: hidden;
}

[data-glow]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0, rgba(255, 255, 255, 0.6) 40%, transparent 80%);
  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
}

[data-glow]:hover::after {
  opacity: 1;
  transform: translateX(120%);
  transition: transform 900ms ease-out;
}

@media (max-width: 768px) {
  .hero-content,
  .hero-gallery,
  .section,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title {
    font-size: 28px;
  }

  .section-image--wide {
    height: 150px;
  }

  .gallery-item {
    height: 120px;
  }
}

@keyframes fog-move {
  from {
    transform: translate3d(-10px, 0, 0) scale(1);
  }
  to {
    transform: translate3d(10px, -10px, 0) scale(1.05);
  }
}

