:root {
  --font-ui: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-accent: "Playfair Display", "Times New Roman", serif;
  --ink: #26191a;
  --muted: #756662;
  --paper: #f7f2ea;
  --paper-soft: #fbf8f2;
  --wine: #6f2632;
  --wine-dark: #4b1722;
  --olive: #526747;
  --ochre: #c97718;
  --line: rgba(38, 25, 26, 0.14);
  --shadow: 0 24px 70px rgba(64, 36, 30, 0.18);
  --section-label-width: 0px;
  --section-gap: 0px;
  --section-max: 1120px;
  --kicker-gap: 16px;
  --space-section-y: clamp(88px, 8vw, 110px);
  --space-section-y-mobile: 72px;
  --space-block-gap: 24px;
  --space-card: 22px;
  --space-card-mobile: 20px;
  --fs-body: clamp(17px, 1.2vw, 21px);
  --fs-body-card: 18px;
  --fs-body-small: 16px;
  --fs-kicker: 13px;
  --lh-body: 1.55;
  --lh-caption: 1.45;
  --lh-tight: 1.08;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-ui);
  overflow-x: hidden;
  max-width: 100%;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(120deg, rgba(247, 242, 234, 0.92), rgba(251, 248, 242, 0.72)),
    radial-gradient(circle at 80% 10%, rgba(201, 119, 24, 0.16), transparent 34%),
    radial-gradient(circle at 16% 74%, rgba(82, 103, 71, 0.16), transparent 28%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

main,
section,
.section-main,
.section-content,
.intro,
.section-heading,
.magic-layout,
.location-layout,
.gallery-grid,
.price-grid,
.details-grid,
.steps {
  min-width: 0;
}

h1,
h2,
h3,
p,
span,
strong,
a,
button {
  overflow-wrap: break-word;
}

p {
  font-size: 18px;
  line-height: var(--lh-body);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 18px;
  padding: 12px clamp(18px, 5vw, 64px);
  backdrop-filter: blur(0);
  background: rgba(255, 250, 244, 0.96);
  border-bottom: 1px solid rgba(38, 25, 26, 0.12);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  backdrop-filter: blur(18px);
  background: rgba(247, 242, 234, 0.72);
  border-bottom: 1px solid rgba(38, 25, 26, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  justify-self: start;
  min-width: 0;
}

.brand-logo {
  width: clamp(104px, 11vw, 142px);
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(15%) sepia(10%) saturate(467%) hue-rotate(169deg)
    brightness(91%) contrast(91%);
}

.nav {
  display: flex;
  align-items: center;
  justify-self: center;
  min-width: 0;
  gap: 26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a {
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.nav .nav-booking {
  display: none;
}

.nav a:hover {
  color: var(--wine);
  transform: translateY(-1px);
}

.nav .social-icon:hover,
.nav .social-icon:focus-visible {
  transform: translateY(-50%);
}

.menu-toggle {
  display: none;
}

.social-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(111, 38, 50, 0.16);
  border-radius: 50%;
  color: var(--wine-dark);
  background: rgba(255, 250, 244, 0.62);
}

.nav .social-icon {
  position: absolute;
  right: clamp(18px, 5vw, 64px);
  top: 50%;
  transform: translateY(-50%);
}

.social-icon svg,
.telegram-button svg,
.footer-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  padding: 102px clamp(18px, 5vw, 64px) 40px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-image,
.hero-video {
  width: 100%;
  height: 108%;
  object-fit: cover;
  object-position: 50% 42%;
  transform: translateY(var(--hero-shift, 0));
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(98deg, rgba(11, 8, 6, 0.62) 0%, rgba(11, 8, 6, 0.54) 34%, rgba(11, 8, 6, 0.3) 56%, rgba(11, 8, 6, 0.14) 74%, rgba(11, 8, 6, 0.06) 100%),
    radial-gradient(78% 90% at 26% 68%, rgba(6, 4, 3, 0.34), rgba(6, 4, 3, 0.02) 76%),
    radial-gradient(42% 34% at 44% 36%, rgba(231, 190, 145, 0.08), transparent 68%);
}

.hero-copy {
  width: min(760px, 90vw);
  max-width: min(760px, 90vw);
  min-height: calc(100svh - 170px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 116px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  color: var(--ochre);
  font-size: var(--fs-kicker);
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1 {
  width: auto;
  max-width: 760px;
  margin: 12px 0 24px;
  text-align: left;
  font-family: var(--font-accent);
  font-size: clamp(62px, 8.3vw, 124px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  color: #efd4b0;
  text-shadow: 0 10px 28px rgba(8, 5, 4, 0.44);
}

.hero h1 br {
  display: block;
}

.heading-reveal {
  opacity: 0;
  transform: translateY(12px);
  filter: blur(1.5px);
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    filter 520ms ease;
}

.heading-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.hero-lead {
  max-width: 560px;
  margin: 0;
  color: rgba(251, 244, 234, 0.9);
  font-size: 18px;
  line-height: var(--lh-body);
  text-shadow: 0 6px 20px rgba(12, 8, 7, 0.38);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero .eyebrow {
  color: #d79b57;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 780;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fffaf4;
  background: var(--wine);
  box-shadow: 0 14px 34px rgba(111, 38, 50, 0.3);
}

.button.primary:hover {
  background: var(--wine-dark);
}

.button.ghost {
  color: var(--wine-dark);
  background: rgba(251, 248, 242, 0.72);
  border-color: rgba(111, 38, 50, 0.24);
}

.button.ghost:hover {
  color: var(--wine-dark);
  background: #fffaf4;
  border-color: rgba(111, 38, 50, 0.42);
}

.hero .button.ghost {
  color: rgba(255, 250, 244, 0.96);
  background: rgba(255, 250, 244, 0.04);
  border-color: rgba(255, 250, 244, 0.56);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 244, 0.14);
}

.hero .button.ghost:hover {
  color: #ffffff;
  background: rgba(255, 250, 244, 0.15);
  border-color: rgba(255, 250, 244, 0.92);
}

.event-card {
  position: absolute;
  right: clamp(18px, 5vw, 64px);
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(420px, calc(100% - 36px));
  padding: 20px var(--space-card);
  border: 0;
  border-radius: 8px;
  color: #fffaf4;
  background: rgba(75, 23, 34, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.date-block {
  display: grid;
  grid-template-columns: auto min-content;
  align-items: end;
  column-gap: 10px;
}

.date-day {
  display: inline-block;
  width: 1.45em;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-size: clamp(54px, 7vw, 84px);
  font-weight: 880;
  line-height: 0.9;
}

.date-month {
  padding-bottom: 7px;
  font-size: 19px;
  font-weight: 820;
  line-height: 1;
  text-transform: uppercase;
}

.event-meta {
  display: grid;
  gap: 4px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 250, 244, 0.24);
}

.event-meta strong {
  font-size: 28px;
}

.event-meta span {
  color: rgba(255, 250, 244, 0.78);
  font-size: 14px;
  line-height: var(--lh-caption);
  text-transform: uppercase;
}

section:not(.hero) {
  padding: var(--space-section-y) max(18px, calc((100vw - 1440px) / 2 + 64px));
}

.section-heading {
  display: block;
  max-width: var(--section-max);
  margin: 0 auto;
}

.intro {
  border-bottom: 1px solid var(--line);
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.86fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
}

.intro-copy {
  min-width: 0;
}

.intro-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.72);
  box-shadow: 0 18px 48px rgba(64, 36, 30, 0.1);
}

.intro-visual img {
  width: 100%;
  height: clamp(330px, 32vw, 460px);
  object-fit: cover;
  object-position: center;
}

.section-main {
  grid-column: auto;
}

.section-content {
  max-width: var(--section-max);
  margin: 0 auto;
}

.section-kicker {
  display: block;
  grid-column: auto;
  align-self: start;
  padding-top: 0;
  margin-bottom: var(--kicker-gap);
  color: var(--ochre);
  font-size: var(--fs-kicker);
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-main {
  padding-top: 0;
}

.intro .section-main {
  padding-top: 0;
}

.intro h2,
.magic h2,
.atmosphere h2,
.pricing h2,
.gallery h2,
.location h2,
.signup h2,
.thanks-card h1,
.success-card h2 {
  margin: 0;
  font-family: var(--font-accent);
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 500;
  line-height: var(--lh-tight);
  letter-spacing: 0;
  color: var(--wine-dark);
}

.section-main h2 {
  max-width: 1040px;
  overflow-wrap: anywhere;
}

.program .section-main h2 {
  margin: 0;
  max-width: 980px;
  font-family: var(--font-accent);
  font-weight: 500;
  color: var(--wine-dark);
  letter-spacing: 0;
  font-size: clamp(40px, 5vw, 76px);
  line-height: var(--lh-tight);
}

.intro p,
.magic p,
.atmosphere p,
.pricing p,
.signup p,
.thanks-card p,
.success-card p {
  max-width: 850px;
  margin: var(--space-block-gap) 0 0;
  color: var(--muted);
}

.atmosphere .section-main > p {
  font-size: 18px;
}

.location .section-main > p {
  font-size: 18px;
}

.magic .section-content > p {
  margin-top: 16px;
}

.program {
  background: rgba(251, 248, 242, 0.62);
  border-bottom: 1px solid var(--line);
}

.magic,
.gallery,
.location,
.pricing {
  border-bottom: 1px solid var(--line);
}

.magic-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: stretch;
}

.quote-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: end;
  min-height: 230px;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(111, 38, 50, 0.18);
  border-radius: 8px;
  color: #fffaf4;
  background:
    linear-gradient(142deg, rgba(120, 44, 67, 0.96) 0%, rgba(92, 34, 53, 0.95) 34%, rgba(128, 50, 74, 0.94) 64%, rgba(82, 28, 47, 0.96) 100%),
    var(--wine);
  box-shadow: var(--shadow);
}

.quote-card::before,
.quote-card::after {
  content: "";
  position: absolute;
  inset: -46%;
  pointer-events: none;
  will-change: transform;
}

.quote-card::before {
  background:
    radial-gradient(44% 56% at 18% 30%, rgba(210, 130, 156, 0.38), transparent 72%),
    radial-gradient(48% 60% at 78% 24%, rgba(138, 49, 74, 0.56), transparent 76%),
    radial-gradient(52% 66% at 50% 76%, rgba(232, 168, 190, 0.32), transparent 74%),
    radial-gradient(40% 56% at 80% 80%, rgba(109, 34, 55, 0.52), transparent 70%);
  filter: blur(22px);
  opacity: 0.94;
  animation: quoteFluidDrift 24s linear infinite;
}

.quote-card::after {
  content: none;
}

.quote-card > * {
  position: relative;
  z-index: 1;
}

.quote-copy {
  display: grid;
  gap: 18px;
}

.quote-card span {
  color: rgba(255, 250, 244, 0.7);
  font-size: var(--fs-kicker);
  font-weight: 820;
  text-transform: uppercase;
}

.quote-card strong {
  font-family: var(--font-accent);
  max-width: 900px;
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.02;
}

@keyframes quoteFluidDrift {
  0% {
    transform: translate3d(-1%, -1%, 0) rotate(0turn) scale(1.06);
  }

  100% {
    transform: translate3d(-1%, -1%, 0) rotate(1turn) scale(1.06);
  }
}

@keyframes quoteWaveFlow {
  0% {
    transform: translate3d(1%, 0, 0) rotate(0turn) scale(1);
  }

  100% {
    transform: translate3d(1%, 0, 0) rotate(-1turn) scale(1);
  }
}


.section-heading {
  margin-bottom: 40px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.step-card {
  position: relative;
  min-height: 310px;
  padding: 30px;
  background: rgba(247, 242, 234, 0.92);
  transition:
    transform 220ms ease,
    background 220ms ease;
}

.step-card:hover {
  transform: translateY(-5px);
  background: #fffaf4;
}

.card-icon {
  position: static;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(111, 38, 50, 0.18);
  border-radius: 0;
  color: var(--wine-dark);
  background: #fff;
  box-shadow: 0 8px 18px rgba(64, 36, 30, 0.1);
  transform: rotate(-1deg);
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
}

.card-icon::before {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px dashed rgba(111, 38, 50, 0.24);
  box-sizing: border-box;
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
}

.card-icon svg {
  position: absolute;
}

.card-icon svg,
.detail-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.step-memory .card-icon {
  color: #6f2632;
  background: #fff;
}

.step-portal .card-icon {
  color: #4a5f40;
  background: #fff;
  transform: rotate(1.2deg);
}

.step-meaning .card-icon {
  color: #5a305e;
  background: #fff;
  transform: rotate(-1.8deg);
}

.step-sketch .card-icon {
  color: #1e4e64;
  background: #fff;
  transform: rotate(0.8deg);
}

.step-card span {
  color: var(--ochre);
  font-weight: 840;
}

.step-card h3 {
  margin: 70px 0 12px;
  font-size: 25px;
  line-height: 1.12;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-body-card);
  line-height: var(--lh-body);
}

.accent-step {
  background:
    linear-gradient(145deg, rgba(255, 250, 244, 0.82), rgba(201, 119, 24, 0.14)),
    rgba(251, 248, 242, 0.94);
}

.accent-step:hover {
  background:
    linear-gradient(145deg, rgba(255, 250, 244, 0.9), rgba(201, 119, 24, 0.18)),
    #fffaf4;
}

.gallery {
  background: var(--paper-soft);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(64, 36, 30, 0.1);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(64, 36, 30, 0.16);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-card div {
  display: grid;
  gap: 8px;
  padding: var(--space-card);
}

.gallery-card strong {
  color: var(--wine-dark);
  font-size: 20px;
}

.gallery-card span {
  color: var(--muted);
  font-size: var(--fs-body-card);
  line-height: var(--lh-body);
}

.atmosphere {
  border-bottom: 1px solid var(--line);
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.details-grid > div {
  min-height: 86px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: start;
  column-gap: 14px;
  row-gap: 4px;
  padding: var(--space-card);
  background: var(--paper-soft);
}

.detail-icon {
  grid-row: 1;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: start;
  transform: none;
  border: 0;
  border-radius: 0;
  color: var(--wine-dark);
  background: transparent;
  line-height: 0;
}

.detail-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.details-grid strong {
  align-self: center;
  color: var(--wine-dark);
  font-size: 15px;
  line-height: var(--lh-caption);
  text-transform: uppercase;
}

.details-grid span {
  grid-column: 2;
  align-self: start;
  color: var(--muted);
  font-size: var(--fs-body-card);
  line-height: var(--lh-body);
}

.location {
  background: rgba(251, 248, 242, 0.72);
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
  align-items: stretch;
  min-height: 500px;
}

.place-card {
  position: relative;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.74);
  box-shadow: 0 18px 48px rgba(64, 36, 30, 0.1);
}

.place-slider-viewport {
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
}

.place-slider-track {
  display: flex;
  height: 100%;
  min-height: inherit;
  transition: transform 280ms ease;
  will-change: transform;
}

.place-slider-track img {
  flex: 0 0 100%;
  width: 100%;
  min-height: inherit;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.place-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 244, 0.5);
  border-radius: 50%;
  color: var(--wine-dark);
  background: rgba(255, 250, 244, 0.82);
  box-shadow: 0 14px 34px rgba(64, 36, 30, 0.16);
  font: inherit;
  font-family: var(--font-ui);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.place-slider-arrow:hover {
  background: #fffaf4;
  transform: translateY(-50%) scale(1.04);
}

.place-slider-arrow.prev {
  left: 18px;
}

.place-slider-arrow.next {
  right: 18px;
}

.map-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(247, 242, 234, 0.68), rgba(255, 250, 244, 0.94)),
    #efe8dd;
  box-shadow: 0 18px 48px rgba(64, 36, 30, 0.1);
}

.map-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.88) sepia(0.12);
}

.map-grid {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(38, 25, 26, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 25, 26, 0.08) 1px, transparent 1px);
  background-size: 68px 68px;
  transform: rotate(-8deg);
}

