:root {
  --bg: #fff9fc;
  --bg-soft: #ffeef6;
  --surface: #ffffff;
  --surface-border: #f2c7db;
  --text: #402b37;
  --muted: #785f6c;
  --accent: #ff90bc;
  --accent-strong: #d94d8a;
  --accent-soft: #ffddeb;
  --gold-soft: #e6bf67;
  --shadow-rose: #8f315f3b;
}

@font-face {
  font-family: "Sparkling Valentine";
  src: url("./assets/fonts/sparkling-valentine.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  background:
    radial-gradient(980px 620px at 8% -10%, #d982b2 0%, #efb8d6 34%, #fbe1ef 72%, #fff7fb 100%),
    radial-gradient(760px 520px at 88% 16%, #cc6da0 0%, #e7a7c8 38%, transparent 72%),
    linear-gradient(160deg, #d679a8 0%, #eeb9d6 44%, #fce4f0 74%, #fff7fb 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  isolation: isolate;
}

body.age-gate-open {
  overflow: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -1;
}

body::before {
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, #ffffff6e 0 1px, transparent 2px),
    radial-gradient(circle at 74% 30%, #ffffff57 0 1px, transparent 2px),
    radial-gradient(circle at 42% 72%, #ffffff3d 0 1px, transparent 2px),
    radial-gradient(circle at 85% 76%, #f6cde06e 0 1px, transparent 2px);
  background-size: 240px 240px, 260px 260px, 220px 220px, 300px 300px;
  opacity: 0.34;
  animation: bg-sparkle 22s linear infinite;
}

body::after {
  inset: -12% -10% auto;
  height: 56vh;
  background: conic-gradient(from 210deg at 50% 50%, #b24b7f40, #d56ea442, #ffffff00, #d56ea442, #b24b7f40);
  filter: blur(24px);
  opacity: 0.62;
  transform: translateY(-24px);
}

.bg-glow {
  position: fixed;
  z-index: -1;
  filter: blur(96px);
  opacity: 0.78;
}

.bg-glow-a {
  width: 340px;
  height: 340px;
  background: #b94f83;
  top: -110px;
  right: -80px;
}

.bg-glow-b {
  width: 460px;
  height: 460px;
  background: #c05f91;
  bottom: -180px;
  left: -110px;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1.1rem;
  overflow: hidden;
}

.age-gate[hidden] {
  display: none;
}

.age-gate__bg,
.age-gate__veil {
  position: absolute;
  inset: 0;
}

.age-gate__bg {
  background:
    linear-gradient(145deg, #7f2e5430 0%, #320f2273 100%),
    url("./gallery_webp/image00001.webp") center / cover no-repeat;
  transform: scale(1.05);
  filter: saturate(1.08) contrast(1.03);
}

.age-gate__veil {
  background:
    radial-gradient(1200px 700px at 20% -10%, #f6a5cf6e 0%, transparent 58%),
    radial-gradient(980px 600px at 88% 14%, #e78abf57 0%, transparent 64%),
    linear-gradient(160deg, #f39fc45e 0%, #dc76aa42 42%, #1f0b184d 100%);
}

.age-gate__card {
  position: relative;
  z-index: 2;
  width: min(520px, calc(100% - 1.2rem));
  border-radius: 24px;
  border: 1px solid #efc978;
  background:
    linear-gradient(130deg, #ffd7ea92 0%, #f8c4dd6e 38%, #f7d08b26 100%),
    #fff8fcdb;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px #8b22594a, 0 0 0 1px #f5d99d80 inset;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  text-align: center;
}

.age-gate__card::before,
.age-gate__card::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none;
}

.age-gate__card::before {
  top: 10px;
  left: 10px;
  border-top: 2px solid #dfb45e;
  border-left: 2px solid #dfb45e;
  border-top-left-radius: 10px;
}

.age-gate__card::after {
  right: 10px;
  bottom: 10px;
  border-right: 2px solid #dfb45e;
  border-bottom: 2px solid #dfb45e;
  border-bottom-right-radius: 10px;
}

.age-gate__label {
  margin: 0;
  color: #b54d85;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.age-gate__title {
  margin: 0.35rem 0 0;
  color: #5a2c43;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.95rem, 6.2vw, 3rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.age-gate__text {
  margin: 0.5rem 0 1rem;
  color: #7c4760;
  font-weight: 700;
  font-size: 0.92rem;
}

.age-gate__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.age-gate__btn {
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 0.7rem 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.age-gate__btn--yes {
  background: linear-gradient(135deg, #ff54ad 0%, #df3b87 100%);
  color: #fff;
  border-color: #f88fbe;
  box-shadow: 0 10px 20px #cf3b8042;
}

.age-gate__btn--yes:hover {
  filter: brightness(1.04);
}

.age-gate__btn--no {
  background: #fff5fb;
  color: #95456f;
  border-color: #f1c5da;
}

.age-gate__btn--no:hover {
  background: #fff0f8;
}

.site-header {
  width: min(1080px, calc(100% - 2rem));
  margin: 1.1rem auto 0;
  padding: 1.2rem 1.35rem;
  border: 1px solid #c86a98;
  border-radius: 16px;
  background: linear-gradient(135deg, #8f2d60cc 0%, #a63e74c9 50%, #bf5e92c4 100%);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  position: sticky;
  top: 0.6rem;
  z-index: 40;
  overflow: visible;
  box-shadow: 0 18px 34px #8e26594f;
}

.brand {
  color: #ffffff;
  font-family: "Sparkling Valentine", "Parisienne", cursive;
  font-weight: 400;
  font-size: clamp(1.9rem, 3.9vw, 2.8rem);
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 0 #d48cac, 0 0 12px #7d2d5696;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.brand::after {
  content: "";
  width: clamp(40px, 4.2vw, 52px);
  height: clamp(27px, 2.9vw, 35px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 38'%3E%3Cg fill='none' stroke='%23e8c679' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 3h11v8c0 5-3 9-5.5 11C14 20 11 16 11 11V3z'/%3E%3Cpath d='M16.5 22v6'/%3E%3Cpath d='M12.5 30h8'/%3E%3Cpath d='M38 3h11v8c0 5-3 9-5.5 11C41 20 38 16 38 11V3z'/%3E%3Cpath d='M43.5 22v6'/%3E%3Cpath d='M39.5 30h8'/%3E%3Cpath d='M22 9l16 8'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  filter: drop-shadow(0 2px 6px #f5d27f9a) drop-shadow(0 0 8px #f2c96a66);
  transform: translateY(-1px);
}

.header-contact {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  margin-left: auto;
}

.site-nav a {
  color: #fff5fb;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  text-shadow: 0 1px 6px #75264a52;
}

.site-nav a:hover {
  color: #ffe1f1;
}

.header-phone {
  margin-left: 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  border: 1px solid #e8aeca;
  background: #ffffff2e;
  color: #fff8fd;
  font-weight: 700;
  font-size: 0.9rem;
  text-shadow: 0 1px 5px #6f21466e;
  box-shadow: 0 6px 14px #7b20473a;
  position: relative;
  overflow: hidden;
  animation: phone-hover 2.2s ease-in-out infinite;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.header-phone::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -38%;
  width: 34%;
  height: 170%;
  background: linear-gradient(90deg, transparent 0%, #ffffff70 52%, transparent 100%);
  transform: rotate(22deg);
  animation: header-phone-shimmer 2.4s ease-in-out infinite;
  pointer-events: none;
}

.header-phone:hover {
  background: #ffffff3c;
  color: #ffffff;
}

.header-phone-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #ffffff66;
  color: #ffdff0;
  font-size: 0.76rem;
  line-height: 1;
  animation: phone-jiggle 1.15s ease-in-out infinite;
}

.header-phone-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  min-width: 200px;
  display: grid;
  gap: 0.35rem;
  padding: 0.5rem;
  border-radius: 12px;
  border: 1px solid #ebb7d0;
  background: #fff9fded;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 22px #6e214640;
  z-index: 45;
}

.header-phone-menu[hidden] {
  display: none;
}

.header-phone-option {
  text-decoration: none;
  color: #6d3b50;
  border: 1px solid #f1cade;
  border-radius: 10px;
  padding: 0.48rem 0.65rem;
  font-weight: 700;
  font-size: 0.88rem;
  background: #fff;
}

.header-phone-option:hover {
  border-color: #e28db8;
  color: #9c3366;
}

.header-phone-option.is-disabled {
  pointer-events: none;
  opacity: 0.56;
  color: #9b7888;
  border-color: #dfc1d0;
}

main {
  width: min(1080px, calc(100% - 2rem));
  margin: 1.4rem auto 2rem;
  display: grid;
  gap: 1rem;
}

.hero,
.card {
  border: 1px solid var(--surface-border);
  border-radius: 24px;
  background: var(--surface);
  backdrop-filter: blur(10px);
  padding: clamp(1.15rem, 2.8vw, 2rem);
  box-shadow: 0 20px 42px #9d3d6a36, 0 3px 10px #ffffff73 inset;
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 300px;
  display: grid;
  align-content: center;
  gap: 0.85rem;
  background: linear-gradient(140deg, #fff 0%, #fff4fa 100%);
}

.eyebrow {
  margin: 0;
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.15;
}

h1 {
  color: #553642;
  font-size: clamp(2rem, 5.8vw, 4rem);
  font-weight: 700;
}

h2 {
  color: #5a3a47;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 600;
}

.lead {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn {
  display: inline-block;
  padding: 0.72rem 1rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #ffffff;
}

.btn-secondary {
  color: var(--accent-strong);
  border: 1px solid var(--surface-border);
  background: #fff8fc;
}

.card p {
  margin: 0.6rem 0 0;
  color: var(--muted);
}

.tour-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  overflow: hidden;
}

.rates-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  overflow: hidden;
}

.currency-control {
  margin-top: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.6rem;
  border-radius: 999px;
  border: 1px solid #e7b1cc;
  background: #fff7fc;
}

.currency-control label {
  color: #724a5c;
  font-weight: 700;
  font-size: 0.9rem;
}

.currency-control select {
  border: 1px solid #dfaac6;
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  background: #ffffff;
  color: #6d3f53;
  font-weight: 700;
}

.menu-sections {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.9rem;
}

.menu-panel {
  border: 1px solid var(--surface-border);
  border-radius: 16px;
  background: #fffafd;
  padding: 0.95rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 11px 24px #b34d7b1f;
}

.menu-panel h3 {
  margin: 0;
  color: #6a4052;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
}

.menu-panel p {
  margin-top: 0.75rem;
}

.hero::before,
.hero::after,
.card::before,
.card::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none;
  opacity: 0.9;
  filter: drop-shadow(0 0 5px #f8db8c88);
}

.hero::before,
.card::before {
  top: 12px;
  left: 12px;
  border-top: 2px solid #d4af37;
  border-left: 2px solid #d4af37;
  border-top-left-radius: 10px;
}

.hero::after,
.card::after {
  right: 12px;
  bottom: 12px;
  border-right: 2px solid #d4af37;
  border-bottom: 2px solid #d4af37;
  border-bottom-right-radius: 10px;
}

.menu-panel::before,
.menu-panel::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
  opacity: 0.85;
}

.menu-panel::before {
  top: 8px;
  left: 8px;
  border-top: 1.5px solid #c9a332;
  border-left: 1.5px solid #c9a332;
  border-top-left-radius: 8px;
}

.menu-panel::after {
  right: 8px;
  bottom: 8px;
  border-right: 1.5px solid #c9a332;
  border-bottom: 1.5px solid #c9a332;
  border-bottom-right-radius: 8px;
}

.rates-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.8rem 0.95rem;
}

.rates-list li:nth-child(odd) {
  background: #fff3f9;
}

.rate-price {
  text-align: right;
  font-weight: 700;
  font-size: 0.89rem;
  line-height: 1.28;
  color: #5a2f41;
  max-width: 66%;
}

.tour-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.95rem;
}

.tour-list li:nth-child(odd) {
  background: var(--accent-soft);
}

.contact-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.contact-item {
  color: #5b3a47;
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--surface-border);
  border-radius: 10px;
  padding: 0.8rem;
  font-weight: 700;
  background: #fffafd;
}

.contact-item:hover {
  border-color: #e28eb7;
  color: var(--accent-strong);
}

.contact-item-featured {
  border-color: #e3bc69;
  background:
    linear-gradient(130deg, #f7d19d66 0%, #f7d19d2e 34%, #f7d19d0f 100%),
    linear-gradient(220deg, #f8b4d075 0%, #f8b4d042 42%, #f8b4d017 100%),
    #fff9fd;
  box-shadow: 0 10px 20px #e6b76438, 0 4px 10px #df8eb23d;
}

.contact-item-featured:hover {
  border-color: #dca548;
  box-shadow: 0 12px 24px #e6b7644d, 0 6px 14px #df8eb24a;
}

.contact-item.is-disabled {
  pointer-events: none;
  opacity: 0.56;
  border-color: #dfc1d0;
  color: #9b7888;
}

.sms-status {
  margin: 0.65rem 0 0;
  min-height: 1.2rem;
  color: #9a355f;
  font-size: 0.88rem;
  font-weight: 700;
}

.membership-card {
  background:
    radial-gradient(520px 260px at 100% -30%, #ffd8ea59 0%, transparent 70%),
    var(--surface);
}

.membership-form {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.membership-form label {
  display: grid;
  gap: 0.3rem;
  color: #734b5d;
  font-weight: 700;
  font-size: 0.88rem;
}

.membership-form .hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.membership-form input {
  width: 100%;
  border: 1px solid #e6b6cf;
  border-radius: 11px;
  padding: 0.54rem 0.66rem;
  background: #fffafd;
  color: #5e3648;
  font-size: 0.9rem;
}

.membership-form input:focus {
  outline: none;
  border-color: #db79aa;
  box-shadow: 0 0 0 3px #f7c8df99;
}

.membership-submit[disabled] {
  opacity: 0.68;
  cursor: wait;
}

.membership-submit {
  grid-column: 1 / -1;
  justify-self: start;
  width: auto;
  min-width: 180px;
  padding: 0.58rem 1rem;
  border: 1px solid #d86a9e;
  border-radius: 11px;
  box-shadow: 0 6px 14px #c74b8924;
}

.membership-feedback {
  grid-column: 1 / -1;
  margin: 0.6rem 0 0;
  min-height: 1.2rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #7b4d60;
}

.membership-feedback.is-success {
  color: #9c3366;
}

.membership-feedback.is-error {
  color: #ac2c54;
}

.phone-signal {
  margin-top: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #e28db8;
  background: linear-gradient(135deg, #fff7fc 0%, #ffeaf5 100%);
  color: #8f2f61;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px #ca5a8f26;
  position: relative;
  animation: phone-hover 2.2s ease-in-out infinite;
}

.phone-signal::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 1px solid #eb9dc4;
  opacity: 0;
  transform: scale(0.92);
  animation: phone-ring 1.6s ease-out infinite;
  pointer-events: none;
}

.phone-signal-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f379b1 0%, #d84c8b 100%);
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
  box-shadow: 0 4px 10px #d4528d54;
  animation: phone-jiggle 1.15s ease-in-out infinite;
}

.phone-signal-text {
  white-space: nowrap;
}

.gallery-bottom {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 0%, #fff3fa 100%);
}

.gallery-bottom::before,
.gallery-bottom::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 300px;
  height: 300px;
  opacity: 0.34;
  display: grid;
  place-content: center;
  white-space: pre;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.35;
  letter-spacing: 10px;
  color: #efc8da;
  text-shadow: 0 8px 20px #f2cadb5e;
}

.gallery-bottom::before {
  content: "\2665  \2665  \2665\A   \2665   \2665\A\2665   \2665  \2665";
  left: -120px;
  bottom: -100px;
  transform: rotate(-12deg);
}

.gallery-bottom::after {
  content: "\2665   \2665   \2665\A \2665   \2665\A   \2665   \2665";
  right: -126px;
  top: -108px;
  transform: rotate(16deg) scale(0.96);
}

.gallery-bottom > * {
  position: relative;
  z-index: 1;
}

.carousel-shell {
  margin-top: 0.9rem;
  position: relative;
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  overflow: hidden;
  background: #fff8fc;
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.45s ease;
  touch-action: pan-y;
}

.carousel-slide {
  flex: 0 0 100%;
  min-width: 100%;
  position: relative;
}

.carousel-slide img {
  width: 100%;
  height: clamp(280px, 50vw, 520px);
  object-fit: contain;
  object-position: center;
  background: #fff6fb;
  display: block;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-drag: none;
}

.photo-like-bar {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  z-index: 3;
}

.photo-like-btn {
  border: 1px solid #e4abc8;
  border-radius: 999px;
  padding: 0.36rem 0.62rem;
  background: #fff9fddd;
  color: #9e3768;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.photo-like-btn:hover {
  background: #fff;
  border-color: #d97ca9;
}

.photo-like-count {
  border-radius: 999px;
  padding: 0.25rem 0.52rem;
  background: #ffffffd8;
  border: 1px solid #efc3da;
  color: #8e3a62;
  font-weight: 700;
  font-size: 0.8rem;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 1px solid #eab3ce;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffffdd;
  color: #c03d78;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

.carousel-dots {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.45rem;
  justify-content: center;
}

.carousel-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: none;
  background: #e8bfd4;
  padding: 0;
}

.carousel-dot.active {
  background: #cc4f8b;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: #2c1422bf;
  backdrop-filter: blur(3px);
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-width: min(95vw, 1000px);
  max-height: 88vh;
  border-radius: 14px;
  border: 1px solid #efbdd8;
  background: #fff;
  object-fit: contain;
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #f0b8d6;
  background: #fff6fb;
  color: #c03d78;
  font-weight: 800;
  cursor: pointer;
}

.kiss-pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 82;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.66);
  width: clamp(120px, 22vw, 260px);
  height: auto;
  opacity: 0;
  filter: drop-shadow(0 4px 16px #e12e6a33);
  animation: kiss-pop 1s ease-out forwards;
  object-fit: contain;
}

.kiss-rain-drop {
  position: fixed;
  left: 0;
  top: -96px;
  z-index: 81;
  pointer-events: none;
  width: 64px;
  height: auto;
  object-fit: contain;
  opacity: 0;
  filter: drop-shadow(0 8px 16px #b6225938);
  animation-name: kiss-fall;
  animation-timing-function: cubic-bezier(0.24, 0.76, 0.34, 1);
  animation-fill-mode: forwards;
}

@keyframes kiss-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.66);
  }
  22% {
    opacity: 0.62;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes kiss-fall {
  0% {
    opacity: 0;
    transform: translate(-50%, -80px) scale(0.56) rotate(var(--kiss-rotate-start, -8deg));
  }
  14% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--kiss-drift, 0px)), calc(100vh + 140px))
      scale(1.02) rotate(var(--kiss-rotate-end, 14deg));
  }
}

@keyframes phone-hover {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 8px 18px #ca5a8f26;
  }
  50% {
    transform: translateY(-3px);
    box-shadow: 0 12px 22px #ca5a8f3a;
  }
}

@keyframes phone-ring {
  0% {
    opacity: 0.54;
    transform: scale(0.9);
  }
  70% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1.24);
  }
}

@keyframes phone-jiggle {
  0%,
  100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-12deg);
  }
  40% {
    transform: rotate(9deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(4deg);
  }
}

@keyframes header-phone-shimmer {
  0% {
    left: -42%;
    opacity: 0;
  }
  22% {
    opacity: 0.58;
  }
  54% {
    left: 126%;
    opacity: 0;
  }
  100% {
    left: 126%;
    opacity: 0;
  }
}

.site-footer {
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto 1.6rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer a {
  color: #ff2f93;
  text-decoration: none;
  font-weight: 700;
}

.site-footer a:hover {
  color: #e20074;
}

.credit-heart {
  color: inherit;
}

.footer-social-links {
  margin: 0.75rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.site-footer .onlyfans-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  border: 1px solid #9fdffd;
  background: #ffffff;
  color: #009fdc;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 6px 14px #00a9e31f;
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.site-footer .onlyfans-link:hover {
  color: #008ec6;
  transform: translateY(-1px);
  box-shadow: 0 9px 18px #00a9e333;
}

.onlyfans-badge {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #00b2f3 0%, #008fc8 100%);
  color: #ffffff;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}

.site-footer .bombacloud-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  border: 1px solid #efc879;
  background: #fffef9;
  color: #b46620;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 6px 14px #c7942a26;
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.site-footer .bombacloud-link:hover {
  color: #8f4b14;
  transform: translateY(-1px);
  box-shadow: 0 9px 18px #c7942a38;
}

.bombacloud-logo {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

@media (max-width: 760px) {
  .age-gate__actions {
    grid-template-columns: 1fr;
  }

  .site-header {
    width: calc(100% - 1rem);
    padding: 0.95rem;
    gap: 0.6rem;
    top: 0.35rem;
  }

  .brand::after {
    width: 36px;
    height: 25px;
  }

  .site-nav {
    gap: 0.5rem;
  }

  .site-nav a {
    font-size: 0.88rem;
  }

  .header-phone {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    font-size: 0.84rem;
    padding: 0.46rem 0.55rem;
  }

  .header-contact {
    width: 100%;
  }

  .header-phone-menu {
    left: 0;
    right: 0;
    min-width: 0;
    width: 100%;
  }

  main {
    width: calc(100% - 1rem);
    margin-top: 0.9rem;
    gap: 0.75rem;
  }

  .hero,
  .card {
    padding: 1rem;
    border-radius: 18px;
  }

  .contact-item {
    padding: 0.72rem;
  }

  .currency-control {
    width: 100%;
    justify-content: space-between;
    border-radius: 14px;
  }

  .currency-control select {
    min-width: 112px;
  }

  .rate-price {
    max-width: 60%;
    font-size: 0.83rem;
  }

  .photo-like-bar {
    left: 8px;
    bottom: 8px;
    gap: 0.35rem;
  }

  .photo-like-btn {
    padding: 0.3rem 0.52rem;
    font-size: 0.76rem;
  }

  .photo-like-count {
    padding: 0.22rem 0.42rem;
    font-size: 0.74rem;
  }

  .phone-signal {
    width: 100%;
    justify-content: center;
    margin-top: 0.75rem;
  }

  .carousel-arrow {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .site-footer .onlyfans-link,
  .site-footer .bombacloud-link {
    padding: 0.4rem 0.7rem;
    font-size: 0.9rem;
  }

  .membership-form {
    grid-template-columns: 1fr;
  }

  .membership-submit {
    justify-self: stretch;
    width: 100%;
    min-width: 0;
  }
}
