/* ============================================================
   הקול שלי בעולם · voice.css
   אוטוביוגרפיה יצירתית: תשע תקופות על אותו שלד (.era), ולכל אחת שפה
   משלה דרך משתנים: --era (צבע), --paper (נייר הפולארויד), ורקע.
   הקרקע נשארת כחול-כהה של האתר, כדי שהעמוד ירגיש חלק ממנו.
   ============================================================ */
.evo { --paper: #fbf8f1; --era: var(--gold); background: var(--navy-950); }

/* ── הפתיחה ── */
.evo-hero { position: relative; padding: calc(var(--nav-h) + clamp(50px, 8vw, 110px)) 0 clamp(50px, 7vw, 90px); background: radial-gradient(60% 50% at 80% 20%, rgba(140, 48, 254, .18), transparent 70%), var(--navy-950); }
.evo-hero .title { font-size: clamp(2.9rem, 7vw, 6.2rem); line-height: 1; }
.evo-hero .lede { max-width: 52ch; }
.evo-hero__thesis { margin-top: clamp(30px, 4vw, 50px); max-width: 34ch; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.55rem, 2.9vw, 2.6rem); line-height: 1.22; text-wrap: balance; }
.evo-hero__thesis span { display: block; color: rgba(255, 255, 255, .55); }
.evo-hero__thesis b { display: block; color: #fff; margin-top: .3em; }
.evo-hero__index { display: flex; flex-wrap: wrap; gap: 8px 6px; margin-top: clamp(28px, 4vw, 44px); }
.evo-hero__index a { padding: .45em .95em; border-radius: 999px; border: 1px solid var(--line); font-family: var(--font-ui); font-weight: 600; font-size: .86rem; color: var(--sky-light); direction: ltr; unicode-bidi: isolate; transition: border-color .3s, color .3s, background .3s; }
.evo-hero__index a:hover { border-color: var(--gold); color: var(--gold); }

/* ── הסרגל הדביק: איפה אני בסיפור ── */
.evo-body { position: relative; }
.ruler__sentinel { display: block; height: 1px; }
.ruler { position: sticky; top: var(--nav-h); z-index: 20; background: rgba(4, 6, 26, .78); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s; }
.ruler.is-stuck { border-color: var(--line); }
.ruler__inner { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; padding: 8px 0; }
.ruler__inner::-webkit-scrollbar { display: none; }
.ruler a { flex: none; padding: .5em .9em; border-radius: 8px; font-family: var(--font-ui); font-weight: 600; font-size: .82rem; color: rgba(255, 255, 255, .5); direction: ltr; unicode-bidi: isolate; transition: color .3s, background .3s; }
.ruler a:hover { color: #fff; }
.ruler a.is-on { color: #04061a; background: var(--era-on, var(--gold)); }

/* ── השלד של תקופה ── */
.era { position: relative; padding: clamp(80px, 10vw, 150px) 0; overflow: hidden; }
.era + .era::before { content: ''; position: absolute; top: 0; inset-inline: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.era__head { max-width: 62ch; }
.era__years { color: var(--era); direction: rtl; }
.era__h { margin-top: 12px; font-family: var(--font-display); font-weight: 700; font-size: clamp(2.2rem, 4.8vw, 4.2rem); line-height: 1.04; color: #fff; text-wrap: balance; }
.era__p { margin-top: 18px; font-family: var(--font-body); font-size: clamp(1.02rem, 1.25vw, 1.16rem); line-height: 1.8; color: #d6ddf4; max-width: 58ch; }
.era__grid { display: grid; grid-template-columns: 1fr minmax(240px, 300px); gap: clamp(26px, 4vw, 60px); align-items: start; margin-top: clamp(34px, 5vw, 60px); }
.era__side { display: grid; gap: 22px; justify-items: center; }
.era__side--row { grid-template-columns: 1fr 1fr; align-items: start; }
.era__side .pol { width: min(100%, 280px); }
.era__side .pol--small { position: static; width: 60%; justify-self: start; }
.era__note { font-family: var(--font-ui); font-size: .95rem; line-height: 1.7; color: var(--muted); max-width: 30ch; text-align: start; }
.era__so { margin-top: clamp(36px, 5vw, 60px); padding-inline-start: 18px; border-inline-start: 2px solid var(--era); max-width: 40ch; }
.era__so span { display: block; margin-bottom: 6px; font-family: var(--font-ui); font-size: .7rem; font-weight: 600; letter-spacing: .2em; color: rgba(255, 255, 255, .5); }
.era__so b { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.25rem, 1.9vw, 1.7rem); line-height: 1.3; color: #fff; }

/* אריח וידאו: אותו רכיב בכל התקופות, מקבל את הצבע מהתקופה */
.vt { position: relative; display: block; border-radius: 10px; overflow: hidden; background: var(--navy-800); border: 1px solid rgba(201, 222, 251, .1); color: #fff; transition: transform .45s var(--ease), border-color .3s, box-shadow .45s; }
.vt__img { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.vt__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s var(--ease), filter .5s; }
.vt--portrait .vt__img { aspect-ratio: 9 / 16; }
.vt__cap { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding: 10px 12px 12px; align-items: baseline; }
.vt__cap b { grid-column: 1; font-family: var(--font-ui); font-weight: 600; font-size: .9rem; line-height: 1.35; }
.vt__cap small { grid-column: 1; font-family: var(--font-ui); font-size: .76rem; color: var(--muted); line-height: 1.4; }
.vt__cap i { grid-column: 2; grid-row: 1 / span 2; align-self: start; font-style: normal; font-family: var(--font-ui); font-size: .78rem; font-weight: 600; color: var(--era); direction: ltr; padding-top: 2px; }
a.vt:hover, a.vt:focus-visible { transform: translateY(-4px); border-color: var(--era); box-shadow: 0 24px 50px -28px rgba(0, 0, 0, .9); }
a.vt:hover .vt__img img { transform: scale(1.04); }
a.vt[data-yt] .vt__img::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(4, 6, 26, .55) 0, transparent 34%); opacity: 0; transition: opacity .3s; }
a.vt[data-yt] .vt__img { position: relative; }
a.vt[data-yt] .vt__img::before { content: ''; position: absolute; z-index: 2; left: 50%; top: 50%; width: 46px; height: 46px; translate: -50% -50%; border-radius: 50%; background: var(--era) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2304061a'><path d='M8 5.5v13l11-6.5z'/></svg>") center/22px no-repeat; opacity: 0; transform: scale(.8); transition: opacity .3s, transform .35s var(--ease); }
a.vt:hover .vt__img::before, a.vt:focus-visible .vt__img::before { opacity: 1; transform: scale(1); }
a.vt:hover .vt__img::after { opacity: 1; }
.vt--hero { grid-column: 1 / -1; }
.vt--hero .vt__cap b { font-family: var(--font-display); font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
.pol { position: relative; margin: 0; padding: 10px 10px 14px; background: var(--paper); border-radius: 3px; rotate: var(--r, -2.5deg); box-shadow: 0 30px 60px -26px rgba(0, 0, 0, .95), 0 8px 20px -10px rgba(0, 0, 0, .6); transition: rotate .6s var(--ease), transform .6s var(--ease); }
.pol:nth-child(2n) { --r: 2.5deg; }
.pol:hover { rotate: 0deg; transform: translateY(-4px); }
.pol img { display: block; width: 100%; height: auto; border-radius: 2px; }
.pol figcaption { padding-top: 10px; font-family: var(--font-display); font-size: 1rem; line-height: 1.2; color: #2a180c; text-align: center; }

/* ── 01 · ילדות ותיכון: נייר, צבעי פנדה, ומסך 4:3 ── */
.era--kid { --era: #ffb34a; --era-on: #ffb34a; --paper: #fff5d6; background: radial-gradient(70% 60% at 10% 10%, rgba(255, 179, 74, .12), transparent 60%), var(--navy-950); }
.era--kid .era__h { color: #ffe9bf; }
.crt { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
.crt .vt { border-radius: 6px; }
.crt .vt__img { aspect-ratio: 4 / 3; }
.crt .vt__img img { filter: saturate(1.15) contrast(1.05); }
.crt .vt__img::after { background: repeating-linear-gradient(180deg, rgba(0, 0, 0, .14) 0 1px, transparent 1px 3px) !important; opacity: .7 !important; }
.crt .vt:nth-child(3n+1) { rotate: -.6deg; } .crt .vt:nth-child(3n+2) { rotate: .5deg; }
.crt .vt:hover { rotate: 0deg; }
.crt .vt__cap i { font-variant-numeric: tabular-nums; }

/* ── 02 · צבא: כמעט שחור, שורה אחת, אש קטנה ── */
.era--army { --era: #ffb347; --era-on: #ffb347; --paper: #e6e1d6; background: linear-gradient(180deg, var(--navy-950), #05060c 20%, #05060c 85%, var(--navy-950)); }
.era--army .era__h { font-size: clamp(2.6rem, 6vw, 5.2rem); }
.era--army .era__h::after { content: ''; display: inline-block; width: .32em; height: .32em; margin-inline-start: .28em; border-radius: 50%; vertical-align: .2em; background: radial-gradient(circle, #fff6c8 0%, var(--gold) 45%, rgba(255, 160, 40, .9) 70%, transparent 72%); box-shadow: 0 0 18px 5px rgba(255, 190, 60, .55), 0 0 60px 14px rgba(255, 150, 40, .22); animation: ember 3.2s ease-in-out infinite; }
@keyframes ember { 0%, 100% { opacity: .85; transform: scale(1); } 50% { opacity: 1; transform: scale(1.15); } }
.era__grid--army { grid-template-columns: 1fr; }
.army__line { max-width: 30ch; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.6rem, 3.4vw, 3rem); line-height: 1.2; color: #fff; text-wrap: balance; }
.army__line small { display: block; margin-top: 12px; font-family: var(--font-ui); font-weight: 500; font-size: .85rem; letter-spacing: .08em; color: var(--muted); }
.army__row { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; margin-top: 10px; }
.army__row .vt { background: #0a0c14; border-color: rgba(255, 255, 255, .06); }
.army__row .vt__img img { filter: grayscale(.55) contrast(1.08) brightness(.85); }
.army__row .vt:hover .vt__img img { filter: none; }
.era--army .era__side--row { grid-template-columns: repeat(2, minmax(0, 280px)); justify-content: start; margin-top: 10px; }
.era--army .pol img { filter: grayscale(.35) contrast(1.05); }

/* ── 03 · 2019: מספר אחד גדול, פריים אחד רחב ── */
.era--viral { --era: #ff4d6d; --era-on: #ff4d6d; background: radial-gradient(50% 45% at 50% 40%, rgba(255, 77, 109, .16), transparent 70%), var(--navy-950); }
.era__grid--viral { grid-template-columns: 1fr; justify-items: center; }
.viral__num { text-align: center; }
.viral__num b { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(3.4rem, 12vw, 10rem); line-height: .95; color: #fff; letter-spacing: -.01em; direction: ltr; font-variant-numeric: tabular-nums; text-shadow: 0 0 60px rgba(255, 77, 109, .35); }
.viral__num span { display: block; margin-top: 10px; font-family: var(--font-ui); font-weight: 600; font-size: clamp(.95rem, 1.4vw, 1.15rem); color: var(--era); letter-spacing: .04em; }
.era__grid--viral .vt--hero { width: min(100%, 980px); border-color: rgba(255, 77, 109, .3); }
.viral__more { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: min(100%, 980px); }

/* ── 04 · IAC: מחברת סטודנט, גיליון קונטקט, גריד שרטוט ── */
.era--iac { --era: #62d6ff; --era-on: #62d6ff; --paper: #f4f7fb; background: linear-gradient(rgba(98, 214, 255, .045) 1px, transparent 1px) 0 0 / 100% 42px, linear-gradient(90deg, rgba(98, 214, 255, .045) 1px, transparent 1px) 0 0 / 42px 100%, var(--navy-900); }
.sheet { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.sheet .vt { border-radius: 4px; background: #0a1230; }
.sheet .vt__img { aspect-ratio: 4 / 3; }
.sheet .vt__img img { filter: grayscale(1) contrast(1.1) brightness(.9); }
.sheet .vt:hover .vt__img img, .sheet .vt--still:hover .vt__img img { filter: none; }
.sheet .vt__cap { padding: 8px 9px 10px; }
.sheet .vt__cap b { font-size: .8rem; font-weight: 500; }
.sheet .vt__cap small { font-size: .7rem; direction: rtl; }
.sheet .vt__cap i { font-size: .7rem; }
.vt--still { margin: 0; }

/* ── 05 · 2022: קולנועי, פסי לטרבוקס, ואז שקט ── */
.era--pro { --era: #e8c26a; --era-on: #e8c26a; --paper: #efe9dc; background: #020310; }
.era__grid--pro { grid-template-columns: 1fr minmax(240px, 300px); grid-template-areas: "cine cine" "row side" "brand side" "quiet quiet"; }
.cine { grid-area: cine; }
.cine .vt--still { border-radius: 0; border: 0; background: #000; padding: clamp(18px, 3vw, 44px) 0; }
.cine .vt--still .vt__img { aspect-ratio: 21 / 9; }
.cine .vt--still .vt__cap { padding: 12px 0 0; }
.cine .vt--still .vt__cap b { font-family: var(--font-display); font-size: clamp(1.1rem, 1.7vw, 1.4rem); }
.pro__row { grid-area: row; display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; }
.pro__row .vt__img img { filter: contrast(1.06) saturate(.9); }
.era--pro .era__side { grid-area: side; }
.pro__brand { grid-area: brand; padding: 22px 26px; border: 1px solid rgba(232, 194, 106, .25); border-radius: 8px; background: rgba(255, 255, 255, .02); }
.pro__brand span { display: block; font-family: var(--font-ui); font-size: .72rem; letter-spacing: .18em; color: rgba(255, 255, 255, .5); }
.pro__brand b { display: block; margin-top: 10px; font-family: 'Cinzel', var(--font-display), serif; font-weight: 600; font-size: clamp(1rem, 1.5vw, 1.3rem); letter-spacing: .06em; color: var(--era); direction: ltr; text-align: center; }
.pro__brand small { display: block; margin-top: 10px; font-family: var(--font-ui); font-size: .85rem; color: var(--muted); }
.quiet { grid-area: quiet; display: grid; grid-template-columns: minmax(200px, 320px) 1fr; gap: clamp(20px, 3vw, 40px); align-items: center; margin-top: clamp(20px, 3vw, 40px); padding: clamp(24px, 3vw, 40px); border-radius: 12px; background: #000; border: 1px solid rgba(255, 255, 255, .05); }
.quiet__frame .vt { border-color: rgba(255, 255, 255, .06); }
.quiet__frame .vt__img img { filter: grayscale(.6) brightness(.75); }
.quiet__txt { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 2.2vw, 2rem); line-height: 1.3; color: rgba(255, 255, 255, .85); max-width: 30ch; }
.quiet__txt span { display: block; margin-bottom: 10px; font-family: var(--font-ui); font-weight: 600; font-size: .74rem; letter-spacing: .16em; color: rgba(255, 255, 255, .45); }
.quiet__txt small { display: block; margin-top: 12px; font-family: var(--font-ui); font-weight: 400; font-size: .86rem; line-height: 1.6; color: var(--muted); }

/* ── 06 · 2024: צבעוני, אנרגטי, מסות של אריחים ── */
.era--social { --era: #ff8a3d; --era-on: #ff8a3d; --paper: #fff3e6; background: radial-gradient(40% 40% at 90% 0%, rgba(255, 138, 61, .16), transparent 70%), radial-gradient(40% 40% at 0% 100%, rgba(140, 48, 254, .2), transparent 70%), var(--navy-950); }
.burst-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-flow: dense; align-items: start; gap: 12px; }
.burst-grid .vt { grid-column: span 2; }
.burst-grid .vt--big { grid-column: span 3; }
.burst-grid .vt__img img { filter: saturate(1.25) contrast(1.04); }
.burst-grid .vt:nth-child(3n+1) { border-color: rgba(255, 138, 61, .25); } .burst-grid .vt:nth-child(3n+2) { border-color: rgba(106, 171, 251, .25); } .burst-grid .vt:nth-child(3n) { border-color: rgba(255, 222, 89, .25); }

/* ── 07 · לגו: צהוב לבנה, אדום, ומרקם כפתורים ── */
.era--lego { --era: #f6c531; --era-on: #f6c531; --paper: #fff8dc; background: radial-gradient(circle at 12px 12px, rgba(246, 197, 49, .09) 3px, transparent 3.5px) 0 0 / 34px 34px, var(--navy-950); }
.era--lego .era__h { color: #ffe680; }
.era__grid--lego { grid-template-columns: 1fr; }
.bricks { display: flex; gap: 12px; align-items: stretch; }
.bricks .vt { flex: 16 1 0; min-width: 0; display: flex; flex-direction: column; }
.bricks .vt--portrait { flex: 9 1 0; }
.bricks .vt .vt__img { flex: 1; aspect-ratio: auto; min-height: 0; }
.bricks .vt .vt__img img { height: 100%; }
.bricks .vt { border-width: 2px; border-color: rgba(246, 197, 49, .28); border-radius: 12px; }
.bricks .vt:nth-child(5) { border-color: rgba(200, 39, 31, .5); }
.lego__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }

/* ── 08 · AI: קר, שבור, שני ערוצי צבע ── */
.era--ai { --era: #ff3fd0; --era-on: #ff3fd0; background: linear-gradient(180deg, var(--navy-950), #0b0416 40%, var(--navy-950)); }
.era--ai .era__h { color: #f2e7ff; }
.era__grid--ai { grid-template-columns: minmax(240px, 380px) 1fr; }
.glitch { position: relative; margin: 0; }
.glitch img { display: block; width: 100%; height: auto; border-radius: 6px; filter: saturate(.3) contrast(1.15); }
.glitch .glitch__r, .glitch .glitch__b { position: absolute; inset: 0; mix-blend-mode: screen; opacity: .55; pointer-events: none; }
.glitch .glitch__r { filter: grayscale(1) sepia(1) hue-rotate(260deg) saturate(5) contrast(1.2); transform: translateX(-4px); clip-path: inset(18% 0 46% 0); }
.glitch .glitch__b { filter: grayscale(1) sepia(1) hue-rotate(160deg) saturate(5) contrast(1.2); transform: translateX(5px); clip-path: inset(58% 0 12% 0); }
.glitch:hover .glitch__r { animation: gl-r 1.2s steps(6) infinite; }
.glitch:hover .glitch__b { animation: gl-b 1.4s steps(5) infinite; }
@keyframes gl-r { 0% { clip-path: inset(18% 0 46% 0); transform: translateX(-4px); } 50% { clip-path: inset(62% 0 8% 0); transform: translateX(4px); } 100% { clip-path: inset(30% 0 40% 0); transform: translateX(-6px); } }
@keyframes gl-b { 0% { clip-path: inset(58% 0 12% 0); transform: translateX(5px); } 50% { clip-path: inset(10% 0 70% 0); transform: translateX(-5px); } 100% { clip-path: inset(44% 0 30% 0); transform: translateX(6px); } }
.glitch figcaption { margin-top: 10px; font-family: var(--font-ui); font-size: .85rem; color: var(--muted); text-align: center; }
.ai__tools { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; }
.ai__tools .eyebrow { grid-column: 1 / -1; color: var(--era); }
.ai__tools .vt__img img { filter: saturate(.7); }
.ai__tools .vt:hover .vt__img img { filter: none; }

/* ── 09 · 2026: חם, אישי, פוסטרים אנכיים ── */
.era--voice { --era: #ffb17a; --era-on: #ffb17a; --paper: #fff1e2; background: radial-gradient(60% 50% at 20% 0%, rgba(255, 177, 122, .16), transparent 70%), var(--navy-950); }
.era--voice .era__h { color: #ffe3cf; }
.era__grid--voice { grid-template-columns: 1fr; }
.vt--warm { border-color: rgba(255, 177, 122, .35); }
.vt--warm .vt__img { aspect-ratio: 21 / 9; }
.posters { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.posters .vt__cap { padding: 8px 9px 10px; }
.posters .vt__cap b { font-size: .78rem; }
.posters .vt__cap small { font-size: .68rem; }
.posters .vt__cap i { font-size: .72rem; }
.era--voice .era__side--row { grid-template-columns: repeat(3, minmax(0, 280px)); justify-content: start; align-items: start; }
.era--voice .era__side--row .vt { width: 100%; align-self: end; }

/* ── הפיצוץ: הפוסטים ממרכז המסך החוצה ── */
.burst { position: relative; height: 210vh; background: var(--navy-950); }
.burst__stage { position: sticky; top: 0; height: 100vh; overflow: hidden; display: grid; place-items: center; }
.burst__cloud { position: absolute; inset: 0; }
.burst__cloud img { position: absolute; left: 50%; top: 50%; width: clamp(90px, 9vw, 150px); aspect-ratio: 4 / 5; object-fit: cover; border-radius: 10px; border: 1px solid rgba(201, 222, 251, .16); box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .9); transform: translate(-50%, -50%) scale(.2); opacity: 0; will-change: transform, opacity; }
.burst__txt { position: relative; z-index: 60; max-width: 30ch; padding: 22px 28px; border-radius: 14px; text-align: center; background: rgba(4, 6, 26, .78); backdrop-filter: blur(10px); border: 1px solid var(--line); }
.burst__txt b { display: block; margin-top: 8px; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 2.3vw, 2rem); line-height: 1.25; color: #fff; }
.burst__txt small { display: block; margin-top: 10px; font-family: var(--font-ui); font-size: .9rem; line-height: 1.6; color: var(--muted); }

/* ── הסגירה ── */
.close { background: var(--navy-950); }
.close__thesis { max-width: 36ch; margin: 0 auto clamp(50px, 7vw, 90px); text-align: center; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.6rem, 3.2vw, 2.9rem); line-height: 1.22; text-wrap: balance; }
.close__thesis span { display: block; color: rgba(255, 255, 255, .5); }
.close__thesis b { display: block; margin-top: .3em; color: var(--gold); }
.close__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: clamp(26px, 4vw, 44px); }
.close__item { padding: 22px 20px 20px; border-radius: 12px; background: rgba(255, 255, 255, .025); border: 1px solid var(--line); }
.close__item i { display: block; font-style: normal; font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: var(--gold); }
.close__item p { margin-top: 10px; font-family: var(--font-ui); font-size: .93rem; line-height: 1.65; color: #d6ddf4; }
.close__item a { display: inline-block; margin-top: 12px; font-family: var(--font-ui); font-size: .82rem; color: var(--sky-light); border-bottom: 1px solid var(--line); }
.close__item a:hover { color: var(--gold); border-color: var(--gold); }
.close__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: clamp(36px, 5vw, 60px); }

/* ── הנגן ── */
.vc-player { position: fixed; inset: 0; z-index: 2600; display: grid; place-items: center; padding: 4vw; background: rgba(4, 6, 26, .9); backdrop-filter: blur(10px); opacity: 0; pointer-events: none; transition: opacity .35s; }
.vc-player.is-open { opacity: 1; pointer-events: auto; }
.vc-player > div { width: min(1080px, 100%); }
.vc-player.is-portrait > div { width: min(420px, 100%); }
.vc-player__box { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 14px; overflow: hidden; box-shadow: 0 40px 100px -30px rgba(0, 0, 0, 1); }
.vc-player.is-portrait .vc-player__box { aspect-ratio: 9 / 16; max-height: 86vh; }
.vc-player__box .ytstage { position: absolute; inset: 0; height: 100%; max-height: none; aspect-ratio: auto; }
.vc-player__cap { margin-top: 14px; text-align: center; font-family: var(--font-ui); color: var(--sky-light); }
.vc-player__x { position: absolute; top: 18px; inset-inline-end: 18px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: rgba(4, 6, 26, .7); color: #fff; font-size: 1.4rem; cursor: pointer; }

@media (max-width: 1100px) {
  .posters { grid-template-columns: repeat(4, 1fr); }
  .close__grid { grid-template-columns: repeat(3, 1fr); }
  .burst-grid { grid-template-columns: repeat(4, 1fr); }
  .burst-grid .vt, .burst-grid .vt--big { grid-column: span 2; }
}
@media (max-width: 900px) {
  .evo-hero { padding-top: calc(var(--nav-h) + 30px); }
  .ruler { top: var(--nav-h); }
  .era { padding: 60px 0; }
  .era__grid, .era__grid--pro, .era__grid--ai { grid-template-columns: 1fr; grid-template-areas: none; }
  .cine, .pro__row, .pro__brand, .quiet, .era--pro .era__side { grid-area: auto; }
  .era__side, .era__side--row, .era--army .era__side--row, .era--voice .era__side--row { grid-template-columns: 1fr 1fr; justify-items: start; }
  .era__side .pol { width: 100%; }
  .era__note { grid-column: 1 / -1; max-width: none; }
  .crt { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .army__row { grid-template-columns: repeat(2, 1fr); }
  .viral__more { grid-template-columns: 1fr; }
  .sheet { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .cine .vt--still .vt__img { aspect-ratio: 16 / 9; }
  .pro__row { grid-template-columns: repeat(2, 1fr); }
  .quiet { grid-template-columns: 1fr; }
  .bricks { flex-wrap: wrap; }
  .bricks .vt { flex: 1 1 46%; }
  .bricks .vt--portrait { flex: 1 1 30%; }
  .bricks .vt .vt__img { aspect-ratio: 16 / 9; }
  .bricks .vt--portrait .vt__img { aspect-ratio: 9 / 16; }
  .ai__tools { grid-template-columns: 1fr; }
  .glitch { max-width: 320px; }
  .posters { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .vt--warm .vt__img { aspect-ratio: 16 / 9; }
  .burst { height: 180vh; }
  .burst__cloud img { width: 84px; }
  .burst__txt { max-width: 86vw; }
  .close__grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .era--army .era__h::after, .glitch .glitch__r, .glitch .glitch__b { animation: none !important; } .burst { height: auto; } .burst__stage { position: static; height: auto; min-height: 60vh; padding: 60px 0; } }
html.reduce-motion .era--army .era__h::after, html.reduce-motion .glitch .glitch__r, html.reduce-motion .glitch .glitch__b { animation: none !important; }
html.reduce-motion .burst { height: auto; }
html.reduce-motion .burst__stage { position: static; height: auto; min-height: 60vh; padding: 60px 0; }
