/* ============================================================
   Hani Len — Testimonials (המלצות). Prefix: tm- / tv- (video)
   ============================================================ */

/* ---- Hero (matches before/after low hero) ---- */
.tm-hero {
  position: relative; background: var(--navy); overflow: hidden;
  min-height: clamp(300px, 42vh, 460px); display: flex; align-items: center;
}
.tm-hero__inner { position: relative; z-index: 2; padding-block: clamp(48px,7vw,92px); max-width: 760px; }
.tm-crumb { font-family: var(--font-body); font-size: .8125rem; letter-spacing: .04em;
  color: rgba(255,255,255,.6); display: flex; gap: 10px; align-items: center; margin-bottom: 22px; }
.tm-crumb a { color: rgba(255,255,255,.78); }
.tm-crumb a:hover { color: var(--gold); }
.tm-crumb span { color: rgba(255,255,255,.35); }
.tm-hero h1 { font-family: var(--font-display); font-weight: 400; font-size: var(--fs-display-lg);
  line-height: 1.04; color: #fff; margin: .12em 0 0; }
.tm-hero__lead { font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.6;
  color: rgba(255,255,255,.82); max-width: 520px; margin-top: 18px; }

/* ============ FEATURED VIDEO TESTIMONIAL ============ */
.tv-feature { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start;
  gap: clamp(28px, 5vw, 76px); margin-top: clamp(36px, 5vw, 64px); }
.tv-feature__body { min-width: 0; }
.tv-mark { font-family: var(--font-display); font-size: clamp(48px,7vw,92px); line-height: .55;
  color: var(--gold-deep); opacity: .4; display: block; height: .45em; }
.tv-feature__quote { font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem); line-height: 1.34; color: var(--ink);
  margin: .5em 0 0; text-wrap: pretty; }
.tv-feature__note { font-family: var(--font-body); font-size: 1rem; line-height: 1.7;
  color: color-mix(in oklab, var(--ink) 72%, transparent); margin-top: 20px; max-width: 46ch; }
.tv-who { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
.tv-who__name { font-family: var(--font-body); font-weight: 600; font-size: .98rem; letter-spacing: .03em; color: var(--ink); }
.tv-who__role { font-family: var(--font-body); font-size: .78rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold-deep); margin-top: 5px; }
.tv-stars { display: inline-flex; gap: 4px; color: var(--gold-deep); }
.tv-stars svg { width: 17px; height: 17px; }
.tv-len { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px;
  font-family: var(--font-body); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: color-mix(in oklab, var(--ink) 55%, transparent); }
.tv-len::before { content: ""; width: 26px; height: 1px; background: var(--gold-deep); opacity: .7; }

/* ---- The video frame (arch = brand shape) ---- */
.tv-frame { position: relative; width: 100%; border: none; padding: 0; cursor: pointer;
  background: var(--navy); border-radius: 999px 999px 12px 12px; overflow: hidden;
  aspect-ratio: 4 / 5; box-shadow: var(--shadow-float); display: block; }
.tv-frame video { width: 100%; height: 100%; object-fit: cover; display: block;
  filter: sepia(.14) saturate(1.08); }
.tv-frame__veil { position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,36,49,.72) 0%, rgba(0,36,49,.08) 42%, rgba(0,36,49,.12) 100%); }
.tv-play { position: absolute; inset-inline-start: 50%; top: 50%; transform: translate(50%,-50%);
  width: 74px; height: 74px; border-radius: 50%; background: rgba(255,255,255,.92);
  display: grid; place-items: center; box-shadow: 0 10px 30px rgba(0,36,49,.32);
  transition: transform .3s var(--ease-out), background .3s var(--ease-out); }
.tv-frame:hover .tv-play { transform: translate(50%,-50%) scale(1.07); background: #fff; }
.tv-play svg { width: 26px; height: 26px; fill: var(--navy); margin-inline-start: 3px; }
.tv-frame__cap { position: absolute; inset-inline: 0; bottom: 0; padding: 22px clamp(18px,3vw,26px);
  text-align: start; color: #fff; }
.tv-frame__cap b { font-family: var(--font-body); font-weight: 600; font-size: 1rem; letter-spacing: .03em; display: block; }
.tv-frame__cap span { font-family: var(--font-body); font-size: .76rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold); display: block; margin-top: 5px; }

/* ============ MORE STORIES — rail / grid ============ */
.tv-railhead { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px;
  margin-top: clamp(56px, 8vw, 110px); }
.tv-railhead__hint { display: none; font-family: var(--font-body); font-size: .8rem; letter-spacing: .1em;
  text-transform: uppercase; color: color-mix(in oklab, var(--ink) 50%, transparent); }
.tv-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 30px);
  margin-top: clamp(24px, 3vw, 38px); }
