:root {
  --ink: #352a2f;
  --soft-ink: #6f6268;
  --muted: #95868d;
  --rose: #ff8fbd;
  --rose-hot: #f25d9d;
  --rose-light: #ffe8f1;
  --porcelain: #fffafc;
  --milk: #fff7f9;
  --line: rgba(133, 92, 112, 0.16);
  --shadow: 0 1.4rem 4rem rgba(185, 82, 130, 0.15);
  font-family: "Futura PT", Futura, "Century Gothic", "Avenir Next", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--milk); scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; color: var(--ink); background: var(--milk); }
a { color: inherit; text-decoration: none; }
.site { position: relative; overflow: hidden; }
.site::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 187, 212, 0.5), transparent 21rem),
    radial-gradient(circle at 88% 8%, rgba(255, 233, 241, 0.82), transparent 24rem),
    linear-gradient(135deg, #fff 0%, #fff3f7 46%, #fff 100%);
  content: "";
}
.site::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.34;
  background-image:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 143, 189, 0.18) 38% 39%, transparent 39% 100%),
    radial-gradient(circle at 70% 58%, rgba(255, 255, 255, 0.92), transparent 22rem);
  content: "";
  pointer-events: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(1rem, 2.6vw, 2.6rem);
  display: grid;
  align-content: start;
}
.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,247,250,0.62) 48%, rgba(255,247,249,0.96)),
    url("assets/premium-pink-bg.png") center / cover no-repeat;
  content: "";
  opacity: 0.72;
}
.hero::after {
  position: absolute;
  left: 50%;
  bottom: clamp(2rem, 6vh, 5rem);
  width: min(74rem, calc(100% - 2rem));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(242, 93, 157, 0.36), transparent);
  content: "";
}
.topbar,
.hero-stage,
.ritual,
.destinations,
.site-footer { position: relative; z-index: 1; }

