/* =============================================================
   Laguna — escort-girls-netanya.com
   Dark teal + coral/champagne. RTL. External stylesheet.
   Base DNA: ptarchive. Single-page money site (47 profiles).
   ============================================================= */

/* ---------- Design tokens ---------- */
:root {
  --ground: #0C1719;
  --surface: #12242A;
  --raised: #1B333B;
  --line: #274852;
  --ink: #EAF3F2;
  --muted: #9EB5B9;
  --faint: #6C8288;
  --accent: #E27D5A;
  --accent-deep: #C55C3C;
  --accent-soft: #F2A98C;
  --gold: #E0B65C;
  --gold-soft: #EFD69A;
  --wa: #25D366;
  --tg: #229ED9;

  --serif: "Bellefair", Georgia, "Times New Roman", serif;
  --sans: "Assistant", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans Hebrew", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas, monospace;

  --maxw: 1180px;
  --radius: 12px;
  --grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>");
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; }
body { margin: 0; background: var(--ground); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0 0 1em; }
:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: 2px; }
strong { color: var(--ink); font-weight: 700; }

.grain { position: fixed; inset: 0; background-image: var(--grain); opacity: 0.035; pointer-events: none; mix-blend-mode: screen; z-index: 9999; }

/* ---------- Layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 64px 0; border-top: 1px solid var(--line); }
.eyebrow { font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.section-title { font-family: var(--serif); font-size: 32px; margin-top: 10px; line-height: 1.15; }
.lead { color: var(--muted); max-width: 62ch; font-size: 18px; }
.prose p { color: var(--muted); max-width: 74ch; }
.prose h2 { font-family: var(--serif); font-size: 27px; margin: 34px 0 12px; color: var(--ink); }
.prose h3 { font-size: 19px; margin: 22px 0 8px; color: var(--accent-soft); }
.prose ul { color: var(--muted); max-width: 74ch; padding-inline-start: 22px; margin: 0 0 1em; }
.prose li { margin-bottom: 7px; }
.prose li strong { color: var(--ink); }
.prose a { color: var(--accent-soft); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 24px; background: rgba(31, 23, 38, 0.88); backdrop-filter: blur(9px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold); font-family: var(--serif); font-size: 20px; }
.brand__word { font-family: var(--serif); font-size: 23px; letter-spacing: 0.02em; }
.brand__word em { color: var(--gold-soft); font-style: normal; }
.main-nav { display: flex; gap: 22px; font-size: 15px; color: var(--muted); }
.main-nav a:hover { color: var(--ink); }
.main-nav .is-active { color: var(--ink); border-bottom: 2px solid var(--accent); padding-bottom: 3px; }
.header-cta { background: var(--accent); color: #1A1020; font-weight: 700; font-size: 14px; padding: 9px 17px; border-radius: 999px; }
.header-cta:hover { background: var(--accent-soft); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); width: 42px; height: 38px; font-size: 20px; cursor: pointer; }

/* ---------- Hero ---------- */
.hero { padding: 76px 0 44px; position: relative; overflow: hidden; }
.hero__glow { position: absolute; top: -30%; inset-inline-start: -8%; width: 55%; height: 150%; background: radial-gradient(closest-side, rgba(226, 125, 90, 0.20), transparent 70%); pointer-events: none; }
.hero h1 { font-family: var(--serif); font-size: clamp(34px, 6vw, 60px); line-height: 1.05; letter-spacing: -0.01em; margin-top: 14px; }
.hero h1 em { font-style: normal; color: var(--gold-soft); }
.hero__sub { margin-top: 20px; max-width: 60ch; color: var(--muted); font-size: clamp(16px, 2vw, 19px); }
.hero__actions { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero__stats { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 34px; }
.hero__stat { display: flex; flex-direction: column; }
.hero__stat b { font-family: var(--serif); font-size: 30px; color: var(--gold-soft); }
.hero__stat span { font-size: 13px; color: var(--muted); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: 52px 0 20px; position: relative; }
.breadcrumbs { font-size: 13px; color: var(--faint); margin-bottom: 14px; }
.breadcrumbs a:hover { color: var(--accent-soft); }
.breadcrumbs span { margin: 0 6px; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(30px, 4.5vw, 44px); line-height: 1.1; }
.page-hero .lead { margin-top: 14px; }

/* ---------- Buttons ---------- */
.btn { font-size: 14.5px; font-weight: 700; padding: 12px 24px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.btn--primary { background: var(--accent); color: #1A1020; }
.btn--primary:hover { background: var(--accent-soft); }
.btn--outline { background: transparent; border-color: var(--line); color: var(--ink); }
.btn--outline:hover { border-color: var(--accent); color: var(--accent-soft); }
.btn--gold { background: var(--gold); color: #201404; }
.btn--gold:hover { background: var(--gold-soft); }
.btn--wa { background: var(--wa); color: #04502F; }
.btn--tg { background: var(--tg); color: #fff; }
.btn svg { width: 17px; height: 17px; }

/* ---------- Filter chips ---------- */
.chips { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0; }
.chip { font-size: 12.5px; padding: 8px 15px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); cursor: pointer; transition: border-color 0.2s, color 0.2s, background 0.2s; }
.chip:hover { border-color: var(--accent); color: var(--ink); }
.chip.is-selected { background: var(--accent); border-color: var(--accent); color: #1A1020; font-weight: 700; }
.chip--vip { border-color: var(--gold); color: var(--gold-soft); }
.chip--vip.is-selected { background: var(--gold); border-color: var(--gold); color: #201404; }

/* ---------- Gallery / cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(214px, 1fr)); gap: 18px; }
.card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); transition: transform 0.28s cubic-bezier(0.2,0.7,0.2,1), border-color 0.28s, box-shadow 0.28s; }
.card.is-hidden { display: none; }
.card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: 0 18px 40px -18px rgba(0,0,0,0.85); }
.card__photo { aspect-ratio: 3 / 4; width: 100%; height: auto; object-fit: cover; cursor: zoom-in; background: var(--raised); }
.card__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,16,25,0.95) 8%, rgba(22,16,25,0.35) 42%, transparent 66%); pointer-events: none; }
.card__top { position: absolute; top: 10px; inset-inline: 10px; display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; pointer-events: none; }
.badge-verified { display: inline-flex; align-items: center; gap: 5px; background: rgba(22,16,25,0.62); border: 1px solid rgba(246,239,242,0.18); backdrop-filter: blur(4px); border-radius: 999px; padding: 4px 9px 4px 7px; font-size: 11px; }
.badge-verified svg { width: 12px; height: 12px; color: var(--gold-soft); }
.catcode { font-family: var(--mono); font-size: 10.5px; color: rgba(246,239,242,0.62); letter-spacing: 0.06em; background: rgba(22,16,25,0.5); padding: 3px 7px; border-radius: 6px; }
.ribbon { position: absolute; top: 44px; inset-inline-end: -1px; background: var(--accent); color: #1A1020; font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; padding: 4px 12px 4px 10px; border-radius: 6px 0 0 6px; pointer-events: none; }
.ribbon--vip { background: linear-gradient(90deg, var(--gold), var(--gold-soft)); color: #201404; }
.card__body { position: absolute; bottom: 0; inset-inline: 0; padding: 14px 14px 13px; }
.card__epithet { font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-soft); margin: 0 0 3px; }
.card__name { font-family: var(--serif); font-size: 22px; line-height: 1; }
.card__name .age { color: var(--muted); font-size: 16px; }
.card__city { display: flex; align-items: center; gap: 5px; margin: 6px 0 0; font-size: 13px; color: var(--muted); }
.card__city svg { width: 12px; height: 12px; color: var(--accent-soft); }
.card__meta { font-size: 12px; color: var(--faint); margin: 3px 0 0; }
.card__contact { display: flex; gap: 8px; margin-top: 12px; transform: translateY(8px); opacity: 0; transition: transform 0.28s, opacity 0.28s; }
.card:hover .card__contact, .card:focus-within .card__contact { transform: none; opacity: 1; }
.cbtn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 13px; font-weight: 700; padding: 9px 0; border-radius: 8px; color: #fff; }
.cbtn svg { width: 15px; height: 15px; }
.cbtn--wa { background: var(--wa); color: #04502F; }
.cbtn--tg { background: var(--tg); }
.cbtn--ph { background: var(--accent); color: #1A1020; border: none; font-family: var(--sans); cursor: pointer; }
.cbtn--ph.is-revealed { background: var(--gold); }
.card picture { display: block; }
.grid-note { margin-top: 18px; font-size: 13px; color: var(--faint); }

/* ---------- City index ---------- */
.city-index { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin-top: 22px; }
.city-index__row { background: var(--surface); padding: 15px 16px; display: flex; justify-content: space-between; align-items: baseline; transition: background 0.2s; }
.city-index__row:hover { background: var(--raised); }
.city-index__name { font-size: 16px; }
.city-index__count { font-family: var(--mono); font-size: 12px; color: var(--faint); }

/* ---------- Feature grid (EEAT/trust) ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 26px; }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
.feature__icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(226,125,90,0.14); display: grid; place-items: center; color: var(--accent-soft); margin-bottom: 12px; }
.feature__icon svg { width: 21px; height: 21px; }
.feature h3 { font-size: 17px; margin-bottom: 7px; }
.feature p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 24px; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; position: relative; }
.step::before { counter-increment: step; content: counter(step); font-family: var(--serif); font-size: 30px; color: var(--gold); display: block; margin-bottom: 8px; }
.step h3 { font-size: 16px; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14px; margin: 0; }

/* ---------- Article layout (EEAT pages) ---------- */
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.article-body { min-width: 0; }
.sidebar { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 16px; }
.sidebar-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
.sidebar-card h3 { font-size: 16px; margin-bottom: 10px; }
.sidebar-card p { color: var(--muted); font-size: 14px; }
.sidebar-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.sidebar-cta .btn { justify-content: center; width: 100%; }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 26px; }
.review { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
.review__stars { color: var(--gold); letter-spacing: 2px; font-size: 15px; }
.review__text { color: var(--muted); font-size: 15px; margin: 10px 0 12px; }
.review__meta { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--faint); border-top: 1px solid var(--line); padding-top: 10px; }
.rating-summary { display: flex; align-items: center; gap: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-top: 24px; flex-wrap: wrap; }
.rating-summary b { font-family: var(--serif); font-size: 44px; color: var(--gold-soft); }
.rating-summary .stars { color: var(--gold); font-size: 20px; letter-spacing: 3px; }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 820px; margin-top: 24px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 10px; background: var(--surface); overflow: hidden; }
.faq-q { width: 100%; text-align: start; background: none; border: none; color: var(--ink); font-family: var(--sans); font-size: 16px; font-weight: 700; padding: 17px 18px; display: flex; justify-content: space-between; align-items: center; gap: 12px; cursor: pointer; }
.faq-icon { color: var(--accent); font-size: 22px; line-height: 1; transition: transform 0.25s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a p { color: var(--muted); font-size: 15px; padding: 0 18px 17px; margin: 0; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 26px; }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; text-align: center; }
.contact-card .btn { margin-top: 14px; width: 100%; justify-content: center; }
.contact-big svg { width: 34px; height: 34px; }
.info-band { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-top: 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.info-band div span { display: block; font-size: 12.5px; color: var(--faint); }
.info-band div b { font-size: 15px; color: var(--ink); }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; background: linear-gradient(135deg, rgba(197,92,60,0.18), rgba(224,182,92,0.12)); border: 1px solid var(--line); border-radius: 16px; padding: 44px 24px; margin-top: 8px; }
.cta-band h2 { font-family: var(--serif); font-size: 30px; margin-bottom: 12px; }
.cta-band p { color: var(--muted); max-width: 52ch; margin: 0 auto 22px; }
.cta-band .hero__actions { justify-content: center; }
.cta-center { justify-content: center; }
.cta-phone { margin-top: 18px; color: var(--muted); font-size: 15px; }
.cta-phone strong { color: var(--gold-soft); }
/* Phone numbers must render LTR inside RTL text */
[data-phone-display] { direction: ltr; unicode-bidi: isolate; display: inline-block; }
.cbtn--ph.is-revealed span { direction: ltr; unicode-bidi: isolate; }
.err-wrap { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 80px 24px; }
.err-title { font-family: var(--serif); font-size: clamp(30px, 6vw, 52px); margin: 12px 0; }
.err-lead { margin: 0 auto 26px; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; background: rgba(10,7,13,0.92); display: none; align-items: center; justify-content: center; z-index: 200; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 8px; border: 1px solid var(--line); }
.lightbox__close { position: absolute; top: 18px; inset-inline-end: 22px; background: none; border: none; color: var(--ink); font-size: 34px; cursor: pointer; line-height: 1; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 48px 0 64px; color: var(--muted); }
.site-footer__brand { font-family: var(--serif); font-size: 24px; color: var(--ink); }
.site-footer__brand em { color: var(--gold-soft); font-style: normal; }
.site-footer__links { display: flex; gap: 18px; flex-wrap: wrap; margin: 16px 0; font-size: 14px; }
.site-footer__links a:hover { color: var(--ink); }
.legal { max-width: 78ch; font-size: 12.5px; line-height: 1.7; color: var(--faint); border-top: 1px solid var(--line); padding-top: 16px; margin-top: 20px; }
.copyright { margin-top: 14px; font-size: 12.5px; color: var(--faint); }

/* ============ HERO showcase (fills desktop left side) ============ */
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: center; }
.hero-text { min-width: 0; }
.hero-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hero-showcase .hcol { display: flex; flex-direction: column; gap: 16px; }
.hero-showcase .hcol:last-child { margin-top: 34px; }
.hshot { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 22px 46px -22px rgba(0,0,0,.85); aspect-ratio: 3 / 4; background: var(--raised); }
.hshot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hshot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,23,25,.55), transparent 45%); }
.hshot__tag { position: absolute; z-index: 1; top: 9px; inset-inline-start: 9px; display: inline-flex; align-items: center; gap: 4px; font-size: 10.5px; font-weight: 600; padding: 4px 9px; border-radius: 999px; background: rgba(12,23,25,.72); backdrop-filter: blur(4px); border: 1px solid rgba(234,243,242,.2); }
.hshot__tag--v { color: var(--gold-soft); }
.hshot__tag--on { color: #7fe0c8; }
.hshot__tag--on::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #2ec7a5; }
.hero-chip { position: absolute; inset-inline-end: -8px; bottom: -8px; z-index: 2; background: var(--accent); color: #10201f; font-size: 12px; font-weight: 700; padding: 8px 14px; border-radius: 999px; box-shadow: 0 10px 24px -8px rgba(0,0,0,.7); }
.hero-showcase { position: relative; }

/* ============ LAGUNA LISTING TEMPLATE (money-site, unique) ============ */
/* Filter bar */
.filterbar { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; margin: 8px 0 18px; display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: flex-start; }
.filter-group { display: flex; flex-direction: column; gap: 8px; }
.filter-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); font-weight: 700; }
.fchips { display: flex; flex-wrap: wrap; gap: 7px; }
.fchip { font-size: 12.5px; padding: 6px 13px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); background: transparent; cursor: pointer; font-family: var(--sans); transition: border-color .2s, color .2s, background .2s; }
.fchip:hover { border-color: var(--accent); color: var(--ink); }
.fchip.on { background: var(--accent); border-color: var(--accent); color: #10201f; font-weight: 700; }
.fchip--vip.on { background: var(--gold); border-color: var(--gold); color: #201404; }
.fchip--online { border-color: #2ec7a5; color: #7fe0c8; }
.fchip--online.on { background: #2ec7a5; border-color: #2ec7a5; color: #08201b; }
.filter-sort { margin-inline-start: auto; display: flex; flex-direction: column; gap: 8px; }
.filter-sort select { background: var(--ground); color: var(--ink); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-family: var(--sans); font-size: 13px; cursor: pointer; }
.result-count { color: var(--muted); font-size: 14px; margin: 0 0 18px; }
.result-count b { color: var(--gold-soft); font-family: var(--serif); font-size: 18px; }
.filter-reset { background: none; border: none; color: var(--accent-soft); font-size: 12.5px; cursor: pointer; text-decoration: underline; font-family: var(--sans); margin-inline-start: 10px; }

/* Listing grid + card (photo on top, info panel below — distinct from A/B overlay) */
.lgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; }
.lcard { position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); transition: transform .28s cubic-bezier(.2,.7,.2,1), border-color .28s, box-shadow .28s; }
.lcard.is-hidden { display: none; }
.lcard:hover { transform: translateY(-5px); border-color: var(--accent); box-shadow: 0 20px 44px -20px rgba(0,0,0,.85); }
.lcard__media { position: relative; aspect-ratio: 4 / 5; background: var(--raised); }
.lcard__photo { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; display: block; }
.lcard__verified { position: absolute; top: 10px; inset-inline-start: 10px; display: inline-flex; align-items: center; gap: 4px; background: rgba(12,23,25,.72); border: 1px solid rgba(234,243,242,.22); backdrop-filter: blur(4px); border-radius: 999px; padding: 4px 9px 4px 7px; font-size: 10.5px; }
.lcard__verified svg { width: 11px; height: 11px; color: var(--gold-soft); }
.lcard__ribbon { position: absolute; top: 10px; inset-inline-end: -1px; background: var(--accent); color: #10201f; font-size: 10.5px; font-weight: 700; letter-spacing: .06em; padding: 4px 11px 4px 9px; border-radius: 6px 0 0 6px; }
.lcard__ribbon--vip { background: linear-gradient(90deg, var(--gold), var(--gold-soft)); color: #201404; }
.lcard__online { position: absolute; bottom: 10px; inset-inline-start: 10px; display: inline-flex; align-items: center; gap: 6px; background: rgba(8,32,27,.78); color: #7fe0c8; border-radius: 999px; padding: 4px 10px 4px 9px; font-size: 11px; font-weight: 600; }
.lcard__online::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #2ec7a5; box-shadow: 0 0 0 0 rgba(46,199,165,.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(46,199,165,.55) } 70% { box-shadow: 0 0 0 7px rgba(46,199,165,0) } 100% { box-shadow: 0 0 0 0 rgba(46,199,165,0) } }
.lcard__info { padding: 13px 14px 14px; display: flex; flex-direction: column; gap: 8px; }
.lcard__head { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.lcard__name { font-family: var(--serif); font-size: 21px; line-height: 1; }
.lcard__age { color: var(--muted); font-size: 15px; font-family: var(--sans); }
.lcard__code { font-family: var(--mono); font-size: 10px; color: var(--faint); letter-spacing: .05em; }
.lcard__loc { display: flex; align-items: center; gap: 5px; font-size: 13px; color: var(--muted); margin: 0; }
.lcard__loc svg { width: 12px; height: 12px; color: var(--accent-soft); }
.lcard__tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.lcard__tags li { font-size: 11px; color: var(--muted); background: var(--raised); border: 1px solid var(--line); border-radius: 6px; padding: 3px 8px; }
.lcard__cta { display: flex; gap: 8px; margin-top: 4px; }
.lcard__empty { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 40px 0; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-showcase { max-width: 460px; }
  .hero-showcase .hcol:last-child { margin-top: 0; }
}
@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 640px) {
  .main-nav { display: none; }
  .main-nav.open { display: flex; position: absolute; top: 66px; inset-inline: 0; flex-direction: column; background: var(--surface); border-bottom: 1px solid var(--line); padding: 16px 24px; gap: 14px; }
  .nav-toggle { display: block; }
  .section { padding: 48px 0; }
  .hero__stats { gap: 20px; }
  .hero-showcase { display: none; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
