@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --bg: #0b0a09;
  --bg-elev: #151210;
  --bg-soft: #1d1915;
  --line: rgba(232, 201, 154, 0.18);
  --gold: #e4c48a;
  --gold-2: #f6e7c8;
  --ink: #f4efe8;
  --muted: #b3a394;
  --danger: #e7b1b1;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --default-color: #f4efe8;
  --default-link-color: #e4c48a;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(228, 196, 138, 0.08), transparent 55%),
    var(--bg);
  color: var(--ink);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

img { max-width: 100%; }

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-2); }

#container {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  padding-bottom: 64px;
}

header,
header.back {
  position: sticky;
  top: 0;
  z-index: 30;
  margin: 0 -14px 22px;
  padding: 14px 14px 10px;
  text-align: center;
  background: rgba(11, 10, 9, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  letter-spacing: 0;
  font-size: inherit;
  box-shadow: none;
}

header .siteName,
.siteName {
  display: inline-block;
  color: var(--gold-2) !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: none;
  box-shadow: none;
  background: none;
  padding: 0;
  margin: 0;
}

header .siteName b,
.siteName b {
  display: block !important;
  margin-top: 4px;
  color: var(--muted) !important;
  font-family: Manrope, sans-serif;
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: 0.22em;
}

header .siteName b:before { content: none !important; }

nav.subHeader,
header nav.subHeader {
  display: block !important;
  background: none !important;
  box-shadow: none !important;
  color: inherit;
  margin: 0;
  padding: 0;
}

nav.subHeader ul,
.nav,
.nav2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  list-style: none;
  letter-spacing: 0;
  font-size: inherit;
}

nav.subHeader li,
.nav li,
.nav2 li {
  display: block;
  margin: 0;
}

.nav2 li + li:before { content: none !important; }

nav.subHeader a,
.nav a,
.nav2 a,
a.menu-blue,
a.menu-red {
  display: inline-flex !important;
  align-items: center;
  min-height: 32px;
  padding: 4px 12px !important;
  margin: 0 !important;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--gold-2) !important;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  animation: none !important;
}

nav.subHeader a.menu-red {
  color: var(--danger);
  border-color: rgba(231, 177, 177, 0.35);
}

nav.subHeader a.menu-blue { color: #d7e4f5; }

nav.subHeader ul.nav { justify-content: center; }

nav.subHeader ul.nav2 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  padding: 2px 2px 6px;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: rgba(228, 196, 138, 0.55) transparent;
}

nav.subHeader ul.nav2.is-dragging {
  cursor: grabbing;
  user-select: none;
}

nav.subHeader ul.nav2::-webkit-scrollbar {
  display: block;
  height: 4px;
}

nav.subHeader ul.nav2::-webkit-scrollbar-thumb {
  background: rgba(228, 196, 138, 0.55);
  border-radius: 999px;
}

nav.subHeader ul.nav2::-webkit-scrollbar-track { background: transparent; }

nav.subHeader ul.nav2 li { flex: 0 0 auto; }

nav.subHeader hr,
header hr,
hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 12px 0 0;
  height: 0;
  background: none;
  padding: 0;
}

header img.image-fw,
.header-above-nav,
h2.header-above-nav,
div.subHeader,
.banner-wrapper,
.banner-wrapper img {
  display: none !important;
}

.next-prev-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 4px 0 16px;
}