.topbar {
  width: min(76rem, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.logo-link { grid-column: 2; display: inline-flex; justify-self: center; }
.brand-logo { width: clamp(9.8rem, 12vw, 12.6rem); filter: drop-shadow(0 0.9rem 1.2rem rgba(242, 93, 157, 0.12)); }
.top-links { justify-self: end; display: flex; gap: 0.45rem; }
.top-links a {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(255,255,255,0.84);
  border-radius: 10px;
  background: rgba(255,255,255,0.54);
  color: #74656c;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 0.5rem 1.4rem rgba(188, 97, 139, 0.08);
}

.hero-stage {
  width: min(76rem, 100%);
  margin: clamp(2rem, 8vh, 6.4rem) auto 0;
  display: grid;
  justify-items: center;
  text-align: center;
}
.eyebrow,
.section-kicker,
.destinations-head span {
  margin: 0 0 0.95rem;
  color: var(--rose-hot);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
h1,
h2 { font-family: Oswald, Impact, "Arial Narrow", sans-serif; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
h1 {
  max-width: 17ch;
  margin: 0;
  color: #3a2d32;
  font-size: clamp(2.25rem, 5.2vw, 4.65rem);
  line-height: 0.96;
  text-wrap: balance;
}
h1 span { display: block; color: #cf4f8d; }
h1 mark {
  display: inline-block;
  margin-left: 0.12em;
  padding: 0.03em 0.18em 0.09em;
  border-radius: 0.16em;
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255, 207, 226, 0.84));
  color: #bb3f7e;
  box-shadow: inset 0 -0.08em 0 rgba(255, 143, 189, 0.36), 0 0.35em 1em rgba(242, 93, 157, 0.12);
}
.lead {
  max-width: 43rem;
  margin: 1.15rem 0 0;
  color: var(--soft-ink);
  font-size: clamp(1rem, 1.28vw, 1.16rem);
  line-height: 1.75;
}

.draw-ribbon {
  width: min(48rem, 100%);
  margin: clamp(1.45rem, 3vw, 2.2rem) auto 0;
  padding: 0.65rem;
  display: grid;
  grid-template-columns: minmax(10rem, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
  gap: 0.55rem;
  border: 1px solid rgba(255,255,255,0.92);
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,0.42);
  backdrop-filter: blur(16px);
}
.draw-intro {
  display: grid;
  align-content: center;
  gap: 0.18rem;
  min-height: 4rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 239, 246, 0.94), rgba(255,255,255,0.72));
  text-align: left;
}
.draw-intro span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.draw-intro strong {
  color: #c64f8a;
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1;
}
.timer { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; }
.timer div {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 4rem;
  padding: 0.42rem 0.2rem;
  text-align: center;
}
.timer div + div::before {
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: rgba(199, 113, 153, 0.18);
  content: "";
}
.timer strong {
  display: block;
  color: #2f282c;
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(1.35rem, 2.35vw, 2rem);
  line-height: 0.92;
}
.timer span {
  display: block;
  margin-top: 0.24rem;
  color: #a28693;
  font-size: 0.56rem;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: clamp(1.2rem, 2.2vw, 1.65rem);
}
.primary-button,
.text-link {
  min-height: 3.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.primary-button {
  position: relative;
  overflow: hidden;
  padding: 0.88rem 1.55rem;
  background: linear-gradient(135deg, #f35d9f, #ff91c1 54%, #ffd2e4);
  color: #fff;
  box-shadow: 0 1rem 2.2rem rgba(242, 93, 157, 0.27), inset 0 1px 0 rgba(255,255,255,0.5);
  transform: translateZ(0);
}
.primary-button::before {
  position: absolute;
  inset: -45% auto -45% -50%;
  width: 38%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.62), transparent);
  content: "";
  animation: button-glow 3.5s ease-in-out infinite;
}
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 1.35rem 2.6rem rgba(242, 93, 157, 0.32), inset 0 1px 0 rgba(255,255,255,0.6); }
.text-link { padding: 0.84rem 1.1rem; color: #56464d; }
@keyframes button-glow { 0%, 44% { left: -50%; } 72%, 100% { left: 116%; } }

.ritual {
  width: min(76rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4.8rem, 8vw, 7.2rem) 0 clamp(3.6rem, 7vw, 5.4rem);
}
.section-kicker { text-align: center; }
.ritual-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.62fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.ritual-title h2,
.destinations-head h2 {
  margin: 0;
  color: #372b30;
  font-size: clamp(1.8rem, 3.6vw, 3.2rem);
  line-height: 1;
  text-wrap: balance;
}
.ritual-title p {
  max-width: 22rem;
  margin: 1rem 0 0;
  color: var(--soft-ink);
  line-height: 1.65;
}
.ritual-steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.ritual-steps li {
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  gap: clamp(1rem, 2vw, 1.6rem);
  padding: clamp(1.15rem, 2.5vw, 1.6rem) 0;
  border-bottom: 1px solid var(--line);
}
.ritual-steps span {
  color: rgba(242, 93, 157, 0.42);
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(1.9rem, 3.8vw, 3.4rem);
  line-height: 0.92;
}
.ritual-steps strong { display: block; color: #372b30; font-size: clamp(1.04rem, 1.5vw, 1.2rem); }
.ritual-steps p { margin: 0.35rem 0 0; color: var(--soft-ink); line-height: 1.55; }
.ritual-steps b { color: var(--rose-hot); }

.destinations {
  width: min(76rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.4rem, 6vw, 5rem) 0 clamp(2.6rem, 5vw, 4rem);
  border-top: 1px solid rgba(242, 93, 157, 0.18);
}
.destinations-head { display: grid; justify-items: center; text-align: center; }
.destination-links {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 0.9fr 1.25fr 0.9fr;
  gap: clamp(0.8rem, 1.6vw, 1.2rem);
}
.destination-link {
  display: grid;
  grid-template-columns: 3.1rem 1fr 2.55rem;
  align-items: center;
  gap: 1rem;
  min-height: 8rem;
  padding: 1.15rem;
  border: 2px solid rgba(255,255,255,0.95);
  border-radius: 16px;
  box-shadow: 0 1rem 2.4rem rgba(136,78,120,0.14), inset 0 0 0 1px rgba(255,255,255,0.46);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  cursor: pointer;
}
.destination-link:hover { transform: translateY(-4px); border-color: rgba(255,255,255,1); box-shadow: 0 1.45rem 3rem rgba(136,78,120,0.22), inset 0 0 0 1px rgba(255,255,255,0.62); }
.destination-link::after {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,0.72);
  color: #2e292d;
  content: "→";
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45);
}
.destination-icon {
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border-radius: 13px;
  color: white;
  box-shadow: 0 0.8rem 1.5rem rgba(90, 49, 70, 0.13);
}
.destination-icon svg { width: 1.38rem; height: 1.38rem; fill: currentColor; }
.destination-link strong,
.destination-link small { display: block; }
.destination-link strong { color: #372b30; font-size: 1.04rem; }
.destination-link small { margin-top: 0.28rem; color: var(--soft-ink); line-height: 1.38; }
.wb { background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255, 88, 180, 0.19)); }
.telegram { background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(49, 198, 238, 0.2)); }
.instagram { background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255, 230, 108, 0.18), rgba(255, 110, 142, 0.16)); }
.wb .destination-icon { background: linear-gradient(135deg, #b935f2, #ff58b4); }
.telegram .destination-icon { background: linear-gradient(135deg, #31c6ee, #4a8ff3); }
.instagram .destination-icon { background: linear-gradient(135deg, #ffe66c, #ff6e8e 52%, #bd51ff); }

.site-footer {
  width: min(76rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 1.35rem;
  display: grid;
  gap: 0.65rem;
  justify-items: center;
  color: var(--muted);
  text-align: center;
}
.site-footer img { width: 7.2rem; opacity: 0.95; }
.site-footer p { margin: 0; font-size: 0.9rem; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-stage { margin-top: 2.2rem; }
  h1 { max-width: 16ch; font-size: clamp(2.1rem, 8vw, 3.85rem); }
  .draw-ribbon { grid-template-columns: 1fr; border-radius: 28px; }
  .draw-intro { text-align: center; }
  .ritual-layout,
  .destination-links { grid-template-columns: 1fr; }
  .ritual-title { text-align: center; }
  .ritual-title p { margin-left: auto; margin-right: auto; }
}
@media (max-width: 640px) {
  .hero { padding: 1rem; }
  .topbar { grid-template-columns: 1fr; justify-items: center; gap: 0.7rem; }
  .logo-link { grid-column: auto; }
  .top-links { justify-self: center; flex-wrap: wrap; justify-content: center; }
  h1 { font-size: clamp(1.95rem, 9vw, 2.9rem); }
  .lead { font-size: 0.98rem; }
  .timer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timer div:nth-child(3)::before { display: none; }
  .hero-actions { width: 100%; flex-direction: column; }
  .primary-button,
  .text-link { width: 100%; }
  .ritual { padding-top: 3.4rem; }
  .ritual-steps li { grid-template-columns: 3.4rem 1fr; }
  .destination-link { grid-template-columns: 3.1rem 1fr 2.3rem; min-height: 7.2rem; }
  .destination-link::after { width: 2.3rem; height: 2.3rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary-button::before { animation: none; }
  .primary-button,
  .destination-link { transition: none; }
}
