* { box-sizing: border-box; }

:root {
  --bg: #050505;
  --surface: #0b0b0b;
  --surface-2: #121212;
  --text: #f4f4f0;
  --muted: #8d8d86;
  --line: rgba(255,255,255,.12);
  --accent: #d8ff3e;
  --gold: #c4a15a;
  --max: 1500px;
  --grade: saturate(.9) contrast(1.12) brightness(.88);
}

html, body, body * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
  cursor: none;
}
html[dir="rtl"] body { font-family: Heebo, Inter, Arial, sans-serif; }
html[dir="rtl"] .hero h1,
html[dir="rtl"] .statement-title,
html[dir="rtl"] .about h2,
html[dir="rtl"] .contact h2,
html[dir="rtl"] .capability h3,
html[dir="rtl"] .project-meta h3,
html[dir="rtl"] .lab-card h3,
html[dir="rtl"] .credit-item h3,
html[dir="rtl"] .reel-copy h2,
html[dir="rtl"] .brand {
  font-family: Heebo, "Space Grotesk", sans-serif;
  letter-spacing: -.04em;
}
html[dir="rtl"] .kicker, html[dir="rtl"] .eyebrow, html[dir="rtl"] .nav,
html[dir="rtl"] .header-cta, html[dir="rtl"] .media-label, html[dir="rtl"] .proof-track {
  letter-spacing: .04em;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, video { max-width: 100%; display: block; }
.container { width: min(calc(100% - 56px), var(--max)); margin: 0 auto; }

.page-grain {
  position: fixed; inset: 0; z-index: 80; pointer-events: none; opacity: .18; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.cursor-ring {
  position: fixed; z-index: 300; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%; pointer-events: none; transform: translate(-50%,-50%);
  mix-blend-mode: difference; transition: width .25s, height .25s, border-color .25s;
}
.cursor-ring.is-hot { width: 64px; height: 64px; border-color: var(--accent); }
.cursor-glow {
  position: fixed; z-index: 1; width: 420px; height: 420px; border-radius: 50%;
  pointer-events: none; transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(216,255,62,.09), transparent 64%);
  opacity: 0; transition: opacity .35s;
}

.site-header {
  position: fixed; z-index: 100;
  top: 0; left: 0; right: 0; height: 78px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 28px; gap: 24px;
  color: white;
  background: linear-gradient(to bottom, rgba(5,5,5,.55), transparent);
  transition: background .35s, backdrop-filter .35s;
}
.site-header.is-scrolled {
  background: rgba(5,5,5,.72);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 2.8vw, 42px);
  letter-spacing: -.045em;
  line-height: .9;
  white-space: nowrap;
}
.nav { display: flex; gap: 28px; font-size: 12px; font-weight: 600; letter-spacing: .09em; margin-inline-start: auto; }
.nav a { opacity: .72; transition: opacity .2s; }
.nav a:hover { opacity: 1; }
.lang-switch {
  display: flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 700; letter-spacing: .12em;
  flex-shrink: 0;
}
.lang-switch span { opacity: .35; }
.lang-switch button {
  background: none; border: 0; color: inherit; padding: 0;
  opacity: .42; cursor: none;
  transition: opacity .2s, color .2s;
}
.lang-switch button.is-on { opacity: 1; color: var(--accent); }
.lang-switch button:hover { opacity: 1; }
.header-cta {
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  border: 1px solid var(--line); padding: 10px 14px;
  transition: background .2s, color .2s, border-color .2s;
}
.header-cta:hover { background: var(--accent); color: #050505; border-color: var(--accent); }
.menu-btn { display: none; border: 0; background: none; color: inherit; }

/* Shared cinematic media */
.media-stage, .cap-stage, .lab-media, .mosaic-item, .reel-stage, .about-portrait {
  perspective: 1400px;
}
.media-layers {
  position: relative; overflow: hidden; height: 100%;
  transform-style: preserve-3d;
  isolation: isolate;
  background: #0a0a0a;
}
.media-layers img, .media-layers video {
  width: 100%; height: 100%; object-fit: cover;
  filter: var(--grade);
  transform: scale(1.08) translateZ(0);
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.media-layers video {
  position: absolute; inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease;
}
.media-layers video.is-live {
  z-index: 3;
  opacity: var(--clip-op, 1);
}
.switch-stack {
  position: absolute; inset: 0;
  z-index: 2;
  background: #0a0a0a;
}
.switch-stack img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; z-index: 0;
  transition: opacity 1.1s ease;
  filter: var(--grade);
  transform: scale(1.08);
}
.switch-stack img.is-on { opacity: 1; z-index: 1; }
.pos-l { object-position: 16% 42%; }
.pos-r { object-position: 84% 40%; }
.pos-t { object-position: 50% 16%; }
.pos-head { object-position: 50% 8%; }
.pos-tr { object-position: 78% 10%; }
.pos-b { object-position: 50% 82%; }
.pos-c { object-position: 50% 36%; }
.pos-face { object-position: 32% 18%; }
.pos-led { object-position: 50% 24%; }
.mosaic-item .media-layers img,
.mosaic-item .media-layers video,
.mosaic-item .switch-stack img {
  transform: scale(1.02);
}
.media-poster { position: absolute; inset: 0; z-index: 2; }
.media-layers > img:not(.media-poster) { min-height: 100%; }
.media-shine {
  position: absolute; inset: -20%; pointer-events: none; z-index: 3; opacity: 0;
  background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.22), transparent 42%);
  mix-blend-mode: soft-light; transition: opacity .3s;
}
.media-stage:hover .media-shine,
.mosaic-item:hover .media-shine,
.lab-media:hover .media-shine,
.cap-stage:hover .media-shine { opacity: 1; }
.media-vignette {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(to top, rgba(0,0,0,.62), transparent 46%),
    linear-gradient(to bottom, rgba(5,8,16,.22), transparent 30%),
    radial-gradient(120% 80% at 50% 50%, transparent 50%, rgba(0,0,0,.35) 100%);
}
.media-label {
  position: absolute; z-index: 4; inset-inline-start: 20px; bottom: 18px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; background: #050505; }
.hero-stage, .hero-stage .media-layers { height: 100%; }
.hero-stage .media-layers img,
.hero-stage .media-layers video { object-position: center 40%; }
.physics-field { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0; z-index: 2;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 70px 70px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 90%);
  mask-image: linear-gradient(to bottom, black, transparent 90%);
  pointer-events: none;
}
.hero-noise {
  position: absolute; inset: 0; opacity: .22; z-index: 2; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
.hero-content { position: relative; z-index: 4; padding-bottom: 46px; }
.eyebrow, .kicker {
  font-size: 11px; font-weight: 700; letter-spacing: .18em; color: var(--accent);
}
.hero h1 {
  margin: 24px 0 28px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(58px, 10vw, 168px);
  line-height: .82; letter-spacing: -.065em;
}
.hero h1 span {
  display: block;
  transform: translateZ(0);
  text-shadow: 0 18px 50px rgba(0,0,0,.45);
}
.hero-bottom {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 30px; border-top: 1px solid var(--line); padding-top: 18px;
}
.hero-bottom p { margin: 0; color: #d0d0cb; }
.text-link { font-size: 12px; font-weight: 700; letter-spacing: .12em; }

.proof {
  overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 18px 0; background: #070707;
}
.proof-track {
  display: flex; gap: 28px; align-items: center; width: max-content;
  font-family: "Space Grotesk", sans-serif; font-size: 13px; letter-spacing: .18em;
  color: var(--muted); animation: marquee 38s linear infinite;
}
.proof-track i { color: var(--accent); font-style: normal; font-size: 8px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.section { padding: 130px 0; }
.statement { background: #080808; }
.statement-title, .about h2, .contact h2 {
  margin: 22px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(46px, 7vw, 118px);
  letter-spacing: -.055em; line-height: .9;
}
.statement-title span:last-child { color: var(--accent); }
.statement-copy, .about-copy {
  max-width: 720px; margin: 38px 0 0 auto;
  margin-inline-start: auto; margin-inline-end: 0;
  font-size: clamp(18px, 2vw, 28px); line-height: 1.45; color: #b8b8b2;
}

.section-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  padding-bottom: 24px; border-bottom: 1px solid var(--line); margin-bottom: 12px;
}
.section-note { margin: 0; color: var(--muted); font-size: 13px; }

.cap-layout {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: stretch;
}
.capability {
  display: grid; grid-template-columns: 52px 1fr auto;
  gap: 14px; align-items: center;
  padding: 16px 0; border-bottom: 1px solid var(--line);
  transition: padding .25s ease, background .25s ease;
  cursor: none;
}
.capability:hover, .capability.is-active { padding-left: 18px; background: rgba(255,255,255,.02); }
.capability.is-active h3 { color: var(--accent); }
.cap-index { color: var(--muted); font-size: 12px; }
.capability h3 {
  margin: 0 0 6px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(22px, 2.7vw, 44px);
  letter-spacing: -.045em;
}
.capability p { margin: 0; color: var(--muted); font-size: 13px; }
.cap-arrow { font-size: 34px; color: var(--accent); opacity: 0; transform: translate(-8px, 8px); transition: .25s; }
.capability:hover .cap-arrow, .capability.is-active .cap-arrow { opacity: 1; transform: none; }

.cap-stage {
  position: relative; min-height: 560px; height: 100%;
}
.cap-frame {
  position: absolute; inset: 0; opacity: 0; visibility: hidden; pointer-events: none; z-index: 0;
  transform: translateZ(-40px) scale(.96);
  transition: opacity .7s ease, transform .85s cubic-bezier(.2,.7,.2,1);
}
.cap-frame.is-on { opacity: 1; visibility: visible; pointer-events: auto; transform: none; z-index: 2; }
.cap-frame .media-layers { height: 100%; border-radius: 2px; }
.cap-nav { display: none; }
.cap-pager { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 0; }
.cap-dots { display: flex; align-items: center; justify-content: center; gap: 8px; }
.cap-dot {
  width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.28); cursor: pointer;
}
.cap-dot.is-on { background: var(--accent); transform: scale(1.25); }
.cap-nav-btn {
  width: 44px; height: 44px; flex: 0 0 44px;
  border: 1px solid var(--line); background: transparent; color: inherit;
  font-size: 30px; line-height: 1; cursor: pointer;
}
.cap-swipe {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-align: center;
}

.work { background: #090909; }
.projects {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 24px;
}
.project-large { grid-column: 1 / -1; }
.project-wide { grid-column: 1 / -1; }
.project .media-stage { min-height: 470px; }
.project-large .media-stage, .project-wide .media-stage { min-height: 620px; }
.project .media-layers { min-height: inherit; height: 100%; }
.project-meta { display: flex; justify-content: space-between; gap: 24px; padding-top: 18px; }
.project-meta h3 {
  margin: 0; font-family: "Space Grotesk", sans-serif; font-size: 22px; letter-spacing: -.03em;
  line-height: 1.15;
}
.project-meta p { margin: 8px 0 0; color: var(--muted); }
.project-meta > span { color: var(--muted); font-size: 12px; }

.mosaic { background: #070707; }
.mosaic-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-auto-rows: 280px;
  gap: 14px;
}
.mosaic-item {
  position: relative; margin: 0; overflow: hidden; min-height: 0;
}
.mosaic-item .media-layers { height: 100%; }
.mosaic-tall { grid-row: span 2; }
.mosaic-wide { grid-column: span 2; }
.mosaic-item figcaption {
  position: absolute; z-index: 4; inset-inline-start: 16px; bottom: 14px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
}

.reel-stage {
  position: relative; min-height: 78vh; overflow: hidden; background: #050505;
}
.reel-slides { position: absolute; inset: 0; }
.reel-cut {
  position: absolute; inset: 0;
  opacity: 0; z-index: 0;
  transform: scale(1.04);
  transition: opacity .9s ease, transform 1.15s ease;
  pointer-events: none;
}
.reel-cut.is-on {
  opacity: 1; z-index: 1;
  transform: none;
}
.reel-cut img, .reel-cut video {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  filter: var(--grade);
}
.reel-cut video {
  opacity: 0;
  transition: opacity .45s ease;
}
.reel-cut.is-on video.is-live { opacity: 1; }
.reel-cut.is-on img { animation: reelKen 8.5s ease-in-out forwards; }
@keyframes reelKen {
  from { transform: scale(1.04); }
  to { transform: scale(1.14); }
}
.reel-stage .media-vignette { z-index: 2; }
.reel-copy {
  position: relative; z-index: 4; min-height: 78vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-bottom: 64px;
}
.reel-copy h2 {
  margin: 18px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(50px, 8vw, 122px); line-height: .88; letter-spacing: -.06em;
  text-shadow: 0 16px 40px rgba(0,0,0,.45);
}
.reel-cut-meta {
  display: flex; align-items: baseline; gap: 14px;
  margin: 22px 0 8px;
  font-size: 12px; font-weight: 700; letter-spacing: .16em;
  color: var(--accent);
}
.reel-index { opacity: .55; }
.reel-note { color: #cfcfc8; max-width: 460px; }
.reel-progress {
  position: absolute; z-index: 5; left: 0; right: 0; bottom: 0;
  display: flex; gap: 6px; padding: 0 28px 14px;
}
.reel-progress i {
  flex: 1; height: 2px; background: rgba(255,255,255,.18);
  overflow: hidden;
}
.reel-progress i span {
  display: block; height: 100%; width: 0;
  background: var(--accent);
}
.reel-progress i.is-done span { width: 100%; }
@keyframes reelFill { from { width: 0; } to { width: 100%; } }
@media (prefers-reduced-motion: reduce) {
  .reel-cut, .reel-cut.is-on img { animation: none; transition: none; transform: none; }
}

.credits { background: #080808; overflow: hidden; }
.name-rails {
  display: grid;
  gap: 1px;
  margin-top: 10px;
  background: var(--line);
  border: 1px solid var(--line);
}
.name-rail {
  display: grid;
  grid-template-columns: minmax(170px, .28fr) 1fr;
  align-items: center;
  min-height: 82px;
  background: #080808;
}
.rail-label {
  padding: 18px 16px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  opacity: .82;
}
.rail-window {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 19px 0;
  border-inline-start: 1px solid var(--line);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}
.rail-window-short { max-width: 760px; }
.rail-track {
  display: flex;
  align-items: center;
  gap: clamp(26px, 3.5vw, 54px);
  width: max-content;
  padding-inline: 40px;
  animation: nameRail 56s linear infinite;
}
.rail-track-reverse { animation-direction: reverse; animation-duration: 42s; }
.rail-track-slow { animation: none; }
.rail-track span {
  flex: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(17px, 2vw, 29px);
  font-weight: 500;
  letter-spacing: -.025em;
  color: #c9c9c3;
  white-space: nowrap;
}
.name-rail:hover .rail-track { animation-play-state: paused; }
@keyframes nameRail { to { transform: translateX(-50%); } }

.mote-layer {
  position: fixed; inset: 0; z-index: 88;
  pointer-events: none;
}
.mote-field {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
.mote-glass {
  position: absolute;
  left: 0; top: 0;
  width: 108px;
  height: 128px;
  margin: 0;
  pointer-events: none;
  transform-origin: 50% 52%;
  will-change: transform, opacity, border-radius;
  border-radius: 48% 52% 44% 56% / 42% 38% 62% 58%;
  background:
    radial-gradient(120% 90% at 30% 16%, rgba(255,255,255,.55), transparent 46%),
    linear-gradient(165deg, rgba(232,236,240,.28), rgba(168,176,184,.1) 50%, rgba(120,128,136,.16));
  border: 1px solid rgba(255,255,255,.42);
  box-shadow:
    inset 0 1px 12px rgba(255,255,255,.5),
    inset 0 -12px 20px rgba(20,22,24,.14),
    0 12px 30px rgba(0,0,0,.2);
  -webkit-backdrop-filter: blur(11px) saturate(1.55) contrast(1.18) brightness(1.12);
  backdrop-filter: blur(11px) saturate(1.55) contrast(1.18) brightness(1.12);
  opacity: 0;
}
.mote-glass::after {
  content: "";
  position: absolute;
  inset: 18% 16% auto 22%;
  height: 28%;
  border-radius: 80% 70% 90% 60%;
  background: linear-gradient(180deg, rgba(255,255,255,.38), transparent);
  pointer-events: none;
}
.lab { background: #050505; }
.lab-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: var(--line); }
.lab-card { background: #0a0a0a; padding: 0 0 28px; display: flex; flex-direction: column; }
.lab-media { height: 240px; margin-bottom: 22px; }
.lab-media .media-layers { height: 100%; }
.lab-id, .lab-card h3, .lab-card p, .lab-card .tags { padding-left: 28px; padding-right: 28px; }
.lab-id { color: var(--accent); font-size: 11px; letter-spacing: .14em; font-weight: 700; }
.lab-card h3 {
  margin: 12px 0 12px; font-family: "Space Grotesk", sans-serif; font-size: 32px; letter-spacing: -.04em;
}
.lab-card p { color: var(--muted); max-width: 540px; line-height: 1.55; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tags span { border: 1px solid var(--line); border-radius: 99px; padding: 7px 10px; font-size: 10px; letter-spacing: .12em; }

.about { background: #0a0a0a; }
.about-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: start;
}
.about-copy { margin-left: 0; }
.about-media-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }
.about-portrait { min-height: 560px; }
.about-portrait .media-layers { min-height: 560px; }
.about-side .media-stage { min-height: 280px; }
.about-side .media-layers { min-height: 280px; }
.about-caption { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 14px 0 0; }
.timeline {
  margin-top: 70px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
  font-family: "Space Grotesk", sans-serif; font-size: clamp(20px, 3vw, 44px);
}
.timeline span:last-child { color: var(--accent); }

.contact { position: relative; min-height: 90vh; display: grid; align-items: center; overflow: hidden; }
.contact-bg { position: absolute; inset: 0; }
.contact-bg .media-layers { height: 100%; }
.contact-bg .media-vignette {
  background:
    linear-gradient(to right, rgba(5,5,5,.88), rgba(5,5,5,.55) 50%, rgba(5,5,5,.8)),
    linear-gradient(to top, rgba(5,5,5,.9), transparent 40%);
}
.contact-inner { position: relative; z-index: 2; padding-top: 80px; padding-bottom: 80px; }
.contact h2 { font-size: clamp(68px, 12vw, 180px); }
.good {
  font-family: "Space Grotesk", sans-serif; font-size: clamp(30px, 4vw, 58px);
  color: var(--accent); margin: 24px 0 18px;
}
.contact-lead { max-width: 520px; color: #b8b8b2; font-size: 18px; line-height: 1.5; margin: 0 0 36px; }
.contact-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 58px; padding: 0 28px; border: 1px solid var(--line);
  font-weight: 700; font-size: 12px; letter-spacing: .12em;
  transition: background .2s, color .2s, transform .25s;
}
.contact-btn:hover { background: var(--accent); color: #050505; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-btn-main { background: var(--accent); border-color: var(--accent); color: #050505; }
.contact-btn-main:hover { transform: translateY(-2px); }

.saas { background: #070707; }
.saas-title {
  margin: 14px 0 0;
  max-width: 920px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(42px, 7vw, 108px);
  line-height: .92;
  letter-spacing: -.06em;
}
.saas-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}
.saas-card {
  position: relative;
  min-height: 340px;
  padding: clamp(28px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 90% 0%, rgba(216,255,62,.14), transparent 38%),
    #0d0d0d;
  border: 1px solid var(--line);
  transition: transform .35s ease, border-color .35s ease;
}
.saas-card:hover { transform: translateY(-5px); border-color: rgba(216,255,62,.55); }
.saas-card p {
  max-width: 520px;
  margin: auto 0 34px;
  color: #aaa9a3;
  font-size: 18px;
  line-height: 1.55;
}
.saas-logo {
  display: flex;
  align-items: baseline;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(40px, 6vw, 78px);
  letter-spacing: -.07em;
}
.easy-logo span { font-weight: 500; }
.easy-logo strong { color: var(--accent); }
.story-logo strong { font-weight: 700; }
.story-logo span { color: var(--accent); font-weight: 500; }
.story-logo i { margin-inline-start: 10px; color: var(--accent); font-size: .28em; }
.saas-link { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .14em; }

footer { border-top: 1px solid var(--line); padding: 26px 0 38px; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; flex-wrap: wrap; }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { opacity: .75; }
.footer-legal a:hover { opacity: 1; color: var(--accent); }
.socials { display: flex; gap: 18px; }
.socials a { opacity: .75; transition: opacity .2s, color .2s; }
.socials a:hover { opacity: 1; color: var(--accent); }

.legal-page { padding: 110px 0 72px; }
.legal-page h1 {
  margin: 10px 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(36px, 7vw, 72px);
  letter-spacing: -.05em;
  line-height: .95;
}
.legal-page .legal-updated { color: var(--muted); font-size: 13px; margin: 0 0 28px; }
.legal-page h2 {
  margin: 28px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  letter-spacing: -.03em;
}
.legal-page p, .legal-page li { color: #c9c9c3; line-height: 1.6; font-size: 16px; }
.legal-page ul { padding-inline-start: 20px; }
html[lang="en"] .legal-he, html[lang="he"] .legal-en { display: none; }
html[lang="he"] .legal-page h1, html[lang="he"] .legal-page h2 { font-family: Heebo, "Space Grotesk", sans-serif; }

.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 200; background: #050505;
  padding: 28px; flex-direction: column; justify-content: center; gap: 16px;
}
.mobile-menu a { font-family: "Space Grotesk", sans-serif; font-size: 14vw; letter-spacing: -.05em; }
.mobile-cta { font-size: 18px !important; letter-spacing: .12em !important; color: var(--accent); margin-top: 18px; }
.mobile-close { position: absolute; top: 28px; right: 28px; background: none; color: white; border: 0; }

.reveal { opacity: 0; transform: translateY(28px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }

@media (hover: none), (pointer: coarse) {
  body { cursor: auto; }
  .cursor-ring, .cursor-glow, .mote-layer, .page-grain { display: none !important; }
  .capability, .cap-nav-btn, .cap-dot { cursor: pointer; }
}
@media (max-width: 1100px) {
  .cap-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "stage" "nav";
    gap: 12px;
    touch-action: pan-y;
  }
  .capability-list { grid-area: title; }
  .cap-stage {
    grid-area: stage;
    position: relative;
    top: auto;
    height: min(42vh, 320px);
    min-height: 200px;
    margin-top: 0;
  }
  .cap-nav {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .capability { display: none; border-bottom: 0; padding: 4px 0 0; }
  .capability.is-active { display: grid; }
  .capability:hover, .capability.is-active { padding-left: 0; background: none; }
  .cap-arrow { display: none; }
  .capability h3 { font-size: clamp(26px, 7.5vw, 40px); }
  .about-grid, .about-media-col { grid-template-columns: 1fr; }
  .about-portrait, .about-portrait .media-layers { min-height: 280px; }
}
@media (max-width: 900px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header {
    position: sticky;
    left: auto;
    right: auto;
    inset-inline: 0;
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 8px;
    padding: 0 12px;
  }
  .brand {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
  }
  .nav, .header-cta { display: none; }
  .lang-switch { margin-inline-start: 0; flex: 0 0 auto; }
  .menu-btn {
    display: block;
    flex: 0 0 auto;
    font-size: 11px;
    letter-spacing: .08em;
    padding: 0;
  }
  .cursor-ring, .cursor-glow { display: none !important; }
  .mote-layer, .page-grain, .hero-noise, .hero-grid { display: none !important; }
  .section { padding: 44px 0; }
  .hero { min-height: 78svh; }
  .hero-content { padding-bottom: 20px; }
  .hero h1 { font-size: clamp(42px, 13vw, 78px); margin: 14px 0 14px; }
  .hero-bottom { align-items: flex-start; flex-direction: column; gap: 12px; padding-top: 12px; }
  .proof { padding: 12px 0; }
  .statement-title, .about h2 { font-size: clamp(30px, 9.5vw, 58px); margin-top: 8px; }
  .statement-copy, .about-copy { margin: 14px 0 0; font-size: clamp(15px, 4.1vw, 19px); line-height: 1.4; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 6px; padding-bottom: 12px; margin-bottom: 6px; }
  .projects { grid-template-columns: 1fr; gap: 22px; }
  .project-large, .project-wide { grid-column: auto; }
  .project .media-stage,
  .project-large .media-stage,
  .project-wide .media-stage { min-height: 220px; }
  .project-meta { padding-top: 10px; gap: 12px; }
  .project-meta h3 { font-size: 18px; }
  .project-meta p { margin-top: 4px; font-size: 13px; }
  .name-rail { grid-template-columns: 1fr; min-height: 64px; }
  .rail-label { padding: 10px 12px; }
  .rail-window { border-inline-start: 0; border-top: 1px solid var(--line); padding: 12px 0; }
  .saas-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 18px; }
  .saas-title { font-size: clamp(28px, 9vw, 48px); }
  .saas-card { min-height: 200px; padding: 20px; }
  .saas-card p { margin: auto 0 16px; font-size: 15px; }
  .lab-grid { grid-template-columns: 1fr; }
  .lab-card { padding-bottom: 16px; }
  .lab-media { height: 170px; margin-bottom: 12px; }
  .lab-card h3 { font-size: 24px; margin: 8px 0; }
  .lab-id, .lab-card h3, .lab-card p, .lab-card .tags { padding-left: 16px; padding-right: 16px; }
  .mosaic-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; gap: 8px; }
  .mosaic-wide { grid-column: span 2; }
  .mosaic-tall { min-height: 0; }
  .reel-stage, .reel-copy { min-height: 52vh; }
  .reel-copy { padding-bottom: 28px; }
  .reel-copy h2 { font-size: clamp(30px, 10vw, 52px); margin-top: 8px; }
  .reel-cut-meta { margin: 12px 0 6px; }
  .about-side .media-stage, .about-side .media-layers { min-height: 150px; }
  .about-caption { margin-top: 8px; }
  .timeline { margin-top: 24px; font-size: clamp(16px, 5vw, 26px); }
  .contact { min-height: 0; }
  .contact-inner { padding-top: 4px; padding-bottom: 4px; }
  .contact h2 { font-size: clamp(36px, 12vw, 64px); }
  .good { margin: 10px 0 8px; font-size: clamp(22px, 6.5vw, 34px); }
  .contact-lead { margin: 0 0 16px; font-size: 15px; }
  .contact-btn { min-height: 48px; padding: 0 16px; }
  footer { padding: 18px 0 24px; }
}
@media (max-width: 620px) {
  .site-header { height: 60px; padding: 0 14px; }
  .capability { grid-template-columns: 32px 1fr; gap: 8px; }
  .capability p { font-size: 12px; line-height: 1.35; }
  .cap-stage { height: min(36vh, 260px); min-height: 180px; }
  .section { padding: 32px 0; }
  .hero { min-height: 72svh; }
  .hero h1 { font-size: clamp(38px, 12vw, 56px); }
  .project .media-stage,
  .project-large .media-stage,
  .project-wide .media-stage { min-height: 190px; }
  .timeline { gap: 8px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .mosaic-grid { grid-auto-rows: 118px; gap: 6px; }
  .about-portrait, .about-portrait .media-layers { min-height: 220px; }
  .lab-media { height: 148px; }
  .reel-stage, .reel-copy { min-height: 44vh; }
  .saas-card { min-height: 176px; padding: 16px; }
  .mobile-menu a { font-size: 11vw; }
}

body:has(.book-layer:not([hidden])) .mote-layer { display: none; }
.book-layer {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.book-layer[hidden] { display: none !important; }
.book-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, .78);
  backdrop-filter: blur(10px);
}
.book-panel {
  position: relative;
  z-index: 1;
  width: min(960px, 94vw);
  height: min(86vh, 860px);
  display: flex;
  flex-direction: column;
  background: #0a0a0a;
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .55);
}
.book-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
}
.book-bar p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}
html[dir="rtl"] .book-bar p { letter-spacing: .02em; }
.book-close {
  border: 1px solid var(--line);
  background: none;
  color: inherit;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  cursor: none;
}
.book-close:hover { background: var(--accent); color: #050505; border-color: var(--accent); }
.book-panel iframe {
  flex: 1;
  width: 100%;
  border: 0;
  background: #0A0A0B;
}
@media (max-width: 720px) {
  .book-layer { padding: 0; }
  .book-panel {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    border: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .proof-track { animation: none; }
  .media-layers img, .media-layers video { transform: none; }
  .reveal { opacity: 1; transform: none; }
  .mote-layer { display: none; }
  .rail-track { animation: none; flex-wrap: wrap; width: auto; }
}
