:root {
  --ink: #2a2226;
  --soft-ink: #786a70;
  --muted: #aa9aa1;
  --title-rose: #c77f9b;
  --title-petal: #e8aeca;
  --title-gold: #ddb56d;
  --title-plum: #9d687b;
  --rose: #f29ac0;
  --rose-deep: #c54f80;
  --gold: #c99b52;
  --champagne: #f7dfad;
  --aqua: #91def6;
  --lavender: #d8c7ff;
  --cream: #fff8f2;
  --mx: 50%;
  --my: 34%;
  font-family: "Futura PT", Futura, "Century Gothic", "Avenir Next", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: #fff7fb; scroll-behavior: smooth; overflow-x: hidden; }
body { min-height: 100vh; margin: 0; color: var(--ink); background: #fff7fb; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.site { position: relative; min-height: 100vh; overflow: hidden; isolation: isolate; }
.site::before {
  position: fixed;
  inset: -26% -18%;
  z-index: -3;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255,120,190,0.56), transparent 11.5rem),
    radial-gradient(circle at calc(var(--mx) + 7%) calc(var(--my) + 5%), rgba(102,220,248,0.36), transparent 13rem),
    radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,0.9), transparent 15.5rem),
    radial-gradient(ellipse at 8% 17%, rgba(255,172,210,0.52), transparent 28rem),
    radial-gradient(ellipse at 88% 11%, rgba(132,223,246,0.42), transparent 30rem),
    radial-gradient(ellipse at 20% 88%, rgba(255,219,161,0.35), transparent 31rem),
    radial-gradient(ellipse at 88% 80%, rgba(232,204,255,0.28), transparent 30rem),
    linear-gradient(132deg, #fff 0%, #fff1f7 33%, #fbfdff 62%, #fff8ec 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 156% 156%, 158% 158%, 150% 150%, 152% 152%, 100% 100%;
  content: "";
  transform: translate3d(var(--bg-shift-x, 0px), var(--bg-shift-y, 0px), 0);
  animation: none;
  will-change: auto;
}
.site::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.52;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,0.9), transparent 17rem),
    linear-gradient(120deg, rgba(255,255,255,0.12), rgba(255,255,255,0.58) 42%, rgba(255,255,255,0.16) 72%);
  background-size: 100% 100%, 180% 180%;
  transform: translate3d(var(--bg-shift-x-soft, 0px), var(--bg-shift-y-soft, 0px), 0);
  animation: none;
  will-change: auto;
  pointer-events: none;
  content: "";
}
@keyframes background-float-main {
  from { transform: translate3d(calc(var(--bg-shift-x, 0px) - 10px), calc(var(--bg-shift-y, 0px) - 8px), 0) scale(1); }
  to { transform: translate3d(calc(var(--bg-shift-x, 0px) + 12px), calc(var(--bg-shift-y, 0px) + 8px), 0) scale(1.012); }
}
@keyframes background-float-soft {
  from { transform: translate3d(calc(var(--bg-shift-x-soft, 0px) + 8px), calc(var(--bg-shift-y-soft, 0px) - 7px), 0) scale(1.006); }
  to { transform: translate3d(calc(var(--bg-shift-x-soft, 0px) - 9px), calc(var(--bg-shift-y-soft, 0px) + 9px), 0) scale(1.018); }
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(1rem, 2.3vw, 2.5rem) clamp(1rem, 2.3vw, 2.5rem) 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}
.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,255,255,0.76), rgba(255,247,252,0.34) 48%, rgba(255,248,252,0.95));
  content: "";
}
.topbar,
.hero-frame,
.ritual,
.destinations,
.site-footer { position: relative; z-index: 1; }
.topbar {
  width: min(90rem, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}
.logo-link { display: inline-flex; grid-column: 2; justify-self: center; }
.brand-logo { width: clamp(9.4rem, 11vw, 12.5rem); }
.top-links { grid-column: 3; display: flex; align-items: center; justify-content: flex-end; gap: 0.5rem; flex-wrap: nowrap; }
.top-links a {
  min-height: 2.42rem;
  display: inline-flex;
  align-items: center;
  padding: 0.54rem 0.98rem;
  border: 1px solid rgba(108,77,86,0.1);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,0.68), rgba(255,244,249,0.46));
  color: #6e5c62;
  font-size: 0.7rem;
  font-weight: 900;
  box-shadow: 0 0.55rem 1.4rem rgba(180,92,128,0.07);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.top-links a:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,233,244,0.76));
  color: #8b4260;
  box-shadow: 0 1rem 2rem rgba(197,79,128,0.16), inset 0 0 0 1px rgba(255,255,255,0.72);
}

