/* =========================================================================
   2Pets — שכבת העומק.
   קישוטים, מילות רפאים, מדבקות, משיחות צבע, בנטו צבעוני, מדור המוצרים.
   נטענת אחרונה. לא משנה שום כלל קיים — רק מוסיפה מעליו.
   ========================================================================= */

:root {
  --tp-sun:   #E8A81C;   /* הענבר מהרפרנס */
  --tp-sky:   #3FA9BE;   /* הטורקיז מהרפרנס */
  --tp-cream: #FBF3E8;   /* קרם חם — רקע מדורים */
  --tp-rot-a: -2.4deg;
  --tp-rot-b:  1.8deg;
}


/* ---------- 1. קישוטים מצוירים ---------- */

.tp-deco {
  position: absolute; z-index: 0; pointer-events: none;
  display: block; line-height: 0;
  color: var(--tp-lime);
  opacity: .9;
}
.tp-deco svg { display: block; width: 100%; height: auto; }

.tp-deco.is-lime   { color: var(--tp-lime); }
.tp-deco.is-coral  { color: var(--tp-coral); }
.tp-deco.is-forest { color: var(--tp-forest); }
.tp-deco.is-sun    { color: var(--tp-sun); }
.tp-deco.is-sky    { color: var(--tp-sky); }
.tp-deco.is-light  { color: rgba(255,255,255,.82); }

.tp-deco { width: 34px; }
.tp-deco.is-lg { width: 58px; }
.tp-deco.is-xl { width: 92px; }

.tp-deco.is-tl { top: -14px; inset-inline-start: -10px; transform: rotate(-12deg); }
.tp-deco.is-tr { top: -16px; inset-inline-end: -8px;  transform: rotate(14deg); }
.tp-deco.is-bl { bottom: -12px; inset-inline-start: 10px; transform: rotate(8deg); }
.tp-deco.is-br { bottom: -14px; inset-inline-end: -6px;  transform: rotate(-10deg); }

/* קו תחתון שנצמד למילה */
.tp-deco.is-under {
  position: absolute; inset-inline: 0; bottom: -.22em;
  width: 100%; height: auto; transform: none; opacity: .85;
}

/* קישוט בתוך שורת טקסט */
.tp-deco.is-inline {
  position: static; display: inline-block;
  width: 32px; vertical-align: -.18em; margin-inline-start: .35em;
  transform: rotate(-8deg);
}

/* ניצוץ שמסתובב לאט */
.tp-deco[data-deco="star"] { animation: tp-spin 26s linear infinite; }
.tp-deco[data-deco="star"].is-inline { animation: none; }

@keyframes tp-spin { to { transform: rotate(360deg); } }
@keyframes tp-bob  { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-7px) rotate(-2deg); } }

@media (prefers-reduced-motion: reduce) {
  .tp-deco { animation: none !important; }
}


/* ---------- 2. מילת רפאים ---------- */

.tp-ghost {
  position: absolute; z-index: 0; pointer-events: none; user-select: none;
  top: -.22em; inset-inline-start: -.04em;
  font-family: var(--tp-dsp);
  font-size: clamp(96px, 19vw, 260px);
  font-weight: 800; letter-spacing: -.06em; line-height: .78;
  color: transparent;
  -webkit-text-stroke: 2px rgba(20,67,44,.085);
  white-space: nowrap;
}
.tp-ghost.is-fill {
  -webkit-text-stroke: 0;
  color: rgba(20,67,44,.045);
}
.tp-ghost.is-light { -webkit-text-stroke-color: rgba(255,255,255,.16); }
@supports not (-webkit-text-stroke: 1px red) {
  .tp-ghost { color: rgba(20,67,44,.05); }
}


/* ---------- 3. מדבקות מסובבות ---------- */

