:root {
  --ink: #ffffff;
  --vip: #e22db0;
  --tiktok: #0d0d0d;
  --ig: #c8567e;
  --fb: #2f6fe8;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1100px 700px at 50% -5%, #f3c4ee 0%, transparent 60%),
    linear-gradient(165deg, #efb9e6 0%, #e3a9df 45%, #d6acea 100%);
  background-attachment: fixed;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  padding: 48px 20px calc(40px + env(safe-area-inset-bottom));
  -webkit-font-smoothing: antialiased;
}

.wrap { width: 100%; max-width: 480px; text-align: center; }

/* ---------- avatar ---------- */
.avatar {
  width: 104px; height: 104px;
  margin: 0 auto 16px;
  border-radius: 50%;
  padding: 3px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 30px rgba(120, 40, 110, 0.25);
}
.avatar img {
  width: 100%; height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #e8c4e6;
}
.avatar-fallback {
  display: none;
  width: 100%; height: 100%;
  border-radius: 50%;
  align-items: center; justify-content: center;
  font-family: 'Fraunces', serif;
  font-size: 36px; font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #d76fc4, #b85ad0);
}

/* ---------- header ---------- */
.eyebrow {
  font-size: 12px;
  letter-spacing: 2.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.name {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 30px;
  margin: 6px 0 26px;
  text-shadow: 0 2px 16px rgba(120, 40, 110, 0.18);
}

/* ---------- link buttons ---------- */
.links { display: flex; flex-direction: column; gap: 14px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 54px;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  box-shadow: 0 6px 18px rgba(90, 30, 90, 0.16);
  transition: transform 0.14s ease, box-shadow 0.14s ease, filter 0.14s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(90, 30, 90, 0.24); filter: brightness(1.04); }
.btn:active { transform: translateY(0); }
.btn__ic { display: grid; place-items: center; }
.btn__label { line-height: 1; }

.btn--vip    { background: var(--vip); font-size: 17px; letter-spacing: 0.4px; }
.btn--tiktok { background: var(--tiktok); }
.btn--ig     { background: var(--ig); }
.btn--fb     { background: var(--fb); }

/* ---------- newsletter ---------- */
.news {
  margin-top: 26px;
  padding: 20px;
  text-align: left;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(8px);
}
.news h2 { font-family: 'Fraunces', serif; font-weight: 600; font-size: 19px; }
.news p { font-size: 13px; color: rgba(255, 255, 255, 0.85); margin-top: 4px; }
.news__form { display: flex; gap: 8px; margin-top: 14px; }
.news__form input {
  flex: 1 1 auto;
  height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font: inherit;
  font-size: 14px;
}
.news__form input::placeholder { color: rgba(255, 255, 255, 0.7); }
.news__form input:focus { outline: none; border-color: #fff; background: rgba(255, 255, 255, 0.26); }
.news__form button {
  height: 44px;
  padding: 0 16px;
  border: none;
  border-radius: 10px;
  background: #fff;
  color: #7a2a6e;
  font: inherit;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.news__form button:hover { filter: brightness(0.96); }
.news__done { font-size: 14px; color: #fff; margin-top: 14px; font-weight: 600; }

.foot { margin-top: 28px; font-size: 12px; color: rgba(255, 255, 255, 0.7); }

/* ---------- age gate (vip.html) ---------- */
.gate { width: 100%; max-width: 440px; text-align: center; }
.gate__icon {
  width: 64px; height: 64px;
  margin: 0 auto 22px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.gate .sub { color: rgba(255, 255, 255, 0.85); font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; }
.gate h1 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 25px; margin-top: 8px; }
.gate p.body {
  color: rgba(255, 255, 255, 0.92); line-height: 1.6;
  font-size: 15px; margin: 18px auto 28px; max-width: 360px;
}

.hold {
  position: relative;
  width: 100%;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-family: inherit; font-size: 16px; font-weight: 600;
  cursor: pointer; overflow: hidden;
  user-select: none; -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent; touch-action: none;
}
.hold__fill {
  position: absolute; inset: 0; width: 0%; z-index: 0;
  background: linear-gradient(90deg, #e22db0, #ffffff);
  transition: width 0.05s linear;
}
.hold__label { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 8px; }

.gate__back {
  display: inline-block; margin-top: 22px;
  color: rgba(255, 255, 255, 0.85); font-size: 14px; text-decoration: none;
  border-bottom: 1px solid transparent;
}
.gate__back:hover { color: #fff; border-bottom-color: rgba(255, 255, 255, 0.5); }
.gate__fine { margin-top: 26px; color: rgba(255, 255, 255, 0.7); font-size: 11px; line-height: 1.6; max-width: 340px; margin-inline: auto; }
