/* Zarakan - ivory and crimson look (Sep 2026) */
@font-face { font-family: "DM Serif Display"; font-style: normal; font-weight: 400; font-display: swap; src: url(/assets/fonts/dm-serif-display-400.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 400 700; font-display: swap; src: url(/assets/fonts/plex-sans-var.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Sans"; font-style: italic; font-weight: 400 700; font-display: swap; src: url(/assets/fonts/plex-sans-var-italic.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 400 700; font-display: swap; src: url(/assets/fonts/plex-sans-rupee.woff2) format("woff2"); unicode-range: U+20B9; }

:root {
	--zar-ivory: #FBF6EE;
	--zar-paper: #FFFDF9;
	--zar-sand: #F3EADF;
	--zar-blush: #F8E9E6;
	--zar-ink: #241A1C;
	--zar-body: #3A2E30;
	--zar-muted: #6B5C5E;
	--zar-line: #E7DACD;
	--zar-crimson: #A3122A;
	--zar-crimson-dark: #850D21;
	--zar-wine: #5C0A18;
	--zar-rose: #EBC0C6;
	--zar-green: #177A45;
	--zar-night: #22161A;
	--zar-r: 16px;
	--zar-shadow: 0 1px 2px rgba(70, 22, 30, .05), 0 10px 28px -12px rgba(70, 22, 30, .18);
	--zar-serif: "DM Serif Display", "IBM Plex Sans", Georgia, "Times New Roman", serif;
	--zar-sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--secondary: var(--zar-crimson);
	--primary: var(--zar-crimson);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 76px; }
body {
	margin: 0;
	background: var(--zar-ivory);
	color: var(--zar-body);
	font-family: var(--zar-sans);
	font-size: 17px;
	line-height: 1.65;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--zar-crimson); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover, a:focus-visible { color: var(--zar-crimson-dark); }
:focus-visible { outline: 2px solid var(--zar-crimson); outline-offset: 2px; }
p { margin: 0 0 1em; }
ul { margin: 0 0 1em; padding-left: 1.2em; }
strong, b { color: var(--zar-ink); font-weight: 600; }
h1, h2, h3, h4 { font-family: var(--zar-serif); font-weight: 400; color: var(--zar-ink); line-height: 1.18; margin: 0 0 .5em; letter-spacing: .005em; }
table { border-collapse: collapse; }
button, select { font: inherit; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 10001; background: var(--zar-crimson); color: #fff; padding: 10px 16px; }
.skip-link:focus { left: 8px; top: 8px; }
.zar-wrap { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* ---------- brand row (scrolls away) ---------- */
.zar-top { background: var(--zar-paper); border-bottom: 1px solid var(--zar-line); }
.zar-brand__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 92px; }
.zar-logo { display: inline-flex; align-items: center; }
.zar-logo img { width: 213px; height: 60px; }
.zar-brand__cta { display: flex; gap: 12px; align-items: center; }
.zar-pill {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 50px; padding: 0 24px; border-radius: 999px;
	font-weight: 600; font-size: 16px; letter-spacing: .01em; text-decoration: none;
	transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.zar-pill svg { width: 20px; height: 20px; flex: 0 0 20px; fill: currentColor; }
.zar-pill--call { background: var(--zar-crimson); color: #fff; box-shadow: 0 6px 16px -6px rgba(163, 18, 42, .55); }
.zar-pill--call:hover, .zar-pill--call:focus-visible { background: var(--zar-crimson-dark); color: #fff; transform: translateY(-1px); }
.zar-pill--wa { background: var(--zar-paper); color: var(--zar-green); border: 1.5px solid var(--zar-green); }
.zar-pill--wa:hover, .zar-pill--wa:focus-visible { background: var(--zar-green); color: #fff; transform: translateY(-1px); }

/* ---------- slim sticky menu row ---------- */
.zar-bar { position: sticky; top: 0; z-index: 900; background: rgba(255, 253, 249, .96); border-bottom: 1px solid var(--zar-line); box-shadow: 0 6px 18px -14px rgba(70, 22, 30, .35); }
@supports (backdrop-filter: blur(6px)) { .zar-bar { background: rgba(255, 253, 249, .88); backdrop-filter: blur(8px); } }
.zar-bar__row { display: flex; align-items: center; gap: 12px; min-height: 56px; }
.zar-nav { flex: 1 1 auto; min-width: 0; }
.zar-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.zar-nav a {
	position: relative; display: inline-flex; align-items: center; min-height: 44px; padding: 0 13px;
	color: var(--zar-ink); font-weight: 500; font-size: 15px; text-decoration: none; border-radius: 8px;
}
.zar-nav a::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 7px; height: 2px; background: var(--zar-crimson); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.zar-nav a:hover::after, .zar-nav a:focus-visible::after, .zar-nav a.active::after { transform: scaleX(1); }
.zar-nav a.active { color: var(--zar-crimson); }
.zar-nav select {
	appearance: none; -webkit-appearance: none; min-height: 38px; margin: 0 4px; padding: 0 30px 0 12px;
	border: 1px solid var(--zar-line); border-radius: 8px; color: var(--zar-ink); font-size: 15px; font-weight: 500; cursor: pointer;
	background: var(--zar-paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23A3122A' stroke-width='1.6'/%3E%3C/svg%3E") no-repeat right 11px center;
}
.zar-nav select:hover { border-color: var(--zar-rose); }
.zar-nav select option { color: var(--zar-ink); }
.zar-quick { display: flex; gap: 8px; margin-left: auto; transition: opacity .25s ease, transform .25s ease; }
.zar-js .zar-bar:not(.zar-bar--stuck) .zar-quick { opacity: 0; transform: translateY(-4px); pointer-events: none; visibility: hidden; }
.zar-quick__btn { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.zar-quick__btn svg { width: 20px; height: 20px; fill: currentColor; }
.zar-quick__btn--call { background: var(--zar-crimson); }
.zar-quick__btn--wa { background: var(--zar-green); }
.zar-quick__btn:hover, .zar-quick__btn:focus-visible { color: #fff; filter: brightness(1.1); }
.zar-burger { display: none; align-items: center; justify-content: center; width: 46px; height: 46px; margin-left: -8px; border: 0; background: transparent; color: var(--zar-ink); cursor: pointer; border-radius: 10px; }
.zar-burger span { position: relative; display: block; width: 22px; height: 2px; background: currentColor; transition: background .2s; }
.zar-burger span::before, .zar-burger span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; transition: transform .2s ease, top .2s ease; }
.zar-burger span::before { top: -7px; }
.zar-burger span::after { top: 7px; }
.zar-burger[aria-expanded="true"] span { background: transparent; }
.zar-burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.zar-burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* ---------- page blocks ---------- */
main { display: block; }
.page-section { max-width: 1200px; margin: 0 auto; padding: 56px 20px 8px; }
.girls-section { max-width: 1280px; margin: 0 auto; padding: 56px 20px 16px; }
.section-title, .page-section .title {
	position: relative; text-align: center; font-size: clamp(28px, 3.4vw, 40px); margin: 0 auto 26px; max-width: 900px; padding-top: 26px;
}
.section-title::before { content: ""; position: absolute; top: 0; left: 50%; width: 14px; height: 14px; margin-left: -7px; background: var(--zar-crimson); transform: rotate(45deg); border-radius: 2px; }
.section-title::after { content: ""; display: block; width: 72px; height: 1px; margin: 16px auto 0; background: var(--zar-rose); }
.intro-lead { max-width: 760px; margin: 0 auto 26px; text-align: center; color: var(--zar-body); }
.intro-lead p:last-child { margin-bottom: 0; }
.black-box {
	position: relative; background: var(--zar-paper); border: 1px solid var(--zar-line); border-radius: var(--zar-r);
	padding: clamp(22px, 3.2vw, 40px); margin: 0 0 24px; box-shadow: var(--zar-shadow);
}
.page-section > .black-box { max-width: 880px; margin-left: auto; margin-right: auto; }
.black-box > :last-child { margin-bottom: 0; }
.black-box h1 { font-size: clamp(32px, 4.4vw, 50px); margin-bottom: 18px; }
.black-box h2 { font-size: clamp(24px, 2.6vw, 30px); margin: 30px 0 12px; color: var(--zar-ink); }
.black-box h1 + h2 { margin-top: -4px; color: var(--zar-crimson); font-size: clamp(20px, 2.2vw, 24px); }
.black-box h3 { font-size: 22px; margin: 26px 0 8px; color: var(--zar-crimson-dark); }
.black-box > h3:first-child, .black-box > h2:first-child { margin-top: 0; }
.black-box p, .black-box ul { max-width: 74ch; }
.black-box a:not([class]) { text-decoration: underline; text-decoration-color: var(--zar-rose); }
.black-box a:not([class]):hover { text-decoration-color: currentColor; }
.black-box ul { padding-left: 0; list-style: none; }
.black-box ul li { position: relative; padding-left: 22px; margin-bottom: 10px; }
.black-box ul li::before { content: ""; position: absolute; left: 2px; top: .62em; width: 7px; height: 7px; background: var(--zar-crimson); transform: rotate(45deg); }
.text-center { text-align: center; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.feature-grid > .black-box { margin: 0; }
.feature-grid + .black-box { margin-top: 24px; }
.page-section > .feature-grid ~ .black-box { max-width: none; }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; max-width: 1040px; margin: 0 auto 24px; }
.photo-grid > img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 14px; background: var(--zar-sand); box-shadow: var(--zar-shadow); }
.photo-grid[style] > img { aspect-ratio: auto; }
.photo-grid > .black-box { margin: 0; }
.photo-grid > .black-box h3 { margin: 12px 0 0; font-size: 20px; }
.photo-grid > .black-box img { aspect-ratio: 3 / 2; object-fit: cover; }

/* ---------- home hero ---------- */
.page-section > .black-box.zar-hero { max-width: none; background: linear-gradient(160deg, var(--zar-paper) 0%, var(--zar-paper) 55%, var(--zar-blush) 100%); padding: clamp(24px, 4vw, 56px); }
.zar-hero::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(163, 18, 42, .12); border-radius: 12px; pointer-events: none; }
.zar-hero h1 { font-size: clamp(34px, 5vw, 58px); max-width: 17em; }
.zar-hero > h2 { font-size: clamp(26px, 3vw, 34px); margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--zar-line); }
.intro-flex { margin-bottom: 8px; }
.intro-flex__text p:first-child { font-size: 19px; color: var(--zar-crimson-dark); font-family: var(--zar-serif); }
.intro-flex img { width: 100%; border-radius: 12px; margin: 18px 0 0; cursor: zoom-in; box-shadow: 10px 10px 0 -1px var(--zar-rose), var(--zar-shadow); }
@media (min-width: 900px) {
	.intro-flex { display: flex; align-items: center; gap: 44px; }
	.intro-flex__text { flex: 1 1 54%; min-width: 0; }
	.intro-flex img { flex: 0 0 44%; width: 44%; margin: 0; }
}
.zar-hero + .intro-lead { margin-top: 22px; }
.intro-lead a[href^="#"] { font-weight: 600; }

/* lightbox */
.imgbox { position: fixed; inset: 0; z-index: 9999; background: rgba(20, 10, 12, .94); }
.imgbox[hidden] { display: none; }
.imgbox__close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: var(--zar-paper); color: var(--zar-crimson); font-size: 28px; line-height: 46px; text-align: center; cursor: pointer; }
.imgbox__scroll { position: absolute; inset: 0; overflow: auto; display: flex; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
.imgbox__scroll img { margin: auto; max-width: 96vw; max-height: 92vh; width: auto; height: auto; cursor: zoom-in; }
.imgbox.zoomed .imgbox__scroll img { max-width: none; max-height: none; width: 1600px; cursor: zoom-out; }

/* booking chat demo */
.howit { margin: 26px auto 6px; max-width: 380px; }
.howit__phone { position: relative; border-radius: 34px; overflow: hidden; background: #ece5dd; border: 9px solid var(--zar-night); box-shadow: 0 0 0 1px #000, 0 24px 48px -18px rgba(60, 10, 20, .55); }
.howit__bar { display: flex; align-items: center; gap: 10px; background: #075e54; color: #fff; padding: 12px 14px; }
.howit__avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--zar-crimson); color: #fff; font-family: var(--zar-serif); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.howit__title { font-size: 14px; font-weight: 600; line-height: 1.2; }
.howit__title small { font-weight: 400; font-size: 11px; color: #b8e6d9; }
.howit__chat { height: 420px; overflow-y: auto; padding: 12px 10px; display: flex; flex-direction: column; gap: 7px; background: #ece5dd; }
.howit__msg { max-width: 82%; padding: 7px 10px; border-radius: 9px; font-size: 14px; line-height: 1.38; color: #111; box-shadow: 0 1px 1px rgba(0, 0, 0, .12); animation: howitIn .25s ease; }
.howit__msg--z { background: #fff; align-self: flex-start; border-top-left-radius: 2px; }
.howit__msg--c { background: #dcf8c6; align-self: flex-end; border-top-right-radius: 2px; }
.howit__meta { display: block; text-align: right; font-size: 10px; color: rgba(0, 0, 0, .5); margin-top: 2px; }
.howit__pics { display: flex; gap: 5px; }
.howit__pics img { width: 76px; height: 114px; object-fit: cover; border-radius: 6px; display: block; }
.howit__typing { display: inline-flex; gap: 4px; padding: 4px 2px; }
.howit__typing i { width: 7px; height: 7px; border-radius: 50%; background: #9e9e9e; animation: howitBlink 1s infinite; }
.howit__typing i:nth-child(2) { animation-delay: .2s; }
.howit__typing i:nth-child(3) { animation-delay: .4s; }
.howit__end { align-self: center; text-align: center; margin-top: 6px; animation: howitIn .25s ease; }
.howit__end a { display: inline-block; background: var(--zar-green); color: #fff !important; font-weight: 600; font-size: 14px; padding: 10px 18px; border-radius: 24px; text-decoration: none !important; }
.howit__end button { display: block; margin: 8px auto 0; background: none; border: 0; color: #075e54; font-size: 13px; cursor: pointer; text-decoration: underline; }
.howit__play { position: absolute; inset: 0; z-index: 2; border: 0; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; background: linear-gradient(180deg, rgba(92, 10, 24, .35), rgba(92, 10, 24, .72)); color: #fff; font-family: var(--zar-sans); }
.howit__playbtn { width: 80px; height: 80px; border-radius: 50%; background: var(--zar-paper); color: var(--zar-crimson); display: flex; align-items: center; justify-content: center; font-size: 30px; padding-left: 6px; animation: howitPulse 1.8s infinite; transition: transform .15s ease; }
.howit__play:hover .howit__playbtn { transform: scale(1.08); }
.howit__play span:last-child { font-family: var(--zar-serif); font-size: 22px; text-shadow: 0 1px 6px rgba(0, 0, 0, .35); }
.howit-cta { display: flex; gap: 10px; margin-top: 16px; }
.howit-cta__btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 8px; border-radius: 14px; color: #fff !important; text-decoration: none !important; font-weight: 600; font-size: 15px; line-height: 1.15; transition: transform .15s ease, filter .15s ease; }
.howit-cta__btn svg { width: 22px; height: 22px; flex: 0 0 22px; fill: #fff; }
.howit-cta__btn small { display: block; font-weight: 400; font-size: 11.5px; opacity: .92; }
.howit-cta__btn--wa { background: var(--zar-green); }
.howit-cta__btn--call { background: var(--zar-crimson); }
.howit-cta__btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
@keyframes howitPulse { 0% { box-shadow: 0 0 0 0 rgba(255, 253, 249, .6); } 70% { box-shadow: 0 0 0 22px rgba(255, 253, 249, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 253, 249, 0); } }
@keyframes howitBlink { 0%, 60%, 100% { opacity: .3; } 30% { opacity: 1; } }
@keyframes howitIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ---------- home finder ---------- */
.filter-bar { max-width: 1200px; margin: 28px auto 0; padding: 0 20px; }
.filter-bar__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; background: var(--zar-paper); border: 1px solid var(--zar-line); border-radius: var(--zar-r); padding: 14px; box-shadow: var(--zar-shadow); }
.filter-bar select, .filter-search select {
	width: 100%; min-height: 50px; padding: 0 38px 0 16px; border: 1px solid var(--zar-line); border-radius: 10px; color: var(--zar-ink); font-size: 16px; cursor: pointer;
	appearance: none; -webkit-appearance: none;
	background: var(--zar-ivory) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23A3122A' stroke-width='1.8'/%3E%3C/svg%3E") no-repeat right 15px center;
}
.filter-bar select:hover, .filter-search select:hover { border-color: var(--zar-crimson); }
.filter-search { max-width: 1200px; margin: 12px auto 0; padding: 0 20px; text-align: center; }
.filter-search .btn { display: inline-flex; align-items: center; min-height: 44px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--zar-crimson); color: var(--zar-crimson); background: transparent; font-weight: 600; font-size: 15px; cursor: pointer; }
.filter-search .btn:hover { background: var(--zar-crimson); color: #fff; }
.filter-search .card-body { margin: 12px auto 0; max-width: 420px; }
.collapse { display: none; }
.collapse.in { display: block; }

/* ---------- girl cards ---------- */
.girls-grid { display: grid; grid-template-columns: repeat(auto-fit, 286px); justify-content: center; gap: 24px; }
@media (max-width: 1239px) { .girls-grid { grid-template-columns: repeat(auto-fit, 222px); gap: 20px; } }
.girl-card {
	position: relative; display: flex; flex-direction: column; background: var(--zar-paper); border: 1px solid var(--zar-line);
	border-radius: 18px; overflow: hidden; box-shadow: var(--zar-shadow); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.girl-card:hover, .girl-card:focus-within { transform: translateY(-4px); border-color: var(--zar-rose); box-shadow: 0 2px 4px rgba(70, 22, 30, .06), 0 22px 40px -18px rgba(163, 18, 42, .38); }
.girl-card__photo { width: 100%; aspect-ratio: 3 / 4; height: auto; object-fit: cover; object-position: center 20%; background: var(--zar-sand); }
.girl-card__overlay { position: absolute; left: 0; right: 0; top: 0; aspect-ratio: 3 / 4; background: linear-gradient(180deg, rgba(34, 22, 26, .38) 0%, rgba(34, 22, 26, 0) 28%); pointer-events: none; }
.girl-card__badges { position: absolute; top: 10px; left: 10px; right: 10px; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; gap: 6px; }
.badge-group { display: flex; flex-direction: column; gap: 5px; align-items: flex-start; }
.badge-group--right { align-items: flex-end; }
.badge { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; letter-spacing: .06em; line-height: 1; padding: 6px 9px; border-radius: 999px; background: rgba(255, 253, 249, .94); color: var(--zar-ink); }
.badge--pink { background: var(--zar-crimson); color: #fff; }
.badge--on { color: var(--zar-green); }
.badge--on::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #1FA35B; box-shadow: 0 0 0 3px rgba(31, 163, 91, .22); }
.badge--off { background: rgba(36, 26, 28, .86); color: #fff; }
.girl-card__reason { display: inline-block; background: var(--zar-paper); color: var(--zar-crimson-dark); font-size: 11px; font-weight: 600; padding: 4px 9px; border-radius: 999px; white-space: nowrap; box-shadow: 0 2px 6px rgba(0, 0, 0, .15); }
.girl-card__info { padding: 14px 16px 18px; flex: 1 1 auto; }
.girl-card__head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 2px; }
.girl-card__name { font-family: var(--zar-serif); font-size: 25px; line-height: 1.1; color: var(--zar-ink); }
.girl-card__age { font-size: 12px; font-weight: 600; letter-spacing: .06em; color: var(--zar-muted); white-space: nowrap; }
.girl-card__type { font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--zar-crimson); margin-bottom: 8px; }
.girl-card__stats-list { list-style: none; margin: 8px 0 0; padding: 10px 0 0; border-top: 1px solid var(--zar-line); font-size: 13.5px; line-height: 1.5; color: var(--zar-muted); }
.girl-card__stats-list li { margin: 0; }
.girl-card__stats-list span { color: var(--zar-ink); font-weight: 600; padding-left: 3px; }
.girl-card__stats-list li:last-child:not(:has(span)) { margin-top: 10px; padding: 9px 11px; background: var(--zar-ivory); border-left: 2px solid var(--zar-crimson); border-radius: 0 8px 8px 0; color: var(--zar-body); font-style: italic; font-size: 14px; }
.girl-card__link { position: absolute; inset: 0; z-index: 3; border-radius: 18px; }
.girl-card__link:focus-visible { outline-offset: -3px; }
.girl-card--off .girl-card__photo { filter: grayscale(1) contrast(.95); opacity: .82; }
.girl-card--off .girl-card__name { color: var(--zar-muted); }
.girl-card--off:hover, .girl-card--off:focus-within { transform: none; border-color: var(--zar-line); box-shadow: var(--zar-shadow); }

/* not-available popup */
.offbox { position: fixed; inset: 0; z-index: 9998; background: rgba(34, 22, 26, .6); display: flex; align-items: center; justify-content: center; padding: 16px; }
.offbox[hidden] { display: none; }
.offbox__card { position: relative; background: var(--zar-paper); color: var(--zar-body); border-radius: 18px; max-width: 350px; width: 100%; padding: 28px 22px 22px; text-align: center; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .5); border-top: 4px solid var(--zar-crimson); }
.offbox__x { position: absolute; top: 8px; right: 10px; width: 40px; height: 40px; border: 0; background: none; font-size: 24px; color: var(--zar-muted); cursor: pointer; }
.offbox__icon { font-size: 30px; margin-bottom: 6px; }
.offbox__title { margin: 0 0 10px; font-size: 22px; color: var(--zar-ink); }
.offbox__reasonchip { display: inline-block; background: var(--zar-blush); color: var(--zar-crimson-dark); font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 999px; margin: 0 0 12px; }
.offbox__note { font-size: 14px; color: var(--zar-muted); margin: 0 0 16px; }
.offbox__btn { display: block; width: 100%; border: 0; background: var(--zar-crimson); color: #fff; font-weight: 600; font-size: 15px; padding: 13px; border-radius: 999px; cursor: pointer; }
.offbox__btn:hover { background: var(--zar-crimson-dark); }
.offbox__more { display: inline-block; margin-top: 12px; font-size: 13.5px; color: var(--zar-muted) !important; text-decoration: underline; }
.off-note { max-width: 1160px; margin: 18px auto 0; padding: 14px 18px 14px 50px; position: relative; background: var(--zar-blush); border: 1px solid var(--zar-rose); border-radius: 12px; font-size: 15px; color: var(--zar-wine); }
.off-note::before { content: ""; position: absolute; left: 18px; top: 50%; width: 18px; height: 18px; margin-top: -9px; border-radius: 50%; border: 2px solid var(--zar-crimson); background: linear-gradient(45deg, transparent 44%, var(--zar-crimson) 44%, var(--zar-crimson) 56%, transparent 56%); }
.off-note strong { color: var(--zar-wine); }
.off-note a { color: var(--zar-crimson); font-weight: 600; }
@media (max-width: 1200px) { .off-note { margin-left: 20px; margin-right: 20px; } }

/* ---------- rates ---------- */
.rate-table { width: 100%; max-width: 660px; margin: 0 auto 16px; background: var(--zar-paper); border-radius: 12px; overflow: hidden; box-shadow: 0 0 0 1px var(--zar-line); font-variant-numeric: tabular-nums; }
.rate-table th, .rate-table td { padding: 12px 16px; text-align: left; font-size: 16px; border-bottom: 1px solid var(--zar-line); }
.rate-table tr:last-child td { border-bottom: 0; }
.rate-table th { background: var(--zar-wine); color: #fff; font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.rate-table td:first-child { color: var(--zar-ink); font-weight: 600; }
.rate-table th + th, .rate-table td + td { border-left: 1px solid var(--zar-line); }
.rate-table th + th { border-left-color: rgba(255, 255, 255, .15); }
.rate-table tr:nth-child(even) td { background: #FCF4F1; }
.rate-tabs > input { position: absolute; opacity: 0; pointer-events: none; }
.rate-tabs__btns { display: flex; width: max-content; max-width: 100%; margin: 0 auto 22px; padding: 5px; gap: 4px; background: var(--zar-sand); border-radius: 999px; }
.rate-tabs__btns label { min-width: 104px; padding: 10px 20px; border-radius: 999px; color: var(--zar-ink); font-weight: 600; font-size: 15px; text-align: center; cursor: pointer; transition: background .15s ease, color .15s ease; }
.rate-tabs__btns label:hover { color: var(--zar-crimson); }
.rate-pane { display: none; }
#rt-b:checked ~ .rate-pane--b, #rt-m:checked ~ .rate-pane--m, #rt-v:checked ~ .rate-pane--v { display: block; animation: howitIn .2s ease; }
#rt-b:checked ~ .rate-tabs__btns label[for="rt-b"], #rt-m:checked ~ .rate-tabs__btns label[for="rt-m"], #rt-v:checked ~ .rate-tabs__btns label[for="rt-v"] { background: var(--zar-crimson); color: #fff; box-shadow: 0 4px 12px -4px rgba(163, 18, 42, .6); }
#rt-b:focus-visible ~ .rate-tabs__btns label[for="rt-b"], #rt-m:focus-visible ~ .rate-tabs__btns label[for="rt-m"], #rt-v:focus-visible ~ .rate-tabs__btns label[for="rt-v"] { outline: 2px solid var(--zar-crimson); outline-offset: 2px; }
.rate-note { text-align: center; font-size: 14.5px; color: var(--zar-muted); margin: 0 auto 8px; }
#prices > .black-box { max-width: 880px; }
#prices .black-box > p { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- home: areas, features ---------- */
#areas .black-box { max-width: 1160px; background: transparent; border: 0; box-shadow: none; padding: 0; }
#areas .black-box ul { max-width: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; margin-bottom: 20px; }
#areas .black-box ul li { margin: 0; padding: 20px 20px 18px; background: var(--zar-paper); border: 1px solid var(--zar-line); border-radius: 14px; font-size: 15.5px; line-height: 1.6; box-shadow: var(--zar-shadow); }
#areas .black-box ul li::before { left: auto; right: 18px; top: 24px; background: var(--zar-rose); }
#areas .black-box ul li a { display: block; font-family: var(--zar-serif); font-size: 21px; line-height: 1.2; margin: 0 24px 8px 0; text-decoration: none; color: var(--zar-crimson-dark); }
#areas .black-box ul li a:hover { color: var(--zar-crimson); text-decoration: underline; }
#areas .black-box > p { text-align: center; margin: 0 auto; }
#why-us .feature-grid .black-box h3, .feature-grid .black-box h3 { padding-left: 22px; position: relative; }
.feature-grid .black-box h3::before { content: ""; position: absolute; left: 0; top: .42em; width: 9px; height: 9px; background: var(--zar-crimson); transform: rotate(45deg); }

.available-box {
	position: relative; max-width: 1160px; margin: 60px auto 0; padding: 48px 28px; color: #FBEFEF; text-align: center; border-radius: 22px; overflow: hidden;
	background: radial-gradient(120% 140% at 100% 0%, #B5243B 0%, var(--zar-crimson) 38%, var(--zar-wine) 100%);
}
.available-box::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 14px; pointer-events: none; }
.available-box .title { font-family: var(--zar-serif); font-size: clamp(30px, 4vw, 44px); letter-spacing: .06em; color: #fff; margin-bottom: 10px; }
.available-box .text { max-width: 640px; margin: 0 auto; font-size: 18px; }
.available-box .text em { color: #FBEFEF; }
.available-box .btn { position: relative; display: inline-flex; align-items: center; min-height: 50px; margin-top: 18px; padding: 0 34px; border-radius: 999px; font-weight: 600; background: var(--zar-paper); color: var(--zar-crimson-dark); text-decoration: none; }
.available-box .btn:hover { background: #fff; color: var(--zar-crimson); }
@media (max-width: 1200px) { .available-box { margin-left: 20px; margin-right: 20px; } }

/* ---------- reviews ---------- */
.reviews-section { max-width: 1200px; margin: 0 auto; padding: 56px 20px 16px; }
.review-box { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review-box .item { display: grid; grid-template-columns: 76px 1fr; column-gap: 20px; align-items: start; background: var(--zar-paper); border: 1px solid var(--zar-line); border-radius: var(--zar-r); padding: 26px 24px 22px; box-shadow: var(--zar-shadow); position: relative; }
.review-box .item::after { content: "\201D"; position: absolute; right: 18px; bottom: -14px; font-family: var(--zar-serif); font-size: 72px; line-height: 1; height: 44px; overflow: hidden; color: var(--zar-blush); pointer-events: none; }
.review-box .img-box img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; margin: 2px 0 0; background: var(--zar-sand); box-shadow: 0 0 0 3px var(--zar-paper), 0 0 0 4px var(--zar-rose); }
.popup-review { display: flex; flex-direction: column; flex: 1; }
.review-box .overview { order: 3; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--zar-muted); margin: 10px 0 0; }
.review-box .testimonial { order: 1; font-size: 16px; line-height: 1.6; margin: 0 0 12px; color: var(--zar-body); flex: 1; }
.star-rating { order: 2; }
.star-rating ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 3px; }
.star-rating li.star::before { content: "\2605"; color: #C0392B; font-size: 16px; }
.star-rating li.star:nth-child(n+6) { display: none; }

/* ---------- blog ---------- */
.blog-section { max-width: 1200px; margin: 0 auto; padding: 56px 20px 24px; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 380px)); justify-content: center; gap: 24px; }
.b-box { background: var(--zar-paper); border: 1px solid var(--zar-line); border-radius: var(--zar-r); overflow: hidden; padding-bottom: 22px; box-shadow: var(--zar-shadow); position: relative; }
.b-pic img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--zar-sand); }
.b-date ul { list-style: none; display: flex; padding: 0; margin: -26px 0 0 18px; position: relative; }
.b-date li { display: inline-flex; flex-direction: column; align-items: center; background: var(--zar-crimson); color: #fff; font-family: var(--zar-serif); font-size: 24px; line-height: 1; padding: 9px 12px 7px; border-radius: 10px; }
.b-date span { display: block; font-family: var(--zar-sans); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; margin-top: 3px; }
.b-title { padding: 14px 20px 6px; }
.b-title a { text-decoration: none; }
.b-title h3 { font-size: 23px; color: var(--zar-ink); margin: 0; }
.b-box .text { padding: 0 20px 16px; font-size: 15.5px; color: var(--zar-body); }
.blk-btn { display: inline-flex; margin: 0 20px; padding: 10px 20px; border: 1px solid var(--zar-crimson); color: var(--zar-crimson); border-radius: 999px; font-weight: 600; font-size: 14.5px; text-decoration: none; }
.blk-btn:hover, .blk-btn:focus-visible { background: var(--zar-crimson); color: #fff; }
.blog-card { display: grid; grid-template-columns: minmax(0, 46%) 1fr; max-width: 980px; margin: 0 auto; background: var(--zar-paper); border: 1px solid var(--zar-line); border-radius: 20px; overflow: hidden; box-shadow: var(--zar-shadow); text-decoration: none !important; color: var(--zar-body); transition: box-shadow .2s ease, transform .2s ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 24px 44px -22px rgba(163, 18, 42, .45); color: var(--zar-body); }
.blog-card img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__body { display: block; padding: clamp(20px, 3vw, 36px); }
.blog-card__title { display: block; margin: 0 0 12px; font-family: var(--zar-serif); font-weight: 400; font-size: clamp(22px, 2.4vw, 28px); line-height: 1.2; color: var(--zar-ink); }
.blog-card__text { display: block; margin: 0 0 16px; font-size: 16px; line-height: 1.6; color: var(--zar-body); }
.blog-card__more { color: var(--zar-crimson); font-weight: 600; }

/* ---------- FAQ + contact + blog post text ---------- */
#faq .black-box h3 { position: relative; padding: 18px 0 0 46px; margin: 18px 0 6px; border-top: 1px solid var(--zar-line); font-size: 21px; color: var(--zar-ink); }
#faq .black-box h3:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
#faq .black-box h3::before { content: "Q"; position: absolute; left: 0; top: 16px; width: 32px; height: 32px; border-radius: 50%; background: var(--zar-blush); color: var(--zar-crimson); font-size: 17px; line-height: 32px; text-align: center; }
#faq .black-box h3:first-child::before { top: -2px; }
#faq .black-box p { padding-left: 46px; }
.page-section[id] > .black-box .rate-table { margin-top: 6px; }

/* ---------- 18+ popup ---------- */
.zk18 { position: fixed; inset: 0; z-index: 10000; background: rgba(34, 22, 26, .78); display: flex; align-items: center; justify-content: center; padding: 16px; }
@supports (backdrop-filter: blur(4px)) { .zk18 { backdrop-filter: blur(5px); } }
.zk18__card {
	position: relative; background: var(--zar-paper); color: var(--zar-body); max-width: 400px; width: 100%; padding: 70px 28px 26px; text-align: center; font-family: var(--zar-sans);
	border-radius: 200px 200px 20px 20px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7); animation: howitIn .3s ease;
}
.zk18__card::before { content: "18+"; position: absolute; top: 18px; left: 50%; transform: translateX(-50%); font-family: var(--zar-serif); font-size: 30px; line-height: 1; color: var(--zar-crimson); }
.zk18__card::after { content: ""; position: absolute; inset: 7px; border: 1px solid var(--zar-rose); border-radius: 194px 194px 15px 15px; pointer-events: none; }
.zk18__card h4 { margin: 0 0 10px; font-size: 27px; color: var(--zar-ink); }
.zk18__card p { margin: 0 0 20px; font-size: 15px; color: var(--zar-muted); line-height: 1.55; }
.zk18__yes, .zk18__no { position: relative; z-index: 1; display: block; width: 100%; border-radius: 999px; cursor: pointer; font-weight: 600; }
.zk18__yes { border: 0; background: var(--zar-crimson); color: #fff; font-size: 16px; padding: 14px; }
.zk18__yes:hover { background: var(--zar-crimson-dark); }
.zk18__no { border: 1px solid var(--zar-line); background: transparent; color: var(--zar-muted); font-size: 14.5px; padding: 11px; margin-top: 10px; }
.zk18__no:hover { color: var(--zar-ink); border-color: var(--zar-muted); }

/* ---------- footer ---------- */
.zar-foot { margin-top: 72px; background: var(--zar-night); color: #D9C9C9; font-size: 15.5px; }
.zar-foot::before { content: ""; display: block; height: 4px; background: linear-gradient(90deg, var(--zar-wine), var(--zar-crimson) 50%, var(--zar-wine)); }
.zar-foot a { color: #F3E6E6; text-decoration: none; }
.zar-foot a:hover, .zar-foot a:focus-visible { color: #fff; text-decoration: underline; text-decoration-color: var(--zar-rose); }
.zar-foot strong { color: #fff; }
.zar-foot__grid { display: grid; grid-template-columns: 1.5fr 1fr 1.15fr; gap: 44px; padding-top: 56px; padding-bottom: 40px; }
.zar-foot__logo { width: 213px; height: 60px; margin-bottom: 20px; }
.zar-foot__title { font-family: var(--zar-serif); font-size: 21px; letter-spacing: .04em; color: #fff; margin-bottom: 14px; }
.zar-foot__about p { max-width: 44ch; margin: 0; }
.zar-foot__links ul { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 20px; }
.zar-foot__links li { margin: 0 0 9px; break-inside: avoid; }
.zar-foot__contact ul { list-style: none; margin: 0; padding: 0; }
.zar-foot__contact li { margin: 0 0 12px; }
.zar-foot__contact a, .zar-foot__hours { display: inline-flex; align-items: center; gap: 12px; }
.zar-foot__ico { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 50%; background: rgba(255, 255, 255, .07); display: inline-flex; align-items: center; justify-content: center; }
.zar-foot__ico svg { width: 17px; height: 17px; fill: var(--zar-rose); }
.zar-foot__hours { color: #F3E6E6; }
.zar-foot__lists { display: grid; grid-template-columns: 1fr 1.6fr; gap: 44px; padding-top: 32px; padding-bottom: 36px; border-top: 1px solid rgba(255, 255, 255, .1); }
.zar-foot__lists ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.zar-foot__lists li a { display: inline-block; padding: 6px 12px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; font-size: 14px; }
.zar-foot__lists li a:hover { border-color: var(--zar-rose); text-decoration: none; background: rgba(255, 255, 255, .05); }
.zar-foot__adult { display: flex; align-items: center; gap: 14px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255, 255, 255, .1); }
.zar-foot__adult p { margin: 0; }
.zar-foot__18 { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--zar-crimson); background: rgba(163, 18, 42, .18); color: #fff; font-weight: 700; font-size: 14px; }
.zar-foot__base { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; padding-top: 18px; padding-bottom: 22px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 14px; color: #BFAEAE; }
.zar-foot__base .dmca { margin: 0; }
.zar-foot__base .dmca img { margin: 0 !important; }
.zar-foot__tools { display: flex; align-items: center; gap: 10px; }
.zar-foot__top, .zar-foot__wa { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .2); }
.zar-foot__wa { padding: 0; width: 44px; background: var(--zar-green); border-color: var(--zar-green); }
.zar-foot__wa svg { width: 20px; height: 20px; fill: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
	.zar-nav a { padding: 0 9px; font-size: 14.5px; }
	.zar-nav a::after { left: 9px; right: 9px; }
	.zar-nav select { padding-right: 26px; font-size: 14.5px; }
}
@media (max-width: 999px) {
	.zar-burger { display: inline-flex; }
	.zar-nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--zar-paper); border-bottom: 1px solid var(--zar-line); box-shadow: 0 18px 30px -18px rgba(70, 22, 30, .4); max-height: calc(100vh - 56px); overflow-y: auto; display: none; }
	.zar-nav.open { display: block; }
	.zar-nav ul { flex-direction: column; align-items: stretch; padding: 8px 20px 18px; gap: 0; }
	.zar-nav li { border-bottom: 1px solid var(--zar-line); }
	.zar-nav li:last-child { border-bottom: 0; }
	.zar-nav a { display: flex; min-height: 50px; padding: 0 4px; font-size: 16px; }
	.zar-nav a::after { display: none; }
	.zar-nav a.active { box-shadow: inset 3px 0 0 var(--zar-crimson); padding-left: 12px; }
	.zar-nav select { width: 100%; margin: 8px 0; min-height: 46px; font-size: 16px; }
	.zar-foot__grid { grid-template-columns: 1fr 1fr; }
	.zar-foot__about { grid-column: 1 / -1; }
	.zar-foot__lists { grid-template-columns: 1fr; gap: 26px; }
	.blog-card { grid-template-columns: 1fr; }
	.blog-card img { aspect-ratio: 1200 / 730; height: auto; }
}
@media (max-width: 999px) { .review-box { grid-template-columns: 1fr; } }
@media (max-width: 767px) {
	body { font-size: 16.5px; }
	.zar-brand__row { flex-direction: column; justify-content: center; gap: 12px; min-height: 0; padding-top: 14px; padding-bottom: 14px; }
	.zar-logo img { width: 178px; height: 50px; }
	.zar-brand__cta { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
	.zar-pill { min-height: 46px; padding: 0 12px; font-size: 15.5px; }
	.feature-grid { grid-template-columns: 1fr; gap: 18px; }
	.photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.photo-grid[style] { grid-template-columns: 1fr; }
	.photo-grid > .black-box { padding: 8px !important; }
	.photo-grid > .black-box h3 { font-size: 17px; margin-top: 8px; }
	.filter-bar__grid { grid-template-columns: 1fr; gap: 10px; }
	.page-section, .girls-section, .reviews-section, .blog-section { padding-top: 42px; padding-left: 14px; padding-right: 14px; }
	.filter-bar, .filter-search { padding-left: 14px; padding-right: 14px; }
	.zar-wrap { padding-left: 16px; padding-right: 16px; }
	.black-box { padding: 22px 18px; }
	.page-section > .black-box.zar-hero { padding: 26px 18px; }
	.zar-hero::before { inset: 6px; }
	.girls-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.girl-card { border-radius: 14px; }
	.girl-card__link { border-radius: 14px; }
	.girl-card__badges { top: 7px; left: 7px; right: 7px; }
	.badge { font-size: 10px; padding: 5px 7px; }
	.girl-card__reason { font-size: 10px; padding: 3px 7px; white-space: normal; text-align: right; }
	.girl-card__info { padding: 10px 10px 12px; }
	.girl-card__head { flex-wrap: wrap; gap: 0 6px; }
	.girl-card__name { font-size: 20px; }
	.girl-card__age { font-size: 11px; }
	.girl-card__type { font-size: 10.5px; letter-spacing: .06em; }
	.girl-card__stats-list { font-size: 12px; line-height: 1.45; }
	.girl-card__stats-list li:last-child:not(:has(span)) { font-size: 12.5px; padding: 7px 8px; }
	.review-box { grid-template-columns: 1fr; }
	.review-box .item { grid-template-columns: 56px 1fr; column-gap: 14px; padding: 20px 18px; }
	.review-box .img-box img { width: 56px; height: 56px; }
	.rate-table th, .rate-table td { padding: 10px 10px; font-size: 14.5px; }
	.rate-tabs__btns label { min-width: 0; padding: 9px 16px; font-size: 14.5px; }
	#faq .black-box h3 { padding-left: 40px; font-size: 19px; }
	#faq .black-box p { padding-left: 0; }
	.zar-foot__grid { grid-template-columns: 1fr; gap: 30px; padding-top: 40px; }
	.zar-foot__base { justify-content: center; text-align: center; }
	.available-box { padding: 40px 20px; margin-left: 14px; margin-right: 14px; }
	.off-note { margin-left: 14px; margin-right: 14px; }
	.intro-flex__text p:first-child { font-size: 18px; }
	.howit-cta__btn { font-size: 14px; }
}
@media (max-width: 380px) {
	.zar-quick__btn { width: 40px; height: 40px; }
	.girl-card__name { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