.tv-card { display: flex; flex-direction: column; gap: 16px; }
.tv-card .tv-frame { aspect-ratio: 3 / 4; border-radius: 240px 240px 12px 12px; box-shadow: var(--shadow-card); }
.tv-card .tv-play { width: 58px; height: 58px; }
.tv-card .tv-play svg { width: 20px; height: 20px; }
.tv-card__text { font-family: var(--font-body); font-size: .95rem; line-height: 1.62;
  color: color-mix(in oklab, var(--ink) 78%, transparent); text-wrap: pretty; }
.tv-card__meta { display: flex; align-items: center; gap: 10px; }
.tv-card__meta .tv-stars svg { width: 14px; height: 14px; }
.tv-card__meta em { font-family: var(--font-body); font-style: normal; font-size: .74rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep); }

/* ============ LIGHTBOX ============ */
.tv-lb { position: fixed; inset: 0; z-index: 200; display: none; place-items: center;
  background: rgba(0,20,28,.9); backdrop-filter: blur(6px); padding: clamp(14px,3vw,40px); }
.tv-lb[data-open="1"] { display: grid; }
.tv-lb__box { position: relative; width: min(430px, 92vw); max-height: 100%;
  display: flex; flex-direction: column; min-height: 0; }
.tv-lb video { width: 100%; flex: 1 1 auto; min-height: 0; border-radius: 14px; background: #000; display: block; object-fit: contain; }
.tv-lb__cap { font-family: var(--font-body); color: #fff; margin-top: 14px; text-align: center; font-size: .95rem; flex: 0 0 auto; }
.tv-lb__cap span { color: var(--gold); letter-spacing: .1em; text-transform: uppercase; font-size: .74rem; display: block; margin-top: 6px; }
.tv-lb__x { position: absolute; top: 10px; inset-inline-end: 10px; z-index: 2; width: 38px; height: 38px;
  background: rgba(0,20,28,.55); backdrop-filter: blur(4px);
  border-radius: 50%; border: 1px solid rgba(255,255,255,.45); color: #fff;
  cursor: pointer; display: grid; place-items: center; }
.tv-lb__x:hover { border-color: var(--gold); color: var(--gold); }
.tv-lb__x svg { width: 17px; height: 17px; }

/* ============ SHORT WRITTEN NOTES ============ */
.tv-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px,2vw,26px);
  margin-top: clamp(48px,6vw,84px); padding-top: clamp(36px,4vw,54px); border-top: 1px solid var(--hairline); }
.tv-note { background: #fff; border-radius: 12px; padding: clamp(20px,2.4vw,30px); box-shadow: var(--shadow-card); }
.tv-note p { font-family: var(--font-body); font-size: .95rem; line-height: 1.65; color: var(--ink); margin: 14px 0 0; }
.tv-note footer { font-family: var(--font-body); font-size: .78rem; letter-spacing: .1em;
  text-transform: uppercase; color: color-mix(in oklab, var(--ink) 55%, transparent); margin-top: 16px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .tv-feature { grid-template-columns: 1fr; gap: 28px; }
  .tv-feature__media { order: -1; }
  .tv-frame { aspect-ratio: 3 / 4; border-radius: 300px 300px 12px 12px; }
  .tv-feature__quote { font-size: clamp(1.35rem, 5.4vw, 1.8rem); }

  /* stories become a swipeable rail */
  .tv-rail { display: flex; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory;
    gap: 16px; margin-inline: calc(var(--gutter, 20px) * -1); padding-inline: var(--gutter, 20px);
    padding-bottom: 8px; scrollbar-width: none; }
  .tv-rail::-webkit-scrollbar { display: none; }
  .tv-card { flex: 0 0 72vw; max-width: 320px; scroll-snap-align: start; }
  .tv-card .tv-frame { border-radius: 200px 200px 12px 12px; }
  .tv-notes { grid-template-columns: 1fr; }
  .tv-railhead__hint { display: block; }
  .tv-railhead { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (max-width: 600px) {
  .tv-play { width: 62px; height: 62px; }
  .tv-lb__box { width: 100%; }
}

/* ---- Refresh CTA (shared) ---- */
.tm-refresh { position: relative; overflow: hidden; text-align: center; }
.tm-refresh__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.tm-refresh__overlay { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(212deg, rgba(0,36,49,.35) 0%, rgba(0,36,49,.78) 70%), rgba(0,36,49,.55); }
.tm-refresh > .hl-container { position: relative; z-index: 2; }
.tm-refresh__inner { max-width: 680px; margin-inline: auto; padding-block: clamp(64px,9vw,132px); }
.tm-refresh__lead { font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.65;
  color: rgba(255,255,255,.88); max-width: 520px; margin: 20px auto 34px; }
.tm-refresh__actions { display: flex; align-items: center; justify-content: center;
  gap: clamp(18px,3vw,32px); flex-wrap: wrap; }
.tm-phone { display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 1.0625rem; font-weight: 600; letter-spacing: .04em; color: #fff; }
.tm-phone:hover { color: var(--gold); }
.tm-phone svg { width: 18px; height: 18px; stroke: var(--gold); }