.hero-frame {
  width: min(90rem, 100%);
  margin: clamp(1.2rem, 3.2vh, 2.8rem) auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.4rem, 1.8vw, 1.5rem);
  align-items: end;
  justify-items: center;
}
.hero-copy {
  align-self: center;
  max-width: 68rem;
  padding-bottom: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}
.eyebrow,
.section-kicker,
.destinations-head span {
  margin: 0 0 0.85rem;
  color: #a06d42;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4 { font-family: Oswald, Impact, "Arial Narrow", sans-serif; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
h1 {
  max-width: 20ch;
  margin: 0;
  color: transparent;
  background:
    linear-gradient(112deg, var(--title-rose) 0%, var(--title-petal) 37%, var(--title-gold) 64%, var(--title-plum) 100%),
    linear-gradient(104deg, transparent 0%, transparent 36%, rgba(255,255,255,0.92) 48%, transparent 60%, transparent 100%);
  background-size: 100% 100%, 220% 100%;
  background-position: 0 0, 150% 0;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(2.45rem, 6.1vw, 6.45rem);
  line-height: 1.13;
  text-wrap: balance;
  text-shadow: 0 1.15rem 3.4rem rgba(199,127,155,0.12);
  animation: title-shine 5.2s ease-in-out 2;
}
@keyframes title-shine {
  0%, 42% { background-position: 0 0, 150% 0; }
  72%, 100% { background-position: 0 0, -55% 0; }
}
h1 span {
  display: block;
  color: inherit;
  white-space: nowrap;
}
h1 .title-line {
  display: block;
  color: transparent;
  background:
    linear-gradient(112deg, var(--title-rose) 0%, var(--title-petal) 37%, var(--title-gold) 64%, var(--title-plum) 100%),
    linear-gradient(104deg, transparent 0%, transparent 32%, rgba(255,255,255,0.98) 48%, transparent 64%, transparent 100%);
  background-size: 100% 100%, 92% 100%;
  background-position: 0 0, 170% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: title-line-shine 4.2s ease-in-out 2;
}
@keyframes title-line-shine {
  0%, 38% { background-position: 0 0, 170% 0; }
  68%, 100% { background-position: 0 0, -120% 0; }
}

h1 mark {
  position: relative;
  top:20px;
  display: inline-block;
  margin-left: 0.06em;
  padding: 0.01em 0.14em 0.075em;
  border-radius: 0.12em;
  overflow: hidden;
  background: linear-gradient(135deg, #fff, #fff0d4 56%, #ffd06b 165%);
  color: #8b562f;
  -webkit-text-fill-color: #8b562f;
  box-shadow: inset 0 -0.075em 0 rgba(201,155,82,0.26), 0 0.48em 1.1em rgba(197,79,128,0.1);
}
h1 mark::after {
  position: absolute;
  inset: -30% auto -30% -65%;
  width: 48%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.86), transparent);
  animation: title-mark-shine 4.2s ease-in-out 2;
  content: "";
}
@keyframes title-mark-shine {
  0%, 40% { left: -65%; }
  72%, 100% { left: 118%; }
}
.lead {
  max-width: 43rem;
  margin: 1rem auto 0;
  color: var(--soft-ink);
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  line-height: 1.72;
}
.countdown {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(42rem, 100%);
  margin: 1.4rem auto 0;
  padding: clamp(1.2rem, 1.95vw, 1.55rem);
  border: 1px solid rgba(230,167,195,0.55);
  border-radius: 1.55rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(255,241,248,0.82)),
    radial-gradient(circle at 13% 0%, rgba(255,176,214,0.66), transparent 54%),
    radial-gradient(circle at 94% 6%, rgba(255,215,145,0.55), transparent 50%);
  box-shadow: 0 1.85rem 5rem rgba(172,86,124,0.24), 0 0 0 0.62rem rgba(255,218,233,0.28), inset 0 0 0 1px rgba(255,255,255,0.9);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.countdown::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.9) 28%, rgba(255,186,218,0.72) 48%, rgba(255,213,142,0.62) 68%, rgba(255,255,255,0.12) 100%);
  opacity: 0.96;
  content: "";
}
.countdown::after {
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 1.38rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.58), rgba(255,255,255,0.08));
  content: "";
}
.countdown-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(199,127,155,0.16);
}
.countdown-head span {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.countdown-head strong {
  color: transparent;
  background: linear-gradient(112deg, #c77f9b, #ddb56d);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(1.34rem, 2vw, 1.72rem);
  line-height: 1;
}
.timer { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.45rem; margin-top: 0.88rem; }
.timer div {
  min-height: 4.95rem;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 0.45rem 0.18rem;
  border-radius: 0.92rem;
  border: 1px solid rgba(255,255,255,0.74);
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(255,239,248,0.68));
  box-shadow: 0 0.95rem 1.9rem rgba(199,127,155,0.16), inset 0 0 0 1px rgba(255,255,255,0.78);
}
.timer strong {
  display: block;
  color: transparent;
  background: linear-gradient(135deg, #b76f8e, #e4b86f);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(1.82rem, 2.7vw, 2.48rem);
  line-height: 0.9;
}
.timer span {
  display: block;
  margin-top: 0.25rem;
  color: #97868e;
  font-size: 0.54rem;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.76rem; margin-top: 1rem; }
.primary-button,
.text-link {
  min-height: 3.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}
.primary-button {
  position: relative;
  overflow: hidden;
  padding: 0.92rem 1.45rem;
  border: 1px solid rgba(232,174,202,0.7);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.86), rgba(255,239,248,0.66)),
    radial-gradient(circle at 18% 0%, rgba(255,184,216,0.52), transparent 52%),
    radial-gradient(circle at 92% 10%, rgba(255,218,150,0.46), transparent 48%);
  color: #985a72;
  box-shadow: 0 1.08rem 2.55rem rgba(190,103,143,0.18), 0 0 0 0.22rem rgba(255,228,239,0.2), inset 0 0 0 1px rgba(255,255,255,0.82);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.primary-button::before {
  position: absolute;
  inset: -58% auto -58% -56%;
  width: 44%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.92), transparent);
  content: "";
  animation: button-glow 3.8s ease-in-out 3;
}
.primary-button:hover {
  transform: translateY(-3px);
  border-color: rgba(232,174,202,0.92);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(255,236,247,0.76)),
    radial-gradient(circle at 18% 0%, rgba(255,184,216,0.62), transparent 52%),
    radial-gradient(circle at 92% 10%, rgba(255,218,150,0.54), transparent 48%);
  color: #854b64;
  box-shadow: 0 1.45rem 3.12rem rgba(190,103,143,0.24), 0 0 0 0.32rem rgba(255,224,238,0.25), inset 0 0 0 1px rgba(255,255,255,0.92);
}
.text-link {
  padding: 0.86rem 1rem;
  border: 1px solid rgba(22,18,19,0.1);
  background: rgba(255,255,255,0.52);
  color: #51484c;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.text-link:hover { transform: translateY(-2px); background: rgba(255,255,255,0.88); box-shadow: 0 0.9rem 2rem rgba(180,92,128,0.12); }
@keyframes button-glow { 0%, 44% { left: -52%; } 72%, 100% { left: 116%; } }

.portrait-stage {
  position: relative;
  min-height: clamp(47rem, 70vw, 66rem);
  display: grid;
  align-items: end;
  justify-items: center;
}
.portrait-aura {
  position: absolute;
  inset: -4% -10% -3% -8%;
  border-radius: 46% 54% 0 0;
  background: radial-gradient(ellipse at 52% 42%, rgba(255,255,255,0.94), rgba(255,231,241,0.46) 48%, transparent 73%);
  pointer-events: none;
}
.portrait-cutout {
  position: relative;
  z-index: 2;
  width: min(138%, 82rem);
  display: grid;
  place-items: end center;
}
.model-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-height: 104svh;
  object-fit: contain;
  object-position: bottom center;
  image-rendering: auto;
  filter: none;
}
.model-effect,
.scan-line {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-mask-image: url("assets/beauty-model.png");
  mask-image: url("assets/beauty-model.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
}
.effect-luminous {
  opacity: 0.32;
  mix-blend-mode: normal;
  background:
    radial-gradient(circle at 42% 48%, rgba(255,174,211,0.62), transparent 8.5rem),
    radial-gradient(circle at 63% 50%, rgba(255,220,159,0.38), transparent 8rem);
}
.effect-scan {
  display: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,0) 46%, rgba(255,255,255,0.46) 49%, rgba(255,255,255,0.96) 50%, rgba(255,255,255,0.34) 51%, transparent 54% 100%);
  transform: translate3d(0, -62%, 0);
  will-change: transform, opacity;
  animation: none;
}
.scan-line {
  z-index: 3;
  opacity: 0;
  mix-blend-mode: normal;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,0) 46%, rgba(255,255,255,0.72) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.55) 51%, transparent 54% 100%);
  background-size: 100% 100%;
  filter: none;
  transform: translate3d(0, -62%, 0);
  will-change: transform, opacity;
  animation: none;
}
.portrait-cutout.is-scanning .scan-line {
  animation: scan-line 3s cubic-bezier(.66,0,.2,1) infinite;
}
@keyframes scan-line {
  0%, 5% { opacity: 0; transform: translate3d(0, -62%, 0); }
  10% { opacity: 1; }
  42% { opacity: 1; transform: translate3d(0, 62%, 0); }
  50%, 100% { opacity: 0; transform: translate3d(0, 62%, 0); }
}

