/* ===== הרווקה האחרונה בתל אביב — עמוד נחיתה ===== */
@font-face{font-family:'KtavYad';src:url('assets/fonts/KtavYadCLM-Medium.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:'KtavYad';src:url('assets/fonts/KtavYadCLM-Bold.ttf') format('truetype');font-weight:700;font-display:swap}

:root{
  --bg-top:#161634;
  --bg-mid:#111226;
  --bg-bot:#0c0c1d;
  --cream:#f6eee2;
  --cream-dim:rgba(246,238,226,.72);
  --gold:#e6c079;
  --pink:#eeb7cd;
  --coral:#ef8f6d;
  --rose:#d9527f;
  --line:rgba(246,238,226,.13);
  --sans:'Assistant',system-ui,sans-serif;
  --hand:'KtavYad','Assistant',cursive;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{
  font-family:var(--sans);
  color:var(--cream);
  background:linear-gradient(180deg,var(--bg-top) 0%,var(--bg-mid) 45%,var(--bg-bot) 100%);
  background-repeat:no-repeat;
  overflow-x:clip;
  max-width:100%;
  line-height:1.6;
}
a{color:inherit}
.m-br{display:none}
.m-only{display:none}
/* prevent orphan words across the whole page */
p,li,summary,figcaption,.hero-blurb,.meet-intro,.buy-sub,blockquote,.close-msg,.for-who{text-wrap:pretty}
h1,h2,h3,.hero-title,.th-h,.meet-h,.why-h,.syn-h,.close-title{text-wrap:balance}

/* ---------- HERO (תמונה מלאה, טקסט מימין — לפי 535) ---------- */
.hero{position:relative;height:100svh;min-height:560px;overflow:hidden;background:#181135}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 100%}
.hero-shade{position:absolute;inset:0;pointer-events:none;background:
  linear-gradient(to left,rgba(20,18,48,.92) 0%,rgba(20,18,48,.74) 22%,rgba(20,18,48,.34) 42%,transparent 60%),
  linear-gradient(180deg,rgba(20,18,48,.45),transparent 20%,transparent 58%,rgba(22,22,52,.55) 84%,#161634 100%)}
.hero-content{position:absolute;top:0;bottom:0;right:clamp(20px,5vw,120px);z-index:3;width:min(56%,640px);
  display:flex;flex-direction:column;justify-content:center;text-align:right;
  padding-inline:clamp(14px,1.5vw,24px)}
.hero-title{line-height:1}
.hero-title span{display:block}
.hero-title span:not(.accent){font-family:var(--sans);font-weight:800;color:var(--cream);font-size:clamp(38px,4.6vw,72px);letter-spacing:-.015em}
.hero-title .accent{font-family:var(--hand);font-weight:700;color:#d85080;font-size:clamp(42px,5.1vw,80px);line-height:.84;margin:2px 0;transform:translateY(4px)}
.hero-title span:last-child{transform:translateY(-4px)}
.hero-logo{position:absolute;top:20px;left:50%;transform:translateX(-50%);z-index:5;
  font-family:var(--hand);font-size:clamp(24px,2vw,30px);color:var(--cream);text-decoration:none;letter-spacing:.02em}
.hero-actions{position:absolute;top:16px;left:16px;z-index:6;display:flex;gap:10px}
.hero-ic{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--cream);
  background:rgba(12,12,29,.42);border:1px solid rgba(246,238,226,.3);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:.2s}
.hero-ic:hover{background:rgba(217,82,127,.65);border-color:transparent;transform:translateY(-2px)}
.hero-ic svg{width:20px;height:20px}
.hero-tag{margin:0 0 6px;color:var(--cream);font-weight:600;font-size:clamp(14px,1.25vw,18px);letter-spacing:.02em;opacity:.92}
.hero-div{display:block;width:clamp(110px,12vw,150px);height:auto;margin:6px 0 10px auto}
.heart-div{display:block;margin:16px 0 0;line-height:0}
.heart-div svg{width:18px;height:18px;fill:var(--rose)}
.hero-blurb{max-width:540px;margin:14px 0 0;color:var(--cream-dim);font-weight:300;font-size:clamp(15px,1.35vw,17px);line-height:1.75}
.hero-blurb .m-br{display:none}
.cta{display:flex;flex-wrap:wrap;gap:18px}
.cta .btn{display:inline-flex;align-items:center;gap:8px}
.btn-ic{width:17px;height:17px;flex:none}
.hero-content .cta{margin-top:20px;justify-content:flex-start}

.btn{display:inline-block;padding:12px 26px;border-radius:100px;font-weight:600;font-size:15px;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;cursor:pointer;white-space:nowrap}
.btn.primary{background:var(--rose);color:#fff;box-shadow:0 12px 30px rgba(217,82,127,.35)}
.btn.primary:hover{transform:translateY(-2px);background:#e26490;box-shadow:0 16px 38px rgba(217,82,127,.5)}
.btn.primary.big{padding:17px 42px;font-size:18px}
.btn.ghost{border:1.5px solid rgba(246,238,226,.45);color:var(--cream);background:rgba(255,255,255,.03)}
.btn.ghost:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}

/* ---------- SECTIONS ---------- */
.sec{position:relative;padding:clamp(64px,12vh,130px) 22px}
.wrap{max-width:960px;margin:0 auto}
.wrap.narrow{max-width:620px}
.sec h2{font-family:var(--sans);font-weight:800;font-size:clamp(28px,4.4vw,46px);line-height:1.12;letter-spacing:-.01em;color:var(--cream);margin-bottom:22px;text-align:center}
.sec h2.small-h{font-size:clamp(24px,3.4vw,34px);color:var(--gold)}
.sec p{font-size:clamp(16px,1.7vw,19px);color:var(--cream-dim);font-weight:300}
.sec .lead{color:var(--cream);font-size:clamp(18px,2vw,22px);margin-bottom:18px}
.story{text-align:center}
.story p{margin-bottom:16px}

/* meet gili */
.meet{text-align:center;padding-block:clamp(40px,6vh,66px)}
.meet .meet-h{font-family:var(--sans);font-weight:800;font-size:clamp(30px,4vw,48px);color:var(--cream);margin-bottom:4px;line-height:1.12}
.meet-h .hl{background:linear-gradient(100deg,#d85080,#f0b6c8);-webkit-background-clip:text;background-clip:text;color:transparent}
.meet-intro{color:var(--cream-dim);font-size:clamp(15px,1.5vw,18px);font-weight:300;margin:0 auto 40px;max-width:520px;line-height:1.6}
.meet-grid{direction:ltr;display:grid;grid-template-columns:1.12fr .88fr;gap:clamp(28px,5vw,56px);align-items:center;max-width:1120px;margin:0 auto}
.meet-art{direction:rtl;position:relative;min-height:clamp(330px,34vw,430px)}
.meet-art .mfan{position:absolute;width:clamp(158px,18vw,215px);box-shadow:0 20px 44px rgba(0,0,0,.55);transition:filter .25s,box-shadow .25s}
.meet-art .mfan-1{top:0;right:13%;transform:rotate(-6deg);z-index:1}
.meet-art .mfan-2{top:9%;left:0;transform:rotate(6deg);z-index:2}
.meet-art .mfan-3{top:30%;right:33%;transform:rotate(-3deg);z-index:3}
.meet-art .mfan:hover{z-index:6;filter:brightness(1.04);box-shadow:0 26px 54px rgba(0,0,0,.6)}
.meet-list{direction:rtl;list-style:none;display:flex;flex-direction:column;gap:8px;text-align:right}
.meet-list li{display:flex;align-items:center;gap:20px;padding:10px 18px;border-radius:16px;
  background:linear-gradient(90deg,rgba(255,255,255,.055),rgba(255,255,255,.01) 75%);
  font-size:clamp(16px,1.5vw,19px);color:var(--cream);line-height:1.35;transition:background .25s,transform .2s}
.meet-list li:hover{background:linear-gradient(90deg,rgba(216,80,128,.16),rgba(255,255,255,.02) 78%);transform:translateX(-4px)}
.mic{width:clamp(72px,7.5vw,92px);height:clamp(72px,7.5vw,92px);flex:none;object-fit:contain;
  filter:drop-shadow(0 0 16px rgba(230,170,120,.28)) drop-shadow(0 5px 10px rgba(0,0,0,.45))}
.meet-ig{display:inline-flex;margin-top:clamp(30px,5vh,50px);direction:ltr;font-size:15px;
  padding:9px 20px;border:1px solid var(--line);border-radius:100px;background:rgba(255,255,255,.035)}
.meet-ig:hover{border-color:rgba(216,80,128,.42);background:rgba(255,255,255,.07)}
@media(max-width:760px){.meet-grid{grid-template-columns:1fr;gap:24px;max-width:460px}}

/* big centered moments */
.moment{padding-block:clamp(56px,11vh,120px)}
.pull{font-family:var(--hand);font-weight:400;text-align:center;line-height:1.28;
  font-size:clamp(30px,6vw,66px);color:var(--cream);max-width:14ch;margin:0 auto}
.pull .dim{color:var(--gold);display:inline-block;margin-top:6px}

.everyone{text-align:center}
.romance{text-align:center}
.romance .serif-big{font-family:var(--hand);font-weight:400;color:var(--pink);font-size:clamp(28px,4.6vw,50px)}
.romance p{margin-top:16px}

/* what awaits — tag cloud */
.awaits{text-align:center}
.tags{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:11px;max-width:720px;margin:10px auto 30px}
.tags li{border-radius:100px;padding:10px 20px;font-size:15px;font-weight:500;line-height:1;border:1px solid transparent;transition:transform .2s}
.tags li.lg{font-size:17.5px;padding:12px 24px}
.tags li:hover{transform:translateY(-3px)}
.tg-pink{background:rgba(216,80,128,.15);border-color:rgba(216,80,128,.38);color:#f3c2d5}
.tg-cream{background:rgba(246,238,226,.07);border-color:var(--line);color:var(--cream)}
.tg-gold{background:rgba(230,192,121,.15);border-color:rgba(230,192,121,.42);color:var(--gold)}
.for-who{max-width:600px;margin:0 auto;line-height:1.8}

/* why love it */
.why{text-align:center}
.why-hr-top{display:block;width:clamp(180px,22vw,280px);margin:0 auto 22px;opacity:.9}
.why-h{font-family:var(--sans);font-weight:800;font-size:clamp(28px,4.2vw,48px);color:var(--cream);margin-bottom:clamp(46px,6vh,68px);line-height:1.1}
.why-h .hl{background:linear-gradient(100deg,#d85080,#f0b6c8);-webkit-background-clip:text;background-clip:text;color:transparent}
.why-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1080px;margin:0 auto 40px}
.wcard{background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:18px;padding:30px 20px 26px;display:flex;flex-direction:column;align-items:center;gap:11px;transition:transform .2s,border-color .2s}
.wcard:hover{transform:translateY(-4px);border-color:rgba(216,80,128,.45)}
.wic{height:56px;width:auto;max-width:80px;object-fit:contain;margin-bottom:4px}
.wcard h3{font-family:var(--sans);font-weight:700;font-size:clamp(17px,1.7vw,20px);color:var(--cream)}
.wcard-heart{color:#d85080;font-size:12px;opacity:.85}
.wcard p{font-size:clamp(13.5px,1.3vw,15px);color:var(--cream-dim);font-weight:300;line-height:1.6;margin:0}
.why-quote{position:relative;max-width:880px;margin:0 auto;background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:20px;padding:34px 62px;font-family:var(--hand);font-size:clamp(22px,3vw,34px);color:var(--cream);line-height:1.4}
.why-quote::before{content:"\201D";position:absolute;top:2px;right:24px;font-size:52px;color:#d85080;opacity:.7;font-family:Georgia,serif}
.why-quote::after{content:"\201C";position:absolute;bottom:-18px;left:24px;font-size:52px;color:#d85080;opacity:.7;font-family:Georgia,serif}
@media(max-width:760px){.why-cards{grid-template-columns:repeat(2,1fr)}.wcard{padding:26px 14px 22px}.wcard p{font-size:12.5px;line-height:1.55}.why-quote{padding:26px 40px}}

/* chapter cta — framed card, Moti + Gili peek from its edges */
.chapter-cta{text-align:center}
.chap-wrap{position:relative;max-width:600px;margin:0 auto}
.chap-card{position:relative;z-index:1;
  background:linear-gradient(160deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  border:1px solid rgba(246,238,226,.22);border-radius:26px;
  padding:clamp(40px,6vw,58px) clamp(30px,5vw,60px)}
.chap-card h2{margin-bottom:14px}
.chap-card p{margin:0 auto 26px;max-width:440px}
.chap-card .btn{display:inline-flex;align-items:center;gap:8px}
.chap-card .btn.ghost{background:var(--cream);color:#1b1236;border-color:var(--cream);font-weight:700}
.chap-card .btn.ghost:hover{background:#fff;border-color:#fff;transform:translateY(-2px)}
.chap-peek{position:absolute;bottom:-2px;z-index:2;width:clamp(102px,11vw,148px);height:auto;
  pointer-events:none;filter:drop-shadow(0 12px 22px rgba(0,0,0,.45))}
.chap-gili{left:0;transform:translate(calc(-95% + 12px),-40px)}
.chap-moti{right:0;transform:translateX(calc(81% + 2px))}

/* ---------- BUY ---------- */
.buy{text-align:center}
.buy h2{margin-bottom:clamp(32px,5.5vh,54px)}
.tiers-2{max-width:660px;gap:24px}
.tiers{display:flex;gap:16px;justify-content:center;align-items:stretch;flex-wrap:wrap;margin:12px auto 22px;max-width:860px}
.tier{flex:1 1 240px;max-width:280px;display:flex;flex-direction:column;align-items:center;gap:8px;
  background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:20px;padding:30px 22px 26px;
  text-decoration:none;transition:transform .2s,border-color .2s,background .2s;position:relative}
.tier:hover{transform:translateY(-4px);border-color:rgba(230,192,121,.5);background:rgba(255,255,255,.06)}
.tier.featured{border-color:var(--gold);background:rgba(230,192,121,.08)}
.t-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--gold);color:#2a1a1a;font-size:12px;font-weight:700;padding:5px 14px;border-radius:100px;white-space:nowrap}
.t-name{font-family:var(--hand);font-size:26px;color:var(--cream)}
.t-price{font-size:30px;font-weight:700;color:var(--gold)}
.t-note{font-size:13.5px;color:var(--cream-dim);font-weight:300;min-height:38px;line-height:1.4}
.t-go{margin-top:8px;background:var(--rose);color:#fff;padding:11px 30px;border-radius:100px;font-weight:600;font-size:15px}
.tier.featured .t-go{background:var(--gold);color:#2a1a1a}
.buy-sub{margin-top:6px;font-size:14px !important;color:var(--cream-dim) !important}
.age-note{margin-top:10px;font-size:12.5px !important;color:var(--cream-dim) !important;opacity:.72;letter-spacing:.01em}

/* about — card */
.about-a{text-align:center}
.about-wrap{position:relative;max-width:620px;margin:0 auto}
.about-mockup.ig-card{position:absolute;top:84px;left:-120px;width:204px;flex:none;transform:rotate(-6deg);z-index:5}
.about-mockup .ig-head{padding:8px 10px}
.about-mockup .ig-bar{padding:6px 10px 8px}
.about-mockup.ig-post img{aspect-ratio:1;object-fit:cover}
.about-mockup.ig-card:hover{transform:rotate(-2deg) translateY(-4px)}
.about-card{position:relative;max-width:620px;margin:0 auto;text-align:center;
  background:linear-gradient(160deg,rgba(230,192,121,.09),rgba(255,255,255,.02));
  border:1px solid rgba(230,192,121,.24);border-radius:24px;
  padding:clamp(40px,6vw,56px) clamp(26px,5vw,52px)}
.about-sig{display:block;font-family:var(--sans);font-size:clamp(12px,1.2vw,13.5px);font-weight:600;letter-spacing:.18em;color:var(--cream-dim);opacity:.8;margin-bottom:10px;line-height:1}
.about-card .small-h{margin-bottom:14px}
.about-card p{margin:0 auto;max-width:480px;text-wrap:balance}
.about-a .ig-inline,.faq .ig-inline{margin-top:20px}
.ig-inline{display:inline-flex;align-items:center;gap:8px;color:var(--pink);text-decoration:none;font-weight:600}
.ig-inline svg{width:18px;height:18px}
.ig-inline:hover{color:var(--rose)}

/* faq — cards */
.faq .wrap{text-align:right}
.faq h2{text-align:center;margin-bottom:30px}
details{background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:16px;margin-bottom:12px;
  padding:2px 20px;transition:border-color .2s,background .2s}
details[open]{border-color:rgba(230,192,121,.4);background:rgba(255,255,255,.05)}
summary{list-style:none;cursor:pointer;padding:17px 0;font-size:clamp(15.5px,1.6vw,17px);font-weight:600;color:var(--cream);position:relative;padding-inline-start:32px}
summary::-webkit-details-marker{display:none}
summary::before{content:"+";position:absolute;inset-inline-start:2px;top:50%;transform:translateY(-50%);color:var(--gold);font-size:22px;font-weight:400;line-height:1}
details[open] summary::before{content:"–"}
details p{padding:0 0 16px;color:var(--cream-dim);font-size:15.5px;line-height:1.7}
details a{color:var(--pink)}

/* ---------- SYNOPSIS ---------- */
.synopsis{padding-block:clamp(56px,10vh,110px)}
.syn-grid{direction:ltr;display:grid;grid-template-columns:.6fr .78fr 1.22fr;gap:clamp(22px,3vw,46px);align-items:center;max-width:1080px;margin:0 auto}
.syn-list{direction:rtl;text-align:right;align-self:center}
.syn-list-h{font-family:var(--sans);font-weight:700;font-size:clamp(15px,1.5vw,18px);color:var(--gold);margin-bottom:14px;letter-spacing:.02em}
.syn-list ul{list-style:none;display:flex;flex-direction:column;gap:11px}
.syn-list li{font-size:clamp(14px,1.4vw,16px);color:var(--cream-dim);line-height:1.5;font-weight:400}
.syn-list li::before{content:"\2665";color:#d85080;font-size:10px;margin-inline-end:9px;position:relative;top:-1px}
.syn-list li .hl{color:#e879a6;font-weight:600}
.syn-cover{direction:rtl;position:relative;display:flex;justify-content:center;align-items:center}
.syn-book{width:clamp(190px,21vw,278px);height:auto;border-radius:6px;box-shadow:0 34px 66px rgba(0,0,0,.6);transform:translateX(18px) rotate(-3deg)}
.syn-cover .syn-mockup{display:none;margin:0}
.syn-text{direction:rtl;text-align:right}
.syn-hr{display:block;width:56px;height:2px;border-radius:2px;background:linear-gradient(90deg,#d85080,#e6c079);margin:0 0 18px}
.syn-h{font-family:var(--sans);font-weight:800;font-size:clamp(28px,3.6vw,44px);color:var(--cream);margin-bottom:18px;text-align:right;line-height:1.12}
.syn-h .hl{background:linear-gradient(100deg,#d85080,#f0b6c8);-webkit-background-clip:text;background-clip:text;color:transparent}
.syn-text .lead{margin-bottom:14px}
.syn-text p{margin-bottom:12px}

/* ---------- READER THOUGHTS (funny) ---------- */
.thoughts{text-align:center;padding-block:clamp(52px,9vh,100px)}
.th-h{font-family:var(--sans);font-weight:800;font-size:clamp(23px,3vw,36px);color:var(--cream);margin-bottom:clamp(46px,8vh,80px);line-height:1.18}
.th-bubbles{display:grid;grid-template-columns:1fr 1fr;gap:80px 54px;max-width:660px;margin:0 auto;justify-items:center;align-items:start}
.bub{position:relative;background:#fff;border-radius:22px;padding:16px 22px 17px;width:fit-content;min-width:130px;max-width:280px;
  box-shadow:0 12px 26px rgba(0,0,0,.18);text-align:center;direction:rtl;transition:transform .25s}
/* thought-bubble puffs */
.bub::before{content:"";position:absolute;bottom:-11px;inset-inline-start:26px;width:13px;height:13px;border-radius:50%;background:inherit}
.bub::after{content:"";position:absolute;bottom:-22px;inset-inline-start:17px;width:7px;height:7px;border-radius:50%;background:inherit}
.bub p{font-size:clamp(14px,1.5vw,16.5px);color:#3a2036;font-weight:500;margin:0;line-height:1.45}
.bub-ic{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-bottom:8px}
.bub-ic svg{width:22px;height:22px}
.bub-ic img{width:24px;height:24px;object-fit:contain;border-radius:5px}
.ic-heart{fill:#e0679a}
.bub-1{background:#fff;transform:translate(26px,32px) rotate(1.4deg)}
.bub-2{background:#ffe7f0;transform:translate(-24px,12px) rotate(-1.8deg)}
.bub-3{background:#fbecec;transform:translate(44px,36px) rotate(-1.2deg)}
.bub-4{background:#faf1e4;transform:translate(68px,-10px) rotate(1.6deg)}
/* one bubble with the puffs trailing to the other side */
.bub-left::before{inset-inline-start:auto;inset-inline-end:26px}
.bub-left::after{inset-inline-start:auto;inset-inline-end:17px}
.bub:hover{transform:translateY(-4px) rotate(0)}

/* closing */
.closing{text-align:center;position:relative;overflow:hidden}
.close-peek{position:absolute;bottom:0;right:clamp(6px,5vw,90px);width:clamp(110px,13vw,175px);height:auto;z-index:1;
  pointer-events:none;filter:drop-shadow(0 12px 22px rgba(0,0,0,.45))}
.close-card{max-width:660px;margin:0 auto;
  background:linear-gradient(160deg,rgba(216,80,128,.13),rgba(255,255,255,.03));
  border:1px solid rgba(216,80,128,.3);border-radius:28px;
  padding:clamp(38px,6vw,62px) clamp(24px,5vw,58px)}
.close-div{display:block;width:clamp(90px,10vw,130px);height:auto;margin:26px auto 16px}
.close-msg{font-family:var(--hand);font-weight:400;font-size:clamp(26px,3.5vw,44px)!important;line-height:1.3;color:var(--cream)!important;margin:0}
.close-em{display:block;color:var(--gold);margin-top:4px}
.close-title{font-family:var(--sans);color:var(--cream-dim);font-size:clamp(13px,1.4vw,16px)!important;font-weight:600;letter-spacing:.05em;opacity:.7;margin:4px 0 26px}

/* ---------- IG FLOATING POSTS ---------- */
.ig-float{padding:0 22px;margin:clamp(-10px,-1vh,0) auto clamp(30px,5vh,50px);max-width:960px;display:flex}
.ig-right{justify-content:flex-start}
.ig-left{justify-content:flex-end}
.ig-card{direction:ltr;width:270px;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:#222;
  box-shadow:0 20px 50px rgba(0,0,0,.4);display:block;transform:rotate(-1.4deg);transition:transform .3s}
.ig-left .ig-card{transform:rotate(1.4deg)}
.ig-card:hover{transform:rotate(0) translateY(-4px)}
.ig-head{display:flex;align-items:center;gap:9px;padding:11px 12px}
.ig-ava{width:30px;height:30px;border-radius:50%;flex:none;
  background:linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7);
  box-shadow:inset 0 0 0 2px #fff}
.ig-name{font-size:13.5px;font-weight:700;color:#222;display:inline-flex;align-items:center;gap:4px}
.ig-vf{width:13px;height:13px;flex:none}
.ig-menu{width:19px;height:19px;margin-inline-start:auto;flex:none}
.ig-card img{display:block;width:100%;aspect-ratio:1;object-fit:cover}
.ig-post img{aspect-ratio:1}
.ig-bar{direction:ltr;display:flex;align-items:center;padding:9px 12px 12px}
.ig-bar-l{display:flex;gap:13px}
.ig-bar svg{width:23px;height:23px}
.i-heart{fill:none;stroke:#222;stroke-width:1.7}
.i-line{fill:none;stroke:#222;stroke-width:1.7}
.ig-dots{display:flex;gap:4px;margin:0 auto}
.ig-dots i{width:5px;height:5px;border-radius:50%;background:#cfcfcf}
.ig-dots i.on{background:#3897f0}
.ig-save{margin-inline-start:auto}

/* ---------- FOOTER ---------- */
footer{position:relative;overflow:hidden;text-align:center;padding:60px 22px 90px;background:linear-gradient(180deg,transparent,rgba(8,5,14,.6))}
.foot-moti{position:absolute;left:clamp(8px,4vw,56px);bottom:0;width:clamp(80px,9vw,124px);height:auto;pointer-events:none;z-index:1}
.f-author{font-family:var(--hand);font-size:26px;margin-bottom:14px}
.f-author b{color:var(--gold);font-weight:700}
.f-social{display:flex;gap:22px;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:20px}
.f-social .ig-inline{margin:0}
.f-social .ig-inline svg{width:20px;height:20px}
.f-legal{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:16px;font-size:14px}
.f-legal a{color:var(--cream-dim);text-decoration:none}
.f-legal a:hover{color:var(--cream)}
.f-legal span{color:rgba(246,238,226,.3)}
.copy,.credit{font-size:13px;color:rgba(246,238,226,.5);margin-bottom:6px}
.credit a{color:var(--gold);text-decoration:none}

/* ---------- STICKY MOBILE BUY ---------- */
.sticky-buy{display:none;position:fixed;left:16px;right:16px;bottom:14px;z-index:50;
  background:var(--rose);color:#fff;text-align:center;padding:15px;border-radius:100px;
  font-weight:700;text-decoration:none;box-shadow:0 10px 30px rgba(0,0,0,.4)}

/* ---------- LEGAL PAGES ---------- */
.legal-head{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.legal-back{color:var(--cream-dim);text-decoration:none;font-weight:600;font-size:15px}
.legal-back:hover{color:var(--cream)}
.legal-brand{font-family:var(--hand);font-size:22px;color:var(--gold)}
.legal-wrap{max-width:760px;margin:0 auto;padding:clamp(38px,6vh,72px) 22px 100px;text-align:right}
.legal-wrap h1{font-family:var(--sans);font-weight:800;font-size:clamp(26px,4vw,40px);color:var(--cream);margin-bottom:6px;line-height:1.15}
.legal-updated{color:var(--cream-dim);font-size:14px;margin-bottom:30px}
.legal-wrap h2{font-family:var(--sans);font-weight:700;font-size:clamp(17px,2vw,21px);color:var(--gold);margin:30px 0 10px}
.legal-wrap p{color:var(--cream-dim);font-size:16px;line-height:1.85;margin-bottom:12px}
.legal-wrap ul{color:var(--cream-dim);font-size:16px;line-height:1.8;margin:0 4px 14px 0;padding-inline-start:0;list-style:none}
.legal-wrap li{position:relative;padding-inline-start:20px;margin-bottom:8px}
.legal-wrap li::before{content:"\2665";position:absolute;inset-inline-start:0;top:2px;color:#d85080;font-size:10px}
.legal-wrap a{color:var(--pink)}
.legal-wrap strong{color:var(--cream)}

/* ---------- ACCESSIBILITY TOOLBAR ---------- */
.acc-fab{position:fixed;left:16px;bottom:16px;z-index:80;width:52px;height:52px;border-radius:50%;padding:0;
  display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;
  background:#2b6cb0;box-shadow:0 8px 22px rgba(0,0,0,.45);transition:transform .2s}
.acc-fab:hover{transform:scale(1.07)}
.acc-fab svg{width:27px;height:27px;fill:#fff}
.acc-restore{position:fixed;left:0;bottom:88px;z-index:80;width:15px;height:46px;border:none;padding:0;cursor:pointer;
  border-radius:0 11px 11px 0;background:#2b6cb0;opacity:.6;display:none}
.acc-restore:hover{opacity:1;width:22px}
body.acc-hidden .acc-fab{display:none!important}
.acc-panel{position:fixed;left:16px;bottom:78px;z-index:81;width:242px;max-height:calc(100vh - 120px);overflow-y:auto;
  background:#fbf7ef;border:1px solid #e6ddcb;border-radius:16px;box-shadow:0 16px 40px rgba(0,0,0,.45);
  padding:12px;display:none;flex-direction:column;gap:7px;direction:rtl}
.acc-panel.open{display:flex}
.acc-panel .t{font-size:11px;letter-spacing:.14em;color:#9a6b3a;font-weight:700;padding:2px 4px}
.acc-panel button{background:#efe7d6;border:none;border-radius:10px;padding:11px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;color:#241b16;text-align:right}
.acc-panel button:hover{background:#e6ddcb}
.acc-panel button[aria-pressed="true"]{background:var(--rose);color:#fff}
.acc-panel .acc-group{display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px}
.acc-panel .acc-group button{padding:10px 4px;text-align:center;font-size:13px}
.acc-panel .acc-reset{margin-top:2px;background:transparent;border:1.5px solid #c58aa2;color:#a8496f;text-align:center}
.acc-panel .acc-reset:hover{background:#a8496f;color:#fff}
.acc-panel button:focus-visible,.acc-fab:focus-visible{outline:3px solid var(--gold);outline-offset:2px}

body.acc-contrast{filter:contrast(1.4)}
body.acc-links a{text-decoration:underline!important}
body.acc-readable,body.acc-readable *{font-family:Arial,"Segoe UI",sans-serif!important;letter-spacing:.01em;line-height:1.85!important}
body.acc-noanim *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
body.acc-font-1{zoom:1.12}
body.acc-font-2{zoom:1.25}
body.acc-cursor,body.acc-cursor *{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 32 32"><path d="M6 2l0 24 6-6 4 9 4-2-4-9 9 0z" fill="%23d9527f" stroke="%23fff" stroke-width="1.5"/></svg>') 4 2,auto!important}

/* cookie banner */
.cookie-banner{position:fixed;left:12px;right:12px;bottom:12px;z-index:86;max-width:540px;margin:0 auto;
  background:#fbf7ef;color:#241b16;border-radius:16px;box-shadow:0 16px 40px rgba(0,0,0,.45);
  padding:14px 16px;display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap;direction:rtl;
  transition:opacity .3s,transform .3s}
.cookie-banner.ck-hide{opacity:0;transform:translateY(16px);pointer-events:none}
.cookie-banner p{font-size:13px;margin:0;flex:1 1 240px;color:#241b16;line-height:1.55}
.cookie-banner a{color:#a8496f;font-weight:600}
.cookie-banner .ck-btns{display:flex;gap:8px;flex:0 0 auto}
.cookie-banner button{border:none;border-radius:100px;padding:9px 18px;font-weight:600;font-size:13.5px;cursor:pointer;font-family:inherit}
.ck-accept{background:#2b6cb0;color:#fff}
.ck-reject{background:#ece5d5;color:#241b16}

/* skip link */
.skip-link{position:absolute;right:-9999px;top:8px;z-index:100;background:var(--rose);color:#fff;padding:10px 18px;border-radius:8px;text-decoration:none;font-weight:700}
.skip-link:focus{right:8px}

/* ---------- REVEAL ---------- */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}*{animation:none!important;scroll-behavior:auto}}

/* ---------- MOBILE ---------- */
@media(max-width:760px){
  .hero{height:auto;max-height:none;min-height:0;display:flex;flex-direction:column;background:var(--bg-top)}
  .hero-img{position:static;width:100%;max-width:none;height:auto;object-fit:cover;object-position:center;
    -webkit-mask-image:linear-gradient(180deg,#000 85%,transparent);mask-image:linear-gradient(180deg,#000 85%,transparent)}
  .hero-shade{display:none}
  .hero-content{position:static;width:auto;max-width:none;padding:24px 22px 40px;text-align:center}
  .hero-tag{text-align:center}
  .hero-div{margin:6px auto 10px}
  .hero-title span{text-align:center}
  .hero-title .accent{position:relative;z-index:2}
  .hero-title span:last-child{transform:translateY(-3px);position:relative;z-index:1}
  .hero-blurb{margin:14px auto 0}
  .hero-blurb .d-br{display:none}
  .hero-blurb .m-br{display:inline}
  .hero-content .cta{flex-direction:column;align-items:stretch;gap:12px;margin-top:24px}
  .cta .btn{width:100%;text-align:center;justify-content:center}
  .scrollcue{display:none}
  .ig-right,.ig-left{justify-content:center}
  .ig-card{transform:none}
  .tiers-2{gap:12px;flex-wrap:nowrap}
  .tiers-2 .tier{flex:1 1 0;min-width:0;max-width:none;padding:26px 12px 20px}
  .tiers-2 .t-name{font-size:22px}
  .tiers-2 .t-price{font-size:26px}
  .tiers-2 .t-note{font-size:12.5px;min-height:52px}
  .tiers-2 .t-go{padding:10px 20px}
  .sticky-buy{display:block}
  footer{padding-bottom:96px}

  /* meet IG cards — vertical scatter, one right one left, slightly overlapping */
  .meet-art{position:static;min-height:0;max-width:none;margin:0;display:flex;flex-direction:column;align-items:stretch;gap:0}
  .m-br{display:inline}
  .m-only{display:inline}
  .meet-art{position:relative;min-height:300px;max-width:320px;margin:0 auto;display:block}
  .meet-art .mfan{position:absolute;width:270px;box-shadow:0 16px 34px rgba(0,0,0,.5)}
  .meet-art .mfan-1{top:40px;right:0;left:auto;transform:scale(.44) rotate(-4deg);transform-origin:top right;z-index:1}
  .meet-art .mfan-2{top:2px;left:16%;right:auto;transform:scale(.44) rotate(4deg);transform-origin:top left;z-index:3}
  .meet-art .mfan-3{top:128px;left:23%;right:auto;transform:scale(.44) rotate(8deg);transform-origin:top left;z-index:4}
  .meet-art .mfan:hover{transform:scale(.44)}
  .meet-list{width:100%;max-width:460px;margin:20px auto 0}
  /* one clean line per row on every phone: small icon + tight text sized to fit */
  .mic{width:38px;height:38px}
  .meet-list li{gap:10px;padding:10px 14px;font-size:14px;line-height:1.3}
  .meet-list li>span{flex:1;min-width:0;white-space:nowrap}

  /* synopsis stacks: cover, text, list */
  .syn-grid{grid-template-columns:1fr;gap:26px;max-width:440px;text-align:center}
  .syn-cover{order:1}
  .syn-text{order:2;text-align:center}
  .syn-h{text-align:center}
  .syn-list{order:3;text-align:center}
  .syn-book{display:none}
  .syn-cover .syn-mockup{display:block;width:min(80vw,306px);margin:0 auto}
  .about-wrap{display:block}
  .about-mockup.ig-card{display:none}
  .syn-list ul{align-items:center}

  /* tag cloud tightens */
  .tags{gap:9px}
  .tags li{font-size:14px;padding:9px 16px}
  .tags li.lg{font-size:15.5px;padding:10px 18px}

  /* funny bubbles: WhatsApp-style, one right one left */
  .th-bubbles{grid-template-columns:1fr;gap:20px;max-width:360px;justify-items:stretch}
  .bub{width:fit-content;max-width:80%}
  .bub-1{justify-self:start;transform:rotate(1deg)}
  .bub-2{justify-self:end;transform:rotate(-1deg)}
  .bub-3{justify-self:start;transform:rotate(-1deg)}
  .bub-4{justify-self:end;transform:rotate(1deg)}
  .syn-hr{margin:0 auto 16px}

  /* chapter framed card — narrower so peeks read as behind the frame */
  .chapter-cta{padding-inline:50px}
  .chap-card{padding:34px 20px}
  .chap-peek{width:72px}
  .chap-gili{transform:translate(calc(-82% - 3.5px),-16px)}
  .chap-moti{transform:translateX(calc(88% - 4px))}
  .th-h{margin-bottom:56px}

  /* closing card */
  .close-card{padding:34px 22px}

  /* accessibility button = compact half-circle on the left edge, above the sticky bar */
  .acc-fab{left:0;bottom:98px;width:42px;height:52px;border-radius:0 26px 26px 0;padding:0}
  .acc-fab svg{width:22px;height:22px}
  .acc-panel{left:8px;bottom:158px}
  .acc-restore{bottom:158px}
}