.tp-sticker {
  position: absolute; z-index: 3;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 15px 8px;
  border-radius: 999px;
  background: var(--tp-card);
  border: 1.5px solid var(--tp-ink);
  box-shadow: 3px 4px 0 rgba(18,24,15,.9);
  font-family: var(--tp-dsp);
  font-size: 12.5px; font-weight: 700; letter-spacing: .02em;
  color: var(--tp-ink);
  transform: rotate(var(--tp-rot-a));
  white-space: nowrap;
}
.tp-sticker.is-lime   { background: var(--tp-lime);   color: var(--tp-forest); }
.tp-sticker.is-coral  { background: var(--tp-coral);  color: #FFF6F2; }
.tp-sticker.is-sun    { background: var(--tp-sun);    color: #2A1F04; }
.tp-sticker.is-forest { background: var(--tp-forest); color: #EAF5DE; }
.tp-sticker.is-flip   { transform: rotate(var(--tp-rot-b)); }

/* מדבקה בזרימת הטקסט */
.tp-sticker.is-static { position: static; }


/* ---------- 4. חותמת עגולה ---------- */

.tp-stamp {
  position: absolute; z-index: 3;
  width: 108px; height: 108px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--tp-card);
  box-shadow: var(--tp-sh-2), inset 0 0 0 1.5px var(--tp-lime);
}
.tp-stamp__ring { position: absolute; inset: 0; animation: tp-spin 22s linear infinite; }
.tp-stamp__ring text { font-family: var(--tp-dsp); font-size: 11.4px; font-weight: 700; letter-spacing: .16em; fill: var(--tp-forest); }
.tp-stamp__core { position: relative; width: 34px; color: var(--tp-lime-dim); }
.tp-stamp__core svg { display: block; width: 100%; height: auto; }
@media (prefers-reduced-motion: reduce) { .tp-stamp__ring { animation: none; } }


/* ---------- 5. משיחת צבע כרקע ---------- */

.tp-brush { position: relative; isolation: isolate; }
.tp-brush::before {
  content: ""; position: absolute; z-index: -1;
  inset: -18px -26px;
  background: var(--tp-brush-color, var(--tp-lime-air));
  border-radius: 62% 38% 54% 46% / 48% 56% 44% 52%;
  transform: rotate(-1.2deg);
}
.tp-brush.is-coral  { --tp-brush-color: rgba(242,84,45,.14); }
.tp-brush.is-sun    { --tp-brush-color: rgba(232,168,28,.18); }
.tp-brush.is-sky    { --tp-brush-color: rgba(63,169,190,.16); }
.tp-brush.is-forest { --tp-brush-color: rgba(20,67,44,.10); }


/* ---------- 6. פולארויד ---------- */

.tp-polaroid {
  position: relative;
  background: #fff;
  padding: 10px 10px 40px;
  border-radius: 6px;
  box-shadow: var(--tp-sh-2);
  transform: rotate(var(--tp-rot-a));
  transition: transform .4s var(--tp-ease);
}
.tp-polaroid:nth-child(even) { transform: rotate(var(--tp-rot-b)); }
.tp-polaroid:hover { transform: rotate(0) translateY(-4px); }
.tp-polaroid img { display: block; border-radius: 3px; width: 100%; }
.tp-polaroid figcaption {
  position: absolute; bottom: 12px; inset-inline: 12px;
  font-family: var(--tp-dsp); font-size: 13px; font-weight: 600; color: var(--tp-body);
  text-align: center;
}


/* ---------- 7. בנטו צבעוני — וריאנטים לאריחים ולכרטיסים ---------- */

.tp-tile.is-forest,
.tp-cta.is-forest { background: var(--tp-forest); color: #EAF5DE; border-color: transparent; }
.tp-tile.is-forest .tp-tile__name,
.tp-tile.is-forest .tp-tile__count { color: inherit; }
.tp-tile.is-forest .tp-tile__count { opacity: .72; }

.tp-tile.is-lime  { background: var(--tp-lime);  color: var(--tp-forest); border-color: transparent; }
.tp-tile.is-coral { background: var(--tp-coral); color: #FFF3EE; border-color: transparent; }
.tp-tile.is-sun   { background: var(--tp-sun);   color: #2A1F04; border-color: transparent; }
.tp-tile.is-sky   { background: var(--tp-sky);   color: #06303A; border-color: transparent; }
.tp-tile.is-coral .tp-tile__count,
.tp-tile.is-lime  .tp-tile__count,
.tp-tile.is-sun   .tp-tile__count,
.tp-tile.is-sky   .tp-tile__count { color: inherit; opacity: .78; }
.tp-tile.is-coral .tp-tile__name,
.tp-tile.is-lime  .tp-tile__name,
.tp-tile.is-sun   .tp-tile__name,
.tp-tile.is-sky   .tp-tile__name { color: inherit; }

.tp-tile.is-forest .tp-tile__icon,
.tp-tile.is-coral  .tp-tile__icon { background: rgba(255,255,255,.15); color: inherit; }
.tp-tile.is-lime   .tp-tile__icon,
.tp-tile.is-sun    .tp-tile__icon,
.tp-tile.is-sky    .tp-tile__icon { background: rgba(0,0,0,.10); color: inherit; }


/* ---------- 8. הרמה עם נטייה עדינה ---------- */

.tp-card, .tp-tile, .tp-post { will-change: transform; }
.tp-card:hover, .tp-tile:hover { transform: translateY(-5px) rotate(-.35deg); }
.tp-post:hover .tp-post__media { transform: rotate(.4deg); }


/* ---------- 9. סרגל נע ---------- */

.tp-marquee {
  position: relative; overflow: hidden;
  margin: 40px calc(var(--tp-gut) * -1);
  padding: 14px 0;
  background: var(--tp-forest); color: #EAF5DE;
  border-block: 1.5px solid rgba(255,255,255,.10);
}
.tp-marquee__row { display: flex; gap: 34px; width: max-content; animation: tp-slide 34s linear infinite; }
.tp-marquee:hover .tp-marquee__row { animation-play-state: paused; }
.tp-marquee span {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--tp-dsp); font-size: 15px; font-weight: 700; letter-spacing: .04em;
  white-space: nowrap;
}
.tp-marquee span::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--tp-lime); }
@keyframes tp-slide { from { transform: translateX(0); } to { transform: translateX(50%); } }
@media (prefers-reduced-motion: reduce) { .tp-marquee__row { animation: none; } }


/* ---------- 10. הירו — מילת רפאים וקישוטים ---------- */

.tp-hero { overflow: visible; }
.tp-hero .tp-ghost { top: 6px; inset-inline-start: -2%; z-index: -1; }
.tp-hero__inner { position: relative; z-index: 1; }
.tp-hero .tp-sticker { top: 18px; inset-inline-end: 4%; }
.tp-hero .tp-stamp   { top: 76px; inset-inline-end: 2%; }

@media (max-width: 900px) {
  .tp-hero .tp-stamp { display: none; }
  .tp-hero .tp-sticker { position: static; margin-bottom: 4px; }
  .tp-ghost { font-size: clamp(74px, 26vw, 150px); }
}


/* ---------- 11. כותרת מדור עם קו מצויר ---------- */

.tp-section__head { position: relative; display: inline-block; }
.tp-section__head .tp-deco.is-under { color: var(--tp-lime); }


/* ---------- 12. מדור המוצרים ---------- */

.tp-shop {
  position: relative;
  margin: 64px 0;
  padding: clamp(26px, 4vw, 46px);
  border-radius: var(--tp-r-lg);
  background: var(--tp-cream);
  border: 1px solid rgba(20,67,44,.07);
  box-shadow: var(--tp-sh-1), var(--tp-inner);
  overflow: hidden;
  isolation: isolate;
}
.tp-shop.is-forest { background: var(--tp-forest); color: #EAF5DE; border-color: transparent; }
.tp-shop.is-forest .tp-shop__eyebrow { color: rgba(234,245,222,.62); }
.tp-shop.is-forest .tp-shop__title,
.tp-shop.is-forest .tp-shop__lede { color: #EAF5DE; }
.tp-shop.is-forest .tp-prod { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.10); }
.tp-shop.is-forest .tp-prod__name { color: #EAF5DE; }

.tp-shop .tp-ghost {
  top: auto; bottom: -.34em; inset-inline-start: auto; inset-inline-end: -.02em;
  font-size: clamp(80px, 14vw, 190px);
  -webkit-text-stroke-width: 2px;
}
.tp-shop .tp-deco.is-tl { top: 16px; inset-inline-start: 18px; }

.tp-shop__head {
  position: relative; z-index: 1;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 20px;
  margin-bottom: 24px;
}
.tp-shop__eyebrow {
  margin: 0 0 6px; font-size: 12px; font-weight: 700; letter-spacing: .12em;
  color: var(--tp-muted);
}
.tp-shop__title {
  position: relative; display: inline-block; margin: 0;
  font-family: var(--tp-dsp);
  font-size: clamp(28px, 3.6vw, 46px); font-weight: 800;
  letter-spacing: -.035em; line-height: 1;
}
.tp-shop__lede { margin: 12px 0 0; color: var(--tp-body); font-weight: 600; font-size: 15.5px; }
.tp-shop__head .tp-deco.is-inline { width: 44px; margin: 0 0 6px; animation: tp-bob 5.5s var(--tp-ease) infinite; }

.tp-shop__note {
  position: relative; z-index: 1;
  margin: 22px 0 0; padding-top: 14px;
  border-top: 1px dashed rgba(20,67,44,.16);
  font-size: 12.5px; color: var(--tp-muted); line-height: 1.5;
}
.tp-shop.is-forest .tp-shop__note { color: rgba(234,245,222,.6); border-color: rgba(255,255,255,.14); }

.tp-shop__empty {
  padding: 30px; border: 2px dashed var(--tp-line); border-radius: var(--tp-r-md);
  text-align: center; color: var(--tp-muted); font-weight: 600;
}

/* הרשת */
.tp-prods {
  position: relative; z-index: 1;
  display: grid; gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}
.tp-prods.is-widgets { display: block; }

/* כרטיס מוצר */
.tp-prod {
  display: flex; flex-direction: column; gap: 10px;
  padding: 12px 12px 14px;
  background: var(--tp-card);
  border: 1px solid var(--tp-hair);
  border-radius: var(--tp-r-md);
  box-shadow: var(--tp-sh-1);
  color: var(--tp-ink);
  transition: transform .34s var(--tp-ease), box-shadow .34s var(--tp-ease);
}
.tp-prod:hover { transform: translateY(-5px) rotate(-.4deg); box-shadow: var(--tp-sh-2); color: var(--tp-ink); }

.tp-prod__media {
  position: relative; display: block;
  aspect-ratio: 1 / 1; border-radius: var(--tp-r-sm);
  background: var(--tp-tile); overflow: hidden;
}
.tp-prod__media img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.tp-prod__media.is-empty::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 40%, var(--tp-lime-air), transparent 70%);
}
.tp-prod__store {
  position: absolute; top: 8px; inset-inline-start: 8px;
  padding: 3px 9px 4px; border-radius: 999px;
  background: rgba(18,24,15,.82); color: #F2F6EA;
  font-size: 10.5px; font-weight: 700; letter-spacing: .04em;
}

.tp-prod__name {
  font-family: var(--tp-dsp); font-size: 14.5px; font-weight: 700;
  line-height: 1.25; letter-spacing: -.015em;
}
.tp-prod__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.tp-prod__price { font-family: var(--tp-dsp); font-size: 18px; font-weight: 800; color: var(--tp-forest); }
.tp-prod__go {
  width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0;
  background: var(--tp-lime); color: var(--tp-forest);
  transition: transform .3s var(--tp-ease);
}
.tp-prod__go svg { width: 15px; }
.tp-prod:hover .tp-prod__go { transform: translateX(4px); }

.tp-prodwidget { margin-bottom: 18px; }

@media (max-width: 560px) {
  .tp-shop__head { flex-direction: column; align-items: flex-start; }
  .tp-shop__head .tp-deco.is-inline { display: none; }
  .tp-prods { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .tp-prod__name { font-size: 13.5px; }
}


/* ---------- 13. הכלה: מיכלים שמארחים קישוטים ---------- */

.tp-band,
.tp-cta,
.tp-signup,
.tp-section__bar .tp-section__head,
.tp-related h2,
.tp-band__head h2 {
  position: relative;
}

/* רצועות צבע — הרפאים נחתכות בקצה */
.tp-band, .tp-cta, .tp-signup { overflow: hidden; isolation: isolate; }
.tp-band > *, .tp-cta > *, .tp-signup > * { position: relative; z-index: 1; }
.tp-band .tp-ghost, .tp-cta .tp-ghost, .tp-signup .tp-ghost { z-index: 0; }

.tp-band .tp-ghost {
  top: auto; bottom: -.3em; inset-inline-start: auto; inset-inline-end: -.02em;
  -webkit-text-stroke-color: rgba(255,255,255,.14);
  font-size: clamp(72px, 13vw, 170px);
}
.tp-cta .tp-ghost {
  top: auto; bottom: -.32em; inset-inline-start: -.02em; inset-inline-end: auto;
  -webkit-text-stroke-color: rgba(20,67,44,.16);
  font-size: clamp(72px, 13vw, 175px);
}
.tp-cta .tp-deco.is-tl { top: 14px; inset-inline-start: 18px; }
.tp-band .tp-deco.is-br { bottom: 10px; inset-inline-end: 16px; opacity: .5; }
.tp-signup .tp-deco.is-tr { top: 12px; inset-inline-end: 14px; opacity: .85; }

/* כותרות עם קו/כוכב */
.tp-related h2, .tp-band__head h2 { display: inline-block; }
.tp-related h2 .tp-deco.is-under,
.tp-band__head h2 .tp-deco.is-under { bottom: -.3em; }
.tp-section__head .tp-deco.is-tr { top: -22px; inset-inline-end: -26px; width: 26px; }
.tp-related h2 .tp-deco { color: var(--tp-coral); }

/* כתבה */
.tp-article__head { overflow: visible; }
.tp-article__head .tp-ghost { top: -8px; inset-inline-start: -3%; z-index: -1; }
.tp-article__title { position: relative; z-index: 1; }

/* דף נותן שירות */
.tp-single__top { overflow: visible; }
.tp-single__top .tp-deco.is-br { bottom: 20px; inset-inline-end: -8px; opacity: .35; }

/* הכרטיס המציץ בעמוד הבית — מסגרת פולארויד */
.tp-cta__peek { position: relative; }
.tp-cta__peek::before {
  content: ""; position: absolute; inset: -10px -10px -14px;
  background: #fff; border-radius: 10px; box-shadow: var(--tp-sh-2);
  transform: rotate(2.6deg); z-index: 0;
}
.tp-cta__peek > * { position: relative; z-index: 1; }

@media (max-width: 900px) {
  .tp-cta__peek::before { display: none; }
  .tp-band .tp-ghost, .tp-cta .tp-ghost, .tp-shop .tp-ghost { opacity: .55; }
}

/* אריח מוביל רחב — בנטו */
@media (min-width: 720px) {
  .tp-tile.is-feature { grid-column: span 2; }
  .tp-tile.is-feature .tp-tile__name { font-size: 26px; }
}
.tp-hero__title .tp-deco.is-tl { top: -30px; inset-inline-start: -34px; width: 30px; }
@media (max-width: 700px) { .tp-hero__title .tp-deco.is-tl { display: none; } }


/* =========================================================================
   14. עמוד הבית
   ========================================================================= */

.tp-home { --tp-open-gap: clamp(24px, 3.4vw, 46px); }

/* ---------- מסתור הפתיחה ---------- */

.tp-open {
  position: relative; isolation: isolate;
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  align-items: end; gap: var(--tp-open-gap);
  padding: clamp(30px, 5vw, 62px) 0 clamp(26px, 3.4vw, 44px);
  border-bottom: 1px solid var(--tp-hair);
  margin-bottom: clamp(26px, 3.6vw, 44px);
}
.tp-open .tp-ghost { top: 2px; inset-inline-start: -2.4%; z-index: -1; }
.tp-open .tp-stamp { top: clamp(18px, 3vw, 40px); inset-inline-end: 1%; z-index: 2; }

.tp-open__text { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 18px; }

.tp-open__eyebrow {
  margin: 0; font-size: 12.5px; font-weight: 700; letter-spacing: .13em;
  color: var(--tp-muted);
}

.tp-open__title {
  position: relative; margin: 0; max-width: 15ch;
  font-family: var(--tp-dsp);
  font-size: clamp(40px, 6.6vw, 88px);
  font-weight: 800; line-height: .9; letter-spacing: -.045em;
  text-wrap: balance;
}
.tp-open__title .tp-pill { font-style: normal; }
.tp-open__title .tp-deco.is-tl { top: -28px; inset-inline-start: -32px; width: 30px; }

.tp-open__lede {
  margin: 0; max-width: 46ch;
  font-size: clamp(16.5px, 1.5vw, 20px); font-weight: 600; line-height: 1.5;
  color: var(--tp-body);
}
.tp-open__lede mark {
  background: linear-gradient(to top, var(--tp-lime-mark) 58%, transparent 58%);
  color: inherit; padding: 0 3px;
}

.tp-open__actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* עמודת המספרים */
.tp-open__stats {
  position: relative; z-index: 1;
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 2px;
  border-inline-start: 1px solid var(--tp-hair);
  padding-inline-start: clamp(18px, 2.4vw, 32px);
}
.tp-open__stats li { display: flex; align-items: baseline; gap: 10px; padding: 7px 0; }
.tp-open__stats b {
  font-family: var(--tp-dsp); font-size: clamp(26px, 3vw, 40px);
  font-weight: 800; letter-spacing: -.04em; line-height: 1;
  color: var(--tp-forest);
}
.tp-open__stats li:nth-child(2) b { color: var(--tp-lime-dim); }
.tp-open__stats li:nth-child(3) b { color: var(--tp-coral); }
.tp-open__stats span { font-size: 14px; font-weight: 700; color: var(--tp-muted); }

@media (max-width: 980px) {
  .tp-open { grid-template-columns: 1fr; align-items: start; }
  .tp-open .tp-stamp { display: none; }
  .tp-open__stats {
    flex-direction: row; flex-wrap: wrap; gap: 10px;
    border-inline-start: 0; padding-inline-start: 0;
    border-top: 1px solid var(--tp-hair); padding-top: 16px;
  }
  .tp-open__stats li {
    flex-direction: column; gap: 2px; align-items: flex-start;
    flex: 1 1 90px; padding: 0;
  }
}


/* ---------- בנטו ---------- */

.tp-bento {
  display: grid; gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: clamp(30px, 4vw, 48px);
}
.tp-bento__lead { grid-column: span 2; grid-row: span 2; }
.tp-bento__cell { display: flex; }
.tp-bento__cell > * { width: 100%; }

@media (max-width: 1080px) { .tp-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .tp-bento { grid-template-columns: 1fr; gap: 26px; }
  .tp-bento__lead { grid-column: auto; grid-row: auto; }
}

/* אריח נתון */
.tp-figure {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center; gap: 4px;
  min-height: 190px; padding: 24px;
  border-radius: var(--tp-r-md);
  box-shadow: var(--tp-sh-2);
  text-decoration: none;
  transition: transform .34s var(--tp-ease), box-shadow .34s var(--tp-ease);
}
.tp-figure:hover { transform: translateY(-5px) rotate(-.4deg); box-shadow: var(--tp-sh-3); }

.tp-figure.is-forest { background: var(--tp-forest); color: #EAF5DE; }
.tp-figure.is-lime   { background: var(--tp-lime);   color: var(--tp-forest); }
.tp-figure.is-coral  { background: var(--tp-coral);  color: #FFF3EE; }
.tp-figure.is-sun    { background: var(--tp-sun);    color: #2A1F04; }

.tp-figure b {
  font-family: var(--tp-dsp); font-size: clamp(46px, 5.4vw, 70px);
  font-weight: 800; letter-spacing: -.05em; line-height: .88;
}
.tp-figure > span { font-size: 15px; font-weight: 700; opacity: .82; max-width: 16ch; line-height: 1.3; }
.tp-figure__go {
  position: absolute; inset-block-end: 18px; inset-inline-end: 18px;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.16); color: inherit;
  transition: transform .3s var(--tp-ease);
}
.tp-figure__go svg { width: 15px; }
.tp-figure:hover .tp-figure__go { transform: translateX(4px); }
.tp-figure .tp-deco { opacity: .45; z-index: -1; }
.tp-figure .tp-deco.is-br { bottom: -16px; inset-inline-end: -10px; width: 74px; }

/* אריח קיצורי דרך */
.tp-figure--links { justify-content: flex-start; gap: 12px; }
.tp-figure__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .1em; opacity: .7; }
.tp-figure--links ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1px; }
.tp-figure--links li + li { border-top: 1px solid rgba(20,67,44,.16); }
.tp-figure--links a {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 8px 0; color: inherit; text-decoration: none;
  font-family: var(--tp-dsp); font-size: 16px; font-weight: 700; letter-spacing: -.02em;
}
.tp-figure--links a em { font-style: normal; font-size: 13px; font-weight: 700; opacity: .6; }
.tp-figure--links a:hover { color: inherit; opacity: .72; }


/* ---------- סרגל הנושאים ---------- */

.tp-catbar { align-items: center; }
.tp-catbar__label {
  font-size: 12px; font-weight: 700; letter-spacing: .12em;
  color: var(--tp-muted); margin-inline-end: 4px;
}
.tp-chip.has-dot { display: inline-flex; align-items: center; gap: 8px; }
.tp-chip.has-dot::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--cat, var(--tp-lime)); flex-shrink: 0;
}
.tp-catbar .tp-chip.has-dot:hover::before { background: currentColor; }


/* ---------- מדריכים ממוספרים ---------- */

.tp-postgrid.is-num { counter-reset: tpnum; }
.tp-postgrid.is-num .tp-post { position: relative; counter-increment: tpnum; }
.tp-postgrid.is-num .tp-post::before {
  content: counter(tpnum, decimal-leading-zero);
  position: absolute; z-index: 3;
  top: -10px; inset-inline-start: -8px;
  min-width: 38px; height: 38px; padding: 0 8px;
  display: grid; place-items: center;
  border-radius: 999px;
  background: var(--tp-card); color: var(--tp-forest);
  border: 1.5px solid var(--tp-ink);
  box-shadow: 2px 3px 0 rgba(18,24,15,.9);
  font-family: var(--tp-dsp); font-size: 14px; font-weight: 800; letter-spacing: -.02em;
  transform: rotate(-6deg);
  transition: transform .3s var(--tp-ease);
}
.tp-postgrid.is-num .tp-post:hover::before { transform: rotate(0) scale(1.06); }


/* ---------- הרשמה ---------- */

.tp-signup { position: relative; overflow: hidden; }
.tp-signup .tp-sticker.is-static { align-self: flex-start; }
.tp-signup .tp-deco.is-tr { opacity: .32; top: -6px; inset-inline-end: -8px; width: 78px; }
