:root {
  --ink: #fff9ff;
  --muted: #c9bcc9;
  --paper: #100d14;
  --cream: #1c1621;
  --line: rgba(255, 239, 255, 0.13);
  --pink: #e9b5df;
  --pink-deep: #d089c5;
  --wine: #6f315e;
  --mint: #dfeae4;
  --serif: Assistant, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 80% 0%, rgba(102,45,85,.34), transparent 27%), var(--paper); font-family: Assistant, Heebo, sans-serif; line-height: 1.5; }
button, select { font: inherit; }
a { color: inherit; text-decoration: none; }
.site-header { position: absolute; z-index: 10; top: 28px; right: 5vw; left: 5vw; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.9); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; letter-spacing: -.02em; }
.brand b { font-weight: 800; }
.brand-mark { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: linear-gradient(135deg, #e4a6d9, #6f315e); border-radius: 9px; font-weight: 900; font-size: 18px; }
.top-nav { display: none; align-items: center; gap: 31px; font-size: 15px; font-weight: 600; }
.top-nav a { opacity: .82; transition: opacity .2s; }
.top-nav a:hover { opacity: 1; }
.nav-cta { padding: 9px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 100px; opacity: 1 !important; }
.nav-cta span { margin-right: 9px; }
.hero { position: relative; min-height: 625px; overflow: hidden; display: grid; place-items: center; padding: 112px 7vw 118px; color: #fff; background: radial-gradient(circle at 50% 51%, rgba(97,53,105,.37), transparent 28%), radial-gradient(circle at 11% 18%, rgba(111,49,94,.37), transparent 29%), radial-gradient(circle at 86% 74%, rgba(225,174,217,.12), transparent 32%), linear-gradient(135deg, #0c0b10 0%, #19101b 54%, #0d0b10 100%); }
.hero::after { content: ''; position: absolute; right: -5%; bottom: -160px; left: -5%; height: 270px; background: var(--paper); border-radius: 50% 50% 0 0 / 45% 45% 0 0; }
.hero-copy { position: relative; z-index: 2; width: min(730px, 100%); margin: 0; text-align: center; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--pink); font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero .eyebrow { color: #f8b1ba; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; margin-left: 8px; border-radius: 50%; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(52px, 7.5vw, 102px); line-height: .94; letter-spacing: -.06em; font-weight: 900; }
h1 em, h2 span, .cta-section em { color: #f2a0aa; font-family: var(--serif); font-weight: 700; letter-spacing: -.04em; }
.hero-lead { max-width: 650px; margin: 0 auto 24px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.45; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 53px; padding: 0 23px; border-radius: 100px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 25px rgba(0,0,0,.16); }
.button-primary { color: var(--wine); background: #fff; }
.button-light { color: var(--wine); background: #fff3ec; }
.text-link { color: #fff; font-weight: 700; }
.text-link span { margin-right: 7px; color: #f2a0aa; }
.hero-filter-wrap { position: relative; z-index: 3; margin-top: 25px; }
.hero-filter-wrap > p { margin: 0 0 8px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 600; }
.hero-filter-wrap .filter-bar { justify-content: center; margin: 0; padding: 7px; border-color: rgba(255,255,255,.22); background: rgba(29,20,31,.72); box-shadow: 0 12px 30px rgba(0,0,0,.32); backdrop-filter: blur(12px); }
.hero-filter-wrap #city-filter { width: auto; margin-right: 0; color: #fff; background: rgba(255,255,255,.11); }
/* תפריט המערכת נפתח על רקע בהיר, לכן האופציות מקבלות צבעים מפורשים. */
#city-filter option { color: #2c1d2a; background: #fff8fc; font-weight: 700; }
#city-filter option:checked { color: #2c1d2a; background: #e8bde3; }
.hero-proof { display: none; }
.proof-number { color: #f3a5ae; font-size: 68px; font-weight: 900; line-height: 1; letter-spacing: -.09em; }
.hero-proof strong { display: block; color: #fff; font-size: 14px; }
.scroll-hint { position: absolute; z-index: 2; bottom: 49px; right: 50%; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.65); font-size: 12px; transform: translateX(50%); }
.scroll-line { display: block; width: 43px; height: 1px; background: rgba(255,255,255,.55); }
.hero-orb { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.hero-orb-one { top: 24%; left: 7%; width: 240px; height: 240px; }
.hero-orb-two { right: 12%; bottom: 22%; width: 430px; height: 430px; opacity: .35; }
.section-shell { width: min(1160px, 88vw); margin: 0 auto; }
.method .section-kicker { color: var(--pink-deep); }
.method h2 { margin-bottom: 21px; font-size: clamp(42px, 5.5vw, 70px); line-height: .98; letter-spacing: -.065em; }
.stories { position: relative; z-index: 4; width: 100vw; margin-top: -93px; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: 42px max(6vw, calc((100vw - 1160px) / 2)) 130px; border-radius: 54px 54px 0 0; color: #2c1d2a; background: radial-gradient(circle at 8% 0%, rgba(236,198,230,.65), transparent 29%), linear-gradient(180deg, #fbf7fb 0%, #f1e9f0 100%); box-shadow: 0 -12px 36px rgba(0,0,0,.13); }
.section-heading { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; margin-bottom: 19px; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 4.5vw, 57px); line-height: 1; letter-spacing: -.06em; }
.section-note { margin: 0; color: #746573; font-size: 14px; text-align: center; }
.filter-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 28px; padding: 9px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.05); }
.filter-label { padding: 0 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
.filter-button, #city-filter { padding: 8px 14px; border: 0; border-radius: 99px; color: var(--muted); background: transparent; cursor: pointer; font-size: 14px; font-weight: 700; }
.filter-button:hover, .filter-button.is-active { color: #24101f; background: linear-gradient(135deg, #f5d4ef, #d89bcf); }
#city-filter { margin-right: auto; border: 1px solid var(--line); outline: none; }
.stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.story-card { overflow: hidden; border: 1px solid rgba(255,235,255,.13); border-radius: 20px; color: #fff9ff; background: linear-gradient(145deg, rgba(37,27,41,.96), rgba(20,16,24,.98)); box-shadow: 0 12px 30px rgba(0,0,0,.28); cursor: pointer; transition: transform .25s, box-shadow .25s, border-color .25s; }
.story-card:hover, .story-card:focus-visible { transform: translateY(-5px); border-color: rgba(233,181,223,.68); box-shadow: 0 22px 46px rgba(0,0,0,.42); outline: none; }
.card-media { position: relative; min-height: 226px; display: grid; place-items: center; overflow: hidden; }
.card-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card-media.has-profile::before, .card-media.has-profile::after { display: none; }
.card-media.eden-profile > img { object-fit: cover; object-position: center 31%; }
.card-media.shani-profile > img { object-fit: cover; object-position: center 36%; }
.card-media.almog-profile > img { object-fit: cover; object-position: center 42%; }
.card-media.noy-profile > img { object-fit: cover; object-position: center 20%; }
.card-media.ofek-profile > img { object-fit: cover; object-position: center 36%; }
.card-media.rinat-profile > img { object-fit: cover; object-position: center 25%; }
.card-media.michelle-profile > img { object-fit: cover; object-position: center 19%; }
.card-media.shirin-profile > img { object-fit: cover; object-position: center 34%; }
.card-media.atara-profile > img { object-fit: cover; object-position: center 18%; }
.card-media.daniela-profile > img { object-fit: cover; object-position: center 26%; }
.card-media.neta-profile > img { object-fit: cover; object-position: center 21%; }
.card-media.shirel-profile > img { object-fit: cover; object-position: center 24%; }
.card-media.meital-profile > img { object-fit: cover; object-position: center 31%; }
.card-media.mai-profile > img { object-fit: cover; object-position: center 29%; }
.card-media.emi-profile > img { object-fit: cover; object-position: center 22%; }
.card-media.hai-profile > img { object-fit: cover; object-position: center 24%; }
.card-media.eden-lashes-profile > img { object-fit: cover; object-position: center 19%; }
.card-media.tania-profile > img { object-fit: cover; object-position: center 21%; }
.card-media.anastasia-profile > img { object-fit: cover; object-position: center 23%; }
.card-media.ziv-profile > img { object-fit: cover; object-position: center 24%; }
.card-media.roni-profile > img { object-fit: cover; object-position: center 27%; }
.avatar-dynamic { background: linear-gradient(135deg, #d8c6d5, #8a677d); }
.card-media::before, .card-media::after { content: ''; position: absolute; border-radius: 50%; opacity: .9; }
.avatar-shani { background: radial-gradient(circle at 50% 18%, #e6ab9d 0 11%, transparent 11.5%), radial-gradient(ellipse at 50% 57%, #232536 0 29%, transparent 29.5%), linear-gradient(135deg, #e7aab0, #f4d2b5); }
.avatar-shani::before { width: 260px; height: 260px; bottom: -130px; background: #d97983; }
.avatar-shani::after { width: 175px; height: 175px; bottom: -70px; border: 19px solid rgba(255,255,255,.18); }
.avatar-raeda { background: linear-gradient(135deg, #c6ddd4, #788c91); }
.avatar-raeda::before { width: 170px; height: 170px; background: rgba(255,255,255,.36); }
.avatar-zohar { background: linear-gradient(135deg, #ead1b2, #bb7d69); }
.avatar-zohar::before { width: 190px; height: 190px; border: 22px solid rgba(255,255,255,.31); }
.avatar-almog { background: linear-gradient(135deg, #d8c6d5, #a58caa); }
.avatar-almog::before { width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.5); }
.avatar-yael { background: linear-gradient(135deg, #f2d5b5, #b9796c); }
.avatar-yael::before { width: 160px; height: 160px; background: rgba(255,255,255,.32); }
.avatar-stav { background: linear-gradient(135deg, #a9c7c6, #71838b); }
.avatar-stav::before { width: 230px; height: 230px; border: 24px solid rgba(255,255,255,.23); }
.avatar-letter { position: relative; z-index: 1; color: rgba(255,255,255,.9); font-size: 110px; font-weight: 900; line-height: 1; text-shadow: 0 7px 20px rgba(0,0,0,.12); }
.media-badge { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.38); border-radius: 99px; color: #2c1028; background: rgba(250,223,247,.92); box-shadow: 0 6px 15px rgba(0,0,0,.15); backdrop-filter: blur(8px); font-size: 11px; font-weight: 800; }
.media-badge-face { color: #173d35; background: rgba(218, 239, 226, .94); }
.card-body { min-height: 132px; display: flex; align-items: center; flex-direction: column; padding: 20px 20px 22px; text-align: center; }
.card-meta { display: flex; justify-content: center; gap: 10px; margin-bottom: 10px; color: var(--pink-deep); font-size: 12px; font-weight: 800; }
.card-meta > span:first-child { display: none; }
.card-meta .city { color: #cfbfd0; white-space: nowrap; }
.card-body h3 { margin-bottom: 10px; font-size: 28px; line-height: 1; letter-spacing: -.04em; }
.card-summary { flex: 1; margin: 0 0 17px; color: #d0c5d0; font-family: var(--serif); font-size: 15px; line-height: 1.45; }
.card-link { padding: 0; border: 0; color: #f2c2e9; background: transparent; font-size: 14px; font-weight: 800; }
.card-link span { margin-right: 6px; color: #e6a8dd; }
.empty-state { padding: 40px; border: 1px dashed rgba(80,43,75,.22); border-radius: 17px; color: #6f5e6c; text-align: center; }
.method { display: block; padding: 90px 0 145px; text-align: center; }
.method-intro { max-width: 680px; margin: 0 auto; }
.method-intro p { max-width: 390px; margin-right: auto; margin-left: auto; color: var(--muted); font-size: 17px; }
.method-steps { border-top: 1px solid var(--line); }
.method-step { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.method-step > span { color: var(--pink-deep); font-size: 15px; font-weight: 900; }
.method-step strong { display: block; margin-bottom: 4px; font-size: 20px; }
.method-step p { margin: 0; color: var(--muted); font-size: 15px; }
.cta-section { padding: 78px 0; color: #fff; background: radial-gradient(circle at 70% 20%, rgba(184,109,169,.29), transparent 30%), #25101f; }
.cta-shell { display: flex; width: min(1160px, 88vw); align-items: center; justify-content: center; flex-direction: column; gap: 28px; margin: 0 auto; text-align: center; }
.cta-section .section-kicker { color: #f4a3ae; }
.cta-section h2 { margin: 0; font-size: clamp(38px, 5vw, 65px); line-height: .98; letter-spacing: -.06em; }
.cta-copy { max-width: 560px; margin: 22px auto 10px; color: rgba(255,255,255,.78); font-size: 17px; }
.cta-note { margin: 0; color: #f0c7e7; font-size: 14px; font-weight: 700; }
.story-dialog { width: min(900px, calc(100% - 28px)); max-height: min(860px, calc(100vh - 28px)); padding: 0; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; color: var(--ink); background: #17111a; box-shadow: 0 25px 100px rgba(0,0,0,.55); overflow-y: auto; }
.story-dialog::backdrop { background: rgba(6,4,8,.74); backdrop-filter: blur(8px); }
.dialog-close { position: sticky; z-index: 3; top: 15px; right: 15px; float: right; width: 40px; height: 40px; border: 0; border-radius: 50%; color: #35122d; background: rgba(255,245,255,.94); cursor: pointer; font-size: 30px; line-height: .9; box-shadow: 0 4px 16px rgba(0,0,0,.32); }
.dialog-cover { height: 185px; display: grid; margin-top: -40px; place-items: center; color: #fff; background: radial-gradient(circle at 50% 0%, rgba(158,80,139,.27), transparent 42%), linear-gradient(135deg, #0d0a10, #281526 56%, #100b13); }
.dialog-cover span { display: grid; width: 105px; height: 105px; margin-top: 24px; place-items: center; border: 5px solid rgba(255,247,253,.88); border-radius: 50%; color: #fff; background: rgba(45,17,31,.22); box-shadow: 0 12px 28px rgba(0,0,0,.4); font-size: 52px; font-weight: 900; overflow: hidden; }
.dialog-cover.has-profile span { color: transparent; background-color: #261522; background-image: var(--profile-image); background-position: center 28%; background-size: cover; }
.dialog-content { padding: 27px 42px 38px; }
.dialog-topline { display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.dialog-status { color: var(--pink-deep); font-weight: 800; }
.story-dialog h2 { margin: 9px 0 4px; font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.dialog-subtitle { margin: 0; color: var(--muted); }
.dialog-divider { height: 1px; margin: 25px 0; background: var(--line); }
.dialog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dialog-grid div { min-height: 125px; display: flex; flex-direction: column; gap: 8px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.05); }
.dialog-grid span { color: var(--muted); font-size: 12px; font-weight: 700; }
.dialog-grid strong { font-size: 16px; line-height: 1.45; }
.dialog-evidence { margin-top: 28px; }
.dialog-gallery-label { display: flex; align-items: center; justify-content: space-between; margin: 0 0 11px; color: var(--muted); font-size: 13px; font-weight: 800; }
.dialog-gallery-label small { font-size: 11px; font-weight: 600; }
.gallery-feature { position: relative; width: 100%; min-height: 185px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; color: #f3cbea; background: linear-gradient(135deg, #3a1e37, #17111a); cursor: zoom-in; overflow: hidden; font-family: var(--serif); font-size: 22px; }
.gallery-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #fff; }
.gallery-feature::before, .gallery-feature::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(80,34,56,.15); }
.gallery-feature::before { width: 290px; height: 290px; right: -75px; bottom: -175px; }
.gallery-feature::after { width: 185px; height: 185px; left: 8%; top: -102px; }
.gallery-feature > span { position: relative; z-index: 1; }
.gallery-feature-index { position: absolute !important; top: 13px; right: 14px; display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: #fff; background: var(--wine); font-family: Assistant, Heebo, sans-serif; font-size: 11px; font-weight: 800; }
.gallery-feature-expand { position: absolute !important; bottom: 12px; left: 14px; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(80,34,56,.18); border-radius: 50%; background: rgba(255,255,255,.75); font-family: Assistant, Heebo, sans-serif; }
.dialog-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 10px; }
.gallery-slot { display: flex; min-height: 76px; align-items: center; justify-content: center; gap: 7px; padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; color: #f0c7e7; background: rgba(255,255,255,.05); cursor: pointer; font-size: 12px; font-weight: 800; }
.gallery-slot:hover, .gallery-slot.is-active { border-color: #e3a7d8; color: #fff; background: rgba(198,110,183,.21); }
.gallery-slot span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #fff; background: var(--wine); font-size: 10px; }
.dialog-footnote { margin: 24px 0 0; padding: 13px; border-radius: 9px; color: var(--muted); background: var(--cream); font-size: 12px; }
@media (max-width: 850px) {
  .site-header { top: 21px; right: 5vw; left: 5vw; }
  .top-nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 650px; padding-top: 112px; }
  .scroll-hint { bottom: 34px; }
  .stories-grid { grid-template-columns: repeat(2, 1fr); }
  .method { grid-template-columns: 1fr; gap: 35px; }
  .cta-shell { align-items: center; flex-direction: column; }
}
@media (max-width: 560px) {
  .brand { font-size: 17px; }
  .nav-cta { padding: 7px 10px; font-size: 12px; }
  .hero { min-height: 635px; padding: 108px 6vw 105px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: center; flex-direction: row; gap: 14px; }
  .hero-actions .button { min-height: 45px; padding: 0 15px; font-size: 13px; }
  .hero-actions .text-link { font-size: 13px; }
  .hero-filter-wrap { margin-top: 20px; }
  .hero-filter-wrap > p { font-size: 11px; }
  .hero-filter-wrap .filter-bar { gap: 4px; padding: 5px; }
  .filter-button, #city-filter { padding: 6px 8px; font-size: 12px; }
  .hero-filter-wrap #city-filter { width: auto; }
  .proof-number { font-size: 56px; }
  .stories { margin-top: -76px; }
  .section-heading { align-items: center; flex-direction: column; gap: 4px; }
  .section-note { text-align: center; }
  .filter-bar { border-radius: 13px; }
  .stories-grid { display: block; }
  .story-card { margin-bottom: 17px; }
  .card-meta { font-size: 11px; }
  .dialog-content { padding: 23px 20px 28px; }
  .dialog-cover { height: 155px; }
  .dialog-cover span { width: 82px; height: 82px; font-size: 39px; }
  .story-dialog h2 { font-size: 34px; }
  .dialog-grid { grid-template-columns: 1fr; gap: 8px; }
  .dialog-grid div { min-height: 0; padding: 13px 15px; }
  .dialog-gallery { gap: 6px; }
  .method { padding-bottom: 90px; }
  .cta-section { padding: 65px 0; }
  .cta-shell { width: 88vw; }
}