.map-route {
  position: absolute;
  height: 18px;
  border-radius: 999px;
  background: rgba(82, 103, 71, 0.2);
  transform-origin: left center;
}

.route-one {
  left: -8%;
  top: 48%;
  width: 118%;
  transform: rotate(-14deg);
}

.route-two {
  left: 34%;
  top: -8%;
  width: 86%;
  transform: rotate(68deg);
  background: rgba(111, 38, 50, 0.16);
}

.map-pin {
  position: absolute;
  left: 52%;
  top: 48%;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 8px;
  color: #fffaf4;
  background: var(--wine);
  box-shadow: 0 18px 42px rgba(111, 38, 50, 0.34);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.map-pin span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fffaf4;
}

.map-label {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 6px;
  padding: var(--space-card);
  border: 1px solid rgba(255, 250, 244, 0.5);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.76);
  backdrop-filter: blur(16px);
}

.map-label strong {
  color: var(--wine-dark);
  font-size: clamp(28px, 4vw, 42px);
  font-family: var(--font-accent);
  font-weight: 500;
  line-height: 1;
}

.map-label span {
  color: var(--muted);
  font-size: var(--fs-body-small);
  line-height: var(--lh-body);
}

.location-info {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-content: stretch;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.location-info > div {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 0;
  padding: var(--space-card);
  background: rgba(255, 250, 244, 0.76);
}

.location-info span {
  color: var(--ochre);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.location-info strong {
  color: var(--wine-dark);
  font-size: 22px;
  line-height: 1.2;
}

.location-actions {
  align-content: center;
  grid-template-columns: 1fr;
}

.telegram-button {
  gap: 8px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.price-card {
  min-height: 170px;
  display: grid;
  align-content: space-between;
  padding: var(--space-card);
  background: rgba(255, 250, 244, 0.74);
}

.price-card span {
  color: var(--muted);
  font-size: var(--fs-body-card);
  line-height: var(--lh-body);
}

.price-card strong {
  color: var(--wine-dark);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
}

.price-card.featured {
  color: #fffaf4;
  background: var(--wine);
}

.price-card.featured span,
.price-card.featured strong {
  color: #fffaf4;
}

.pricing .price-note {
  max-width: var(--section-max);
  margin: 22px auto 0;
  color: var(--wine-dark);
  font-size: var(--fs-body-card);
  line-height: var(--lh-body);
  font-weight: 720;
}

.signup-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(54px, 6vw, 82px) clamp(24px, 4vw, 46px);
  align-items: stretch;
}

.signup-panel {
  display: contents;
  min-width: 0;
}

.signup-heading {
  grid-column: 1 / -1;
}

.signup-visual {
  align-self: stretch;
  min-height: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.74);
  box-shadow: var(--shadow);
}

.signup-visual img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.lead-form {
  align-self: stretch;
  display: grid;
  gap: 16px;
  padding: calc(var(--space-card) + 2px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form span {
  color: var(--wine-dark);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(38, 25, 26, 0.16);
  border-radius: 8px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font: inherit;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.lead-form select {
  padding-right: 52px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23541f2d' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px 14px;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(111, 38, 50, 0.68);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(111, 38, 50, 0.1);
}

.lead-form textarea {
  resize: vertical;
}

.signup-copy a {
  color: var(--wine-dark);
  font-weight: 820;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.signup-copy p {
  font-size: 18px;
}

.signup-copy a[href^="tel:"] {
  white-space: nowrap;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.form-button {
  width: 100%;
}

.lead-form .form-note {
  max-width: none;
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.consent-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  column-gap: 10px;
}

.consent-check input[type="checkbox"] {
  margin-top: 2px;
  width: 16px;
  height: 16px;
}

.consent-check span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 520;
  line-height: var(--lh-caption);
  text-transform: none;
}

.consent-check a {
  color: var(--wine-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inline-link-button {
  padding: 0;
  border: 0;
  color: var(--wine-dark);
  background: transparent;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 30px clamp(18px, 5vw, 64px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer span:first-child {
  color: var(--wine-dark);
  font-weight: 820;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--wine-dark);
  font-weight: 720;
}

.footer-legal {
  flex: 0 1 auto;
  color: var(--muted);
  font-size: 13px;
  line-height: var(--lh-caption);
}

.footer-legal-wrap {
  flex-basis: 100%;
  display: grid;
  gap: 6px;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(38, 25, 26, 0.08);
}

.footer-cookie {
  margin-left: 0;
  font-size: 12px;
}

.footer-cookie a {
  color: var(--wine-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner {
  position: fixed;
  right: 16px;
  left: auto;
  bottom: 16px;
  z-index: 95;
  display: grid;
  width: min(420px, calc(100vw - 24px));
  grid-template-columns: 1fr;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(111, 38, 50, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.95);
  box-shadow: 0 18px 42px rgba(64, 36, 30, 0.2);
  backdrop-filter: blur(10px);
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cookie-banner a {
  color: var(--wine-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner .cookie-accept {
  min-height: 40px;
  width: fit-content;
  padding: 0 18px;
  white-space: nowrap;
}

.cookie-banner.is-hidden {
  display: none;
}

.terms-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.terms-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.terms-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(38, 25, 26, 0.48);
  backdrop-filter: blur(8px);
}

.terms-card {
  position: relative;
  width: min(860px, 100%);
  max-height: min(84svh, 920px);
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(255, 250, 244, 0.52);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.97);
  box-shadow: 0 30px 90px rgba(38, 25, 26, 0.3);
}

.terms-close {
  position: sticky;
  top: 0;
  float: right;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--wine-dark);
  background: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  cursor: pointer;
}

.terms-card h2 {
  margin: 0 48px 16px 0;
  font-family: var(--font-accent);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.02;
  color: var(--wine-dark);
}

.terms-card h3 {
  margin: 18px 0 8px;
  color: var(--wine-dark);
  font-size: 20px;
}

.terms-card p,
.terms-card li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.terms-card ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.terms-card a {
  color: var(--wine-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-observe {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.section-observe.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-heading + .lead-form {
  margin-top: 44px;
}

.thanks-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.thanks-shell {
  width: min(780px, 100%);
}

.thanks-card {
  margin-top: 28px;
  padding: clamp(28px, 6vw, 58px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.76);
  box-shadow: var(--shadow);
}

.thanks-card .button {
  margin-top: 28px;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.success-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.success-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(38, 25, 26, 0.42);
  backdrop-filter: blur(8px);
}

.success-card {
  position: relative;
  width: min(520px, 100%);
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 22px 24px 26px;
  border: 1px solid rgba(255, 250, 244, 0.48);
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 250, 244, 0.94);
  box-shadow: 0 30px 90px rgba(38, 25, 26, 0.28);
  transform: translateY(14px) scale(0.98);
  transition: transform 220ms ease;
}

.success-modal.is-open .success-card {
  transform: translateY(0) scale(1);
}

.success-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--wine-dark);
  background: rgba(255, 255, 255, 0.62);
  font-size: 24px;
  cursor: pointer;
}

.success-icon {
  position: relative;
  width: 78px;
  height: 78px;
  border: 2px solid rgba(111, 38, 50, 0.2);
  border-radius: 50%;
  background: rgba(201, 119, 24, 0.12);
}

.success-heart-wrap {
  display: grid;
  place-items: center;
}

.success-heart {
  color: var(--wine);
  font-size: 34px;
  line-height: 1;
  animation: heartBeat 1.5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes heartBeat {
  0%,
  100% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.12);
  }

  40% {
    transform: scale(0.98);
  }

  60% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(1);
  }
}

.success-card h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.06;
}

.success-card p {
  margin: 0;
  font-size: 18px;
}

@media (max-width: 1020px) {
  :root {
    --section-label-width: 180px;
  }

  .site-header {
    grid-template-columns: minmax(100px, 1fr) auto minmax(100px, 1fr);
    gap: 12px;
    padding: 10px 18px;
  }

  .brand-logo {
    width: clamp(90px, 11vw, 116px);
  }

  .nav {
    gap: 14px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .nav .social-icon {
    right: 18px;
  }

  .event-card {
    left: clamp(18px, 5vw, 64px);
    right: auto;
  }

  .hero-overlay {
    background:
      linear-gradient(95deg, rgba(11, 8, 6, 0.68) 0%, rgba(11, 8, 6, 0.56) 54%, rgba(11, 8, 6, 0.22) 78%, rgba(11, 8, 6, 0.08) 100%),
      linear-gradient(0deg, rgba(8, 5, 4, 0.38), rgba(8, 5, 4, 0.14) 46%, transparent 100%);
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .magic-layout,
  .location-layout,
  .gallery-grid,
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signup-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 10px 18px;
  }

  .menu-toggle {
    position: relative;
    z-index: 22;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    justify-self: end;
    border: 1px solid rgba(111, 38, 50, 0.16);
    border-radius: 50%;
    color: var(--wine-dark);
    background: rgba(255, 250, 244, 0.78);
    cursor: pointer;
  }

  .menu-toggle span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-6px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .nav {
    position: fixed;
    top: 63px;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 21;
    max-width: none;
    display: grid;
    gap: 0;
    padding: 10px 0 14px;
    border: 1px solid var(--line);
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    color: var(--wine-dark);
    font-size: 13px;
    font-weight: 760;
    text-transform: uppercase;
    white-space: normal;
    background: rgba(255, 250, 244, 0.96);
    box-shadow: 0 24px 70px rgba(64, 36, 30, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 18px;
    border-bottom: 1px solid rgba(38, 25, 26, 0.08);
  }

  .nav a[href="#signup"]:not(.nav-booking) {
    display: none;
  }

  .nav .nav-booking {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    min-height: 50px;
    padding: 0 18px;
    margin-left: 18px;
    margin-right: 18px;
    border: 1px solid rgba(111, 38, 50, 0.3);
    border-radius: 8px;
    color: #fffaf4;
    background: var(--wine);
    font-size: 13px;
    font-weight: 780;
  }

  .nav .nav-booking::after {
    content: none;
  }

  .nav .nav-booking:hover,
  .nav .nav-booking:focus-visible {
    color: #fffaf4;
    background: var(--wine-dark);
  }

  .nav a:not(.social-icon):not(.nav-booking)::after {
    content: none;
  }

  .nav .social-icon {
    position: static;
    top: auto;
    transform: none;
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 0;
    justify-content: center;
    gap: 10px;
    background: transparent;
  }

  .nav .social-icon:hover,
  .nav .social-icon:focus-visible {
    transform: none;
  }

  .nav .social-icon::after {
    content: "Telegram";
    font-size: 13px;
    font-weight: 760;
  }

  .menu-open {
    overflow: hidden;
  }

  .menu-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 19;
    background: rgba(20, 12, 14, 0.42);
    backdrop-filter: blur(2px);
    pointer-events: none;
  }

  .brand-logo {
    width: 104px;
  }

  .hero {
    min-height: 100svh;
    padding: 94px 18px 24px;
    align-items: stretch;
  }

  .hero-overlay {
    background:
      linear-gradient(95deg, rgba(11, 8, 6, 0.62) 0%, rgba(11, 8, 6, 0.5) 56%, rgba(11, 8, 6, 0.18) 78%, rgba(11, 8, 6, 0.07) 100%),
      linear-gradient(0deg, rgba(8, 5, 4, 0.34), rgba(8, 5, 4, 0.12) 46%, transparent 100%);
  }

  .hero-image,
  .hero-video {
    height: 100%;
    object-position: 52% center;
  }

  .hero-copy {
    width: min(360px, calc(100vw - 36px));
    max-width: min(360px, calc(100vw - 36px));
    min-height: calc(100svh - 118px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding-bottom: 0;
    text-align: left;
  }

  .hero-lead {
    max-width: min(360px, calc(100vw - 36px));
    margin-left: 0;
    margin-right: 0;
  }

  .hero h1 {
    margin: 14px 0 22px;
    width: auto;
    text-align: left;
    font-size: clamp(38px, 12.6vw, 56px);
    line-height: 1;
  }

  .hero .eyebrow {
    justify-content: flex-start;
    width: auto;
    text-align: left;
  }

  .intro h2,
  .magic h2,
  .atmosphere h2,
  .pricing h2,
  .gallery h2,
  .location h2,
  .signup h2,
  .thanks-card h1,
  .success-card h2 {
    font-size: clamp(31px, 10vw, 38px);
    line-height: 1.08;
  }

  .intro p,
  .magic p,
  .atmosphere p,
  .pricing p,
  .signup p,
  .thanks-card p,
  .success-card p {
    font-size: 18px;
  }

  .magic .section-content > p {
    margin-top: 14px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .event-card {
    display: none;
  }

  .event-meta {
    padding: 12px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 250, 244, 0.24);
  }

  section:not(.hero) {
    padding: var(--space-section-y-mobile) 18px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }

  .section-main,
  .section-kicker {
    grid-column: 1;
  }

  .section-content {
    margin-left: 0;
  }

  .section-kicker {
    padding-top: 0;
  }

  .section-main,
  .intro .section-main {
    padding-top: 0;
  }

  .steps,
  .intro-layout,
  .details-grid,
  .magic-layout,
  .location-layout,
  .gallery-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .intro-visual img {
    height: 260px;
  }

  .step-card {
    min-height: 230px;
    padding: var(--space-card-mobile);
  }

  .step-card h3 {
    margin-top: 48px;
    font-size: 22px;
    line-height: 1.08;
  }

  .card-icon {
    width: 58px;
    height: 58px;
  }

  .lead-form {
    padding: var(--space-card-mobile);
  }

  .signup-visual {
    min-height: 280px;
    height: auto;
  }

  .location-layout {
    min-height: auto;
  }

  .map-card,
  .place-card {
    min-height: 340px;
    max-height: none;
  }

  .place-slider-arrow {
    width: 42px;
    height: 42px;
    font-size: 32px;
  }

  .place-slider-arrow.prev {
    left: 12px;
  }

  .place-slider-arrow.next {
    right: 12px;
  }

  .location-info > div {
    min-height: auto;
  }

  .button {
    width: 100%;
    min-width: 0;
    padding-inline: 16px;
    text-align: center;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    width: auto;
  }

.cookie-banner .cookie-accept {
  width: 100%;
}

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .heading-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