.next-prev-wrapper a {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

main { display: block; }

.ads-listing {
  display: block;
}

.ads-listing > .vip-listing,
.ads-listing > .horizontal-listing,
.ads-listing > .vertical-listing,
.vip-listing,
.horizontal-listing,
.vertical-listing {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.ads,
.ads.ads-f,
.horizontal-listing > .ads,
.vertical-listing > .ads,
.vip-listing > .ads,
.ads.ads-v {
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 0;
  margin: 0;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-wrapper {
  position: relative;
  aspect-ratio: 3 / 4;
  min-height: 0;
  background: #090807;
  overflow: hidden;
}

.image-wrapper > a,
.sliding-image,
.lazy-bg-image {
  position: absolute;
  inset: 0;
  display: block;
  height: auto;
  min-height: 0;
}

.sliding-image img,
.lazy-bg-image img,
.image-wrapper img,
img.image-fw {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 0;
}

.order {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid var(--line);
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 700;
}

.info-wrapper { padding: 16px 16px 14px; }

.info-inner {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.wp-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 3px;
}

.wp-icon img {
  display: block;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  object-fit: contain !important;
  border-radius: 50%;
}

.icon-item.whatsapp,
.icon-item.telegram,
.customer-detail .icon-wrapper .icon-item.whatsapp,
.customer-detail .icon-wrapper .icon-item.telegram {
  background: #2AABEE !important;
  color: #fff !important;
  border-color: transparent !important;
}

.text-name {
  color: var(--ink) !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15;
}

.meetingplace {
  margin-top: 8px;
  color: var(--muted) !important;
  background: transparent !important;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-phone {
  margin-top: 4px;
  color: var(--gold) !important;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#customer-detail-wrapper {
  margin-bottom: 28px;
  padding: 14px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.owl-carousel,
.owl-theme {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: auto !important;
}

.owl-carousel .item img,
.slider-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.slider-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 6px;
}

.icon-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-soft);
  color: var(--gold-2);
  font-size: 14px;
  font-weight: 700;
}

.icon-item img,
.sm-icons img {
  width: 20px !important;
  height: 20px !important;
  max-height: 20px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}

a.big-title,
.text-center .big-title {
  display: inline-block;
  margin-top: 8px;
  font-family: Manrope, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted) !important;
}

.description.customer-detail { margin-top: 16px; }
.description.customer-detail hr { display: none; }

.customer-detail .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.customer-detail .column {
  padding: 10px 12px;
  background: var(--bg-soft);
  border-radius: 12px;
  color: var(--ink);
}

.customer-detail .column span {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1.title,
h2.big-title {
  margin: 18px 0 10px;
  color: var(--gold-2);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.01em;
}

.description {
  background: transparent !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.description.scroll {
  display: none !important;
}

.description.scroll h2 {
  margin: 28px 0 12px;
  color: var(--gold-2);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 600;
  line-height: 1.25;
}

.description.scroll h3 {
  margin: 22px 0 10px;
  color: var(--gold);
  font-size: 1.08rem;
  font-weight: 700;
}

.description.scroll p {
  margin: 0 0 14px;
  text-align: justify;
}

.description.scroll a { color: var(--gold); }

.sm-icons { display: flex; gap: 8px; margin-top: 14px; }
.sm-icons img { width: 28px; height: 28px; object-fit: contain; opacity: 0.8; }

.ads.is-pending { display: none !important; }

.scroll-loader {
  display: flex;
  justify-content: center;
  padding: 28px 0 10px;
}

.scroll-loader-spin {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(228, 196, 138, 0.22);
  border-top-color: var(--gold);
  animation: scroll-spin 0.75s linear infinite;
}

@keyframes scroll-spin {
  to { transform: rotate(360deg); }
}

footer {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

footer .links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 10px;
}

footer .links a { color: var(--muted); font-size: 12px; }

@media (max-width: 980px) {
  .ads-listing > .vip-listing,
  .ads-listing > .horizontal-listing,
  .ads-listing > .vertical-listing,
  .vip-listing,
  .horizontal-listing,
  .vertical-listing { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .owl-carousel, .owl-theme { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  #container { width: min(100% - 20px, 1120px); }
  header.back { margin: 0 -10px 16px; padding-inline: 10px; }
  .ads-listing > .vip-listing,
  .ads-listing > .horizontal-listing,
  .ads-listing > .vertical-listing,
  .vip-listing,
  .horizontal-listing,
  .vertical-listing { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .customer-detail .row,
  .owl-carousel,
  .owl-theme { grid-template-columns: 1fr 1fr; }
  .owl-carousel .item img,
  .slider-wrapper img { height: 220px; }
  .text-name { font-size: 1.15rem; }
}

@media (max-width: 420px) {
  .ads-listing > .vip-listing,
  .ads-listing > .horizontal-listing,
  .ads-listing > .vertical-listing,
  .vip-listing,
  .horizontal-listing,
  .vertical-listing,
  .customer-detail .row { grid-template-columns: 1fr 1fr; }
  .text-name { font-size: 1.05rem; }
  .text-phone { font-size: 0.85rem; }
}