.ritual {
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: 56rem;
  width: 100%;
  margin: 0 auto;
  padding: clamp(4.2rem, 7vw, 6.6rem) max(1rem, calc((100% - 86rem) / 2)) clamp(3.8rem, 7vw, 5.8rem);
  background: linear-gradient(180deg, rgba(255,246,250,0.96), rgba(249,247,255,0.94));
  border-top: 1px solid rgba(22,18,19,0.08);
}
.section-kicker { text-align: center; }
.ritual-layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.52fr) minmax(0, 1fr);
  gap: clamp(2.2rem, 6vw, 6rem);
  align-items: start;
}
.ritual-title h2,
.destinations-head h2 {
  margin: 0;
  color: transparent;
  background: linear-gradient(112deg, var(--title-rose), var(--title-gold) 62%, var(--title-plum));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(2rem, 4.1vw, 4rem);
  line-height: 0.96;
  text-wrap: balance;
}
.ritual-title p {
  max-width: 31rem;
  margin: 1rem 0 0;
  color: var(--soft-ink);
  line-height: 1.7;
}
.ritual-steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
  border-top: 1px solid rgba(22,18,19,0.1);
}
.ritual-steps li {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: clamp(1rem, 2vw, 1.6rem);
  padding: clamp(1.15rem, 2.5vw, 1.75rem) 0;
  border-bottom: 1px solid rgba(22,18,19,0.1);
}
.ritual-steps span {
  color: transparent;
  background: linear-gradient(135deg, #9c6b3f, #d7ad65 58%, #c54f80);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 0.9;
}
.ritual-steps strong { display: block; color: var(--ink); font-size: clamp(1.05rem, 1.5vw, 1.2rem); }
.ritual-steps p { margin: 0.36rem 0 0; color: var(--soft-ink); line-height: 1.56; }
.ritual-steps b { color: #9c6b3f; }

.destinations {
  content-visibility: auto;
  contain-intrinsic-size: 42rem;
  width: min(86rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.8rem, 7vw, 5.8rem) 0 clamp(2.8rem, 5vw, 4.2rem);
}
.destinations-head { display: grid; justify-items: center; text-align: center; }
.destination-links {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 0.86fr 1.28fr 0.86fr;
  gap: clamp(0.8rem, 1.55vw, 1.15rem);
}
.destination-link {
  min-height: 8.35rem;
  display: grid;
  grid-template-columns: 3.12rem 1fr 2.55rem;
  align-items: center;
  gap: 1rem;
  padding: 1.18rem;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 1.08rem;
  box-shadow: 0 1.1rem 3rem rgba(155,73,115,0.12), inset 0 0 0 1px rgba(255,255,255,0.62);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  cursor: pointer;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.destination-link:hover .destination-icon { transform: scale(1.04); }
.destination-link:hover { transform: translateY(-5px); border-color: rgba(255,255,255,0.9); box-shadow: 0 1.65rem 3.4rem rgba(155,73,115,0.2), inset 0 0 0 1px rgba(255,255,255,0.76); }
.destination-link::after {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border-radius: 0.8rem;
  background: rgba(255,255,255,0.72);
  color: var(--ink);
  content: "→";
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  font-size: 1.28rem;
  box-shadow: inset 0 0 0 1px rgba(22,18,19,0.06);
  transition: transform 180ms ease, background 180ms ease;
}
.destination-link:hover::after { transform: translateX(3px); background: rgba(255,255,255,0.92); }
.destination-icon {
  display: grid;
  width: 3.12rem;
  height: 3.12rem;
  place-items: center;
  border-radius: 0.86rem;
  color: white;
  box-shadow: 0 0.8rem 1.5rem rgba(90,49,70,0.13);
  transition: transform 180ms ease;
}
.destination-icon svg { width: 1.38rem; height: 1.38rem; fill: currentColor; }
.destination-link strong,
.destination-link small { display: block; }
.destination-link strong { color: var(--ink); font-size: 1.05rem; }
.destination-link small { margin-top: 0.3rem; color: var(--soft-ink); line-height: 1.38; }
.wb { background: linear-gradient(135deg, rgba(255,255,255,0.66), rgba(255,88,180,0.18)); }
.telegram { background: linear-gradient(135deg, rgba(255,255,255,0.68), rgba(49,198,238,0.18)); }
.instagram { background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,230,108,0.16), rgba(255,110,142,0.15)); }
.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 {
  content-visibility: auto;
  contain-intrinsic-size: 10rem;
  width: min(86rem, 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: 1080px) {
  .hero { min-height: auto; }
  .hero-frame,
  .ritual-layout,
  .destination-links { grid-template-columns: 1fr; }
  .hero-copy { margin: 0 auto; text-align: center; padding-bottom: 0; }
  h1 { margin: 0 auto; max-width: 20ch; font-size: clamp(2.55rem, 10.2vw, 5.2rem); }
  .lead { margin-left: auto; margin-right: auto; }
  .countdown { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .portrait-stage { min-height: 48rem; }
  .ritual-title { text-align: center; }
  .ritual-title p { margin-left: auto; margin-right: auto; }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding: 0.9rem 1rem 0;
    overflow: hidden;
  }
  .topbar {
    width: min(100%, 42rem);
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.58rem;
  }
  .brand-logo { width: clamp(8.4rem, 20vw, 10.6rem); }
  .logo-link,
  .top-links { grid-column: 1; }
  .top-links { justify-content: center; width: 100%; }
  .hero-frame {
    width: min(100%, 44rem);
    margin: clamp(0.7rem, 2vh, 1.2rem) auto 0;
    gap: 0;
  }
  .hero-copy {
    width: 100%;
    max-width: 43rem;
  }
  .eyebrow { margin-bottom: 0.55rem; }
  h1 {
    width: 100%;
    max-width: 15.6ch;
    margin-inline: auto;
    font-size: clamp(2.2rem, 7.3vw, 4.05rem);
    line-height: 1.15;
    text-align: center;
  }
  h1 .title-line { white-space: nowrap; }
  h1 .title-line:nth-child(2) { font-size: 0.82em; }
  h1 mark { padding-inline: 0.11em; top:5px}
  .lead {
    max-width: 36rem;
    margin-top: 0.85rem;
    font-size: clamp(0.9rem, 2.4vw, 1.02rem);
    line-height: 1.55;
  }
  .countdown {
    width: min(100%, 38rem);
    margin-top: 1rem;
    padding: 0.92rem;
  }
  .timer { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.42rem; }
  .timer div { min-width: 0; min-height: 3.45rem; }
  .timer strong { font-size: clamp(1.25rem, 4.2vw, 1.8rem); }
  .hero-actions { width: min(100%, 33rem); margin-inline: auto; }
  .portrait-stage {
    height: clamp(17.6rem, 52vw, 25.5rem);
    min-height: 0;
    margin-top: 0.7rem;
  }
  .portrait-cutout {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .model-photo {
    position: absolute;
    left: 50%;
    top: clamp(-2.4rem, -5vw, -0.8rem);
    width: min(166%, 42rem);
    max-width: none;
    max-height: none;
    transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .site::before { animation: none; }
  .site { overflow-x: clip; }
  .hero {
    min-height: auto;
    padding: 0.8rem 0.88rem 0;
    overflow: hidden;
  }
  .topbar {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.54rem;
  }
  .brand-logo { width: clamp(8rem, 36vw, 9.7rem); }
  .logo-link,
  .top-links { grid-column: 1; }
  .top-links {
    width: 100%;
    justify-content: center;
    gap: 0.34rem;
  }
  .top-links a {
    min-height: 2.12rem;
    padding: 0.42rem 0.58rem;
    white-space: nowrap;
    font-size: 0.64rem;
  }
  .hero-frame {
    width: 100%;
    margin: clamp(0.72rem, 2.1vh, 1.08rem) auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .hero-copy {
    width: 100%;
    max-width: 22.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .eyebrow {
    margin: 0 0 0.48rem;
    font-size: 0.64rem;
    letter-spacing: 0.055em;
  }
  h1 {
    width: min(100%, 21.4rem);
    max-width: none;
    font-size: clamp(2.02rem, 9.9vw, 2.76rem);
    line-height: 0.98;
    text-align: center;
  }
  h1 .title-line {
    display: block;
    white-space: nowrap;
  }
  h1 .title-line:nth-child(2) {
    font-size: 0.82em;
    line-height: 1.14;
  }
  h1 mark {
    display: block;
    width: fit-content;
    margin: 0.1rem auto 0;
    padding: 0.01em 0.16em 0.07em;
  }
  .lead {
    width: min(100%, 21rem);
    margin: 0.7rem auto 0;
    font-size: 0.88rem;
    line-height: 1.48;
    overflow-wrap: anywhere;
  }
  .countdown {
    width: min(100%, 21.4rem);
    margin: 0.82rem auto 0;
    padding: 0.78rem;
    border-radius: 1.08rem;
  }
  .countdown::after { border-radius: 1.02rem; }
  .countdown-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.65rem;
    padding-bottom: 0.62rem;
    text-align: left;
  }
  .countdown-head span { font-size: 0.56rem; }
  .countdown-head strong { font-size: 1.04rem; }
  .timer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
    margin-top: 0.64rem;
  }
  .timer div {
    min-width: 0;
    min-height: 3.18rem;
    border-radius: 0.74rem;
  }
  .timer strong { font-size: clamp(1.22rem, 7vw, 1.5rem); }
  .timer span { font-size: 0.48rem; }
  .hero-actions {
    width: min(100%, 21.4rem);
    flex-direction: column;
    gap: 0.52rem;
    margin-top: 0.72rem;
  }
  .primary-button,
  .text-link {
    width: 100%;
    min-height: 3rem;
    border-radius: 0.78rem;
  }
  .portrait-stage {
    width: calc(100% + 1.76rem);
    height: clamp(21.5rem, 82vw, 28rem);
    min-height: 0;
    margin: 0.62rem -0.88rem 0;
    align-items: start;
    overflow: hidden;
    background:
      radial-gradient(ellipse at 50% 34%, rgba(255,255,255,0.98), rgba(255,226,240,0.46) 58%, rgba(255,247,251,0.98) 82%),
      linear-gradient(180deg, rgba(255,247,251,0.22), #fff7fb 100%);
  }
  .portrait-stage::after {
    display: none;
  }
  .portrait-aura {
    inset: -8% -18% -2%;
    background: radial-gradient(ellipse at 50% 34%, rgba(255,255,255,0.92), rgba(255,224,239,0.38) 54%, transparent 76%);
  }
  .portrait-cutout {
    position: relative;
    inset: auto;
    width: min(142%, 32rem);
    height: auto;
    margin-top: 0;
    display: grid;
    place-items: start center;
    overflow: hidden;
  }
  .portrait-cutout::after {
    display: none;
  }
  .model-photo {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    max-height: clamp(25.5rem, 106vw, 33rem);
    transform: translateY(0.2rem);
    filter: none;
  }
  .ritual {
    position: relative;
    z-index: 6;
    margin-top: 0;
    padding-top: 2.65rem;
    background: linear-gradient(180deg, #fff7fb 0%, rgba(249,247,255,0.96) 100%);
    border-top: 1px solid rgba(199,127,155,0.12);
  }
  .ritual-steps li { grid-template-columns: 3.6rem 1fr; }
  .destination-link {
    grid-template-columns: 3.12rem 1fr 2.35rem;
    min-height: 7.4rem;
  }
  .destination-link::after {
    width: 2.35rem;
    height: 2.35rem;
  }
}

@media (max-width: 390px) {
  .hero { padding-inline: 0.78rem; }
  .top-links { gap: 0.26rem; }
  .top-links a { padding-inline: 0.5rem; font-size: 0.61rem; }
  h1 { width: min(100%, 21rem); font-size: clamp(2.04rem, 10.2vw, 2.52rem); }
  h1 .title-line:nth-child(2) { font-size: 0.8em; }
  .lead,
  .countdown,
  .hero-actions { width: min(100%, 20.4rem); }
  .portrait-stage { height: clamp(20rem, 84vw, 26rem); }
  .portrait-cutout { width: min(138%, 30rem); height: auto; }
  .model-photo { position: relative; left: auto; top: auto; width: 100%; max-width: 100%; max-height: clamp(24rem, 104vw, 31rem); transform: translateY(0.15rem); }
}
@media (max-width: 640px), (pointer: coarse) {
  .top-links a,
  .countdown,
  .primary-button,
  .text-link,
  .destination-link {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site::after { display: none; }

  .site::before {
    position: absolute;
    inset: -10% -8%;
    background:
      radial-gradient(circle at 18% 20%, rgba(255,172,210,0.44), transparent 20rem),
      radial-gradient(circle at 88% 18%, rgba(132,223,246,0.28), transparent 18rem),
      radial-gradient(circle at 24% 86%, rgba(255,219,161,0.24), transparent 18rem),
      linear-gradient(132deg, #fff 0%, #fff1f7 38%, #fbfdff 68%, #fff8ec 100%);
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site::before,
  .site::after,
  .primary-button::before,
  .effect-scan,
  .scan-line { animation: none; }
  .primary-button,
  .text-link,
  .top-links a,
  .destination-link { transition: none; }
}
