/* The theme's own reset, neutralised before our own rules run. The doubled
   class outranks ".entry-content p{margin-bottom}" and friends; it sits HERE,
   above the design, so every padding below still wins on source order. */
.jls.jls *,.jls.jls *::before,.jls.jls *::after{margin:0;padding:0}
/* A theme's ".entry-content p{line-height:1.7}" beats plain inheritance, so
   restate this design's base here. Single class on purpose: it ties with the
   theme's rule and wins on load order, while every ".jls .something" below
   still overrides it. Font size needs no guard — the design always outranks it. */
.jls p,.jls li,.jls blockquote,.jls figcaption,.jls dd,.jls dt{line-height:1.5}
/* Same idea for the other elements a theme restyles: state the neutral value
   once, up here, so the design below always has the last word. */
.jls h1,.jls h2,.jls h3,.jls h4,.jls h5,.jls h6{color:inherit;text-transform:none;line-height:inherit;font-weight:inherit}
.jls button{border-radius:0;box-shadow:none;text-transform:inherit;letter-spacing:inherit;line-height:inherit;min-height:0;text-decoration:none;background:none;border:0}
.jls blockquote{border:0;font-style:normal;quotes:none}
.jls blockquote::before,.jls blockquote::after{content:none}
.jls ul,.jls ol{list-style:none}
.jls img{height:auto}
.jls a{text-decoration:none}

/* =====================================================================
   JL CUSTOM WEBSITES — design system
   Off-white page, near-black bands, one hot accent.
   Figtree for everything you read, Fragment Mono for labels and numbers.
   ===================================================================== */
.jls{
  --bg:#F2F2F2; --bg2:#FAFAFA; --wh:#FFFFFF;
  --ink:#141414; --ink2:#1E1E1E;
  --grey:#797D82; --grey2:#5C6063; --grey3:#A9ADB2;
  --line:rgba(20,20,20,.1); --dline:rgba(255,255,255,.12);
  --acc:#FF6041;
  --f:'Figtree',system-ui,-apple-system,sans-serif;
  --mono:'Fragment Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
  --pad:40px; --head:60px; --r:20px; --r-lg:32px;
  --e:cubic-bezier(.22,1,.36,1); --e2:cubic-bezier(.65,0,.35,1);
  /* Motion taken from the reference's own entrance settings */
  --spring:linear(0, 0.0131, 0.048, 0.0985, 0.1596, 0.2274, 0.2984, 0.3703, 0.4408, 0.5087, 0.5728, 0.6324, 0.687, 0.7366, 0.781, 0.8203, 0.8548, 0.8848, 0.9105, 0.9324, 0.9508, 0.966, 0.9785, 0.9885, 0.9965, 1.0026, 1.0072, 1.0106, 1.0129, 1.0143, 1.015, 1.0152, 1.0149, 1.0143, 1.0136, 1.0126, 1.0116, 1.0105, 1.0094, 1.0083, 1.0073, 1.0064, 1.0055, 1.0046, 1.0039, 1.0032, 1.0026, 1.0021, 1.0017, 1.0013, 1); /* bounce .2 */
  --spring-t:1.5s;
  --ease-drop:cubic-bezier(.29,.84,.56,1);   /* header drop-in */
  --ease-line:cubic-bezier(.55,.58,.34,1.04);/* hairlines sliding in */
  --ease-zoom:cubic-bezier(.68,0,.16,.97);   /* images settling from 114% */
  --ease-pop:cubic-bezier(0,1.2,.56,1);      /* stat values */
}
@media (max-width:810px){.jls{--pad:20px;--r-lg:24px}}
.jls,.jls *,.jls *::before,.jls *::after,.jls *::before,.jls *::after{box-sizing:border-box;margin:0;padding:0}
html.jls-html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
.jls{background:var(--bg);color:var(--ink);font-family:var(--f);font-size:16px;line-height:1.5;letter-spacing:-.01em;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;overflow-x:clip}
.jls img,.jls svg,.jls video{display:block;max-width:100%}
.jls a{color:inherit;text-decoration:none}
.jls button,.jls input{font:inherit;color:inherit;background:none;border:0;outline:0}
.jls button{cursor:pointer}
.jls ul{list-style:none}
.jls ::selection{background:var(--acc);color:#fff}
.jls :focus-visible{outline:2px solid var(--acc);outline-offset:3px;border-radius:4px}

.jls .wrap{padding-inline:var(--pad)}
.jls .mono{font-family:var(--mono);font-size:12px;letter-spacing:.02em;text-transform:uppercase}
.jls .muted{color:var(--grey)}
.jls .acc{color:var(--acc)}
.jls .h-sec{font-size:clamp(28px,3.2vw,40px);font-weight:500;letter-spacing:-.07em;line-height:1.1;color:var(--grey)}
.jls .sec-dark .h-sec{color:var(--grey3)}

/* ---------- text roll (hover) ---------- */
.jls .roll{display:inline-flex;flex-direction:column;overflow:hidden;height:1.2em;line-height:1.2em;vertical-align:top}
.jls .roll>span{display:block;transition:transform .55s var(--e)}
.jls a:hover>.roll>span,.jls button:hover>.roll>span,.jls a:hover .roll>span,.jls button:hover .roll>span{transform:translateY(-100%)}

/* ---------- buttons ---------- */
.jls .btn{display:inline-flex;align-items:center;gap:12px;height:48px;padding:0 22px;border-radius:100px;
  font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;transition:background .4s var(--e),color .4s var(--e)}
.jls .btn--acc{background:var(--acc);color:#fff}
.jls .btn--acc:hover{background:var(--ink)}
.jls .sec-dark .btn--acc:hover{background:#fff;color:var(--ink)}
.jls .btn--ink{background:var(--ink);color:#fff}
.jls .btn--ink:hover{background:var(--acc)}
.jls .btn--line{border:1px solid currentColor}
.jls .btn__dot{width:6px;height:6px;border-radius:50%;background:currentColor}
.jls .link{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;
  padding-bottom:4px;border-bottom:1px solid currentColor}
.jls .link svg{width:12px;height:12px;transition:transform .45s var(--e)}
.jls .link:hover svg{transform:translate(3px,-3px)}

/* ---------- reveals (in view) ----------
   default : rises 100px, springs into place          (section headers, blocks, cards)
   scale   : rises 100px from 80% size                (hero paragraph)
   pop     : fades in with an overshoot, staggered    (stat values)
   zoom    : settles from 114% while fading in        (case study details)        */
.jls.js [data-rv]{opacity:0;transform:translateY(100px);
  transition:opacity .9s var(--e) var(--rd,0s),transform var(--spring-t) var(--spring) var(--rd,0s)}
.jls.js [data-rv="scale"]{transform:translateY(100px) scale(.8)}
.jls.js [data-rv="pop"]{transform:none;transition:opacity .6s var(--ease-pop) var(--rd,0s)}
.jls.js [data-rv="zoom"]{transform:scale(1.14);transition:opacity .5s var(--ease-zoom) var(--rd,0s),transform .5s var(--ease-zoom) var(--rd,0s)}
.jls.js [data-rv="fade"]{transform:none}
.jls.js [data-rv].in{opacity:1;transform:none}

/* hairlines slide in from the left (100px) as they come into view */
.jls [data-line]{position:relative}
.jls.js [data-line]{border-top-color:transparent!important}
.jls.js [data-line]::before{content:'';position:absolute;left:0;right:0;top:-1px;height:1px;background:var(--lc,var(--line));
  transform:translateX(-100px);opacity:0;transition:transform 1s var(--ease-line),opacity .6s var(--e)}
.jls.js [data-line].in::before{transform:none;opacity:1}
.jls .sec-dark [data-line]{--lc:var(--dline)}

/* =====================================================================
   HEADER
   ===================================================================== */
.jls .hd{position:fixed;inset:0 0 auto;z-index:50;height:var(--head);background:var(--ink);color:#fff;
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding-inline:var(--pad)}
.jls.js .hd{transform:translateY(-48px);opacity:0}
.jls.ready .hd{transform:none;opacity:1;transition:transform 1s var(--ease-drop) .5s,opacity 1s var(--ease-drop) .5s}
.jls .hd__logo{display:flex;align-items:flex-start;gap:2px;font-size:22px;font-weight:700;letter-spacing:-.06em;line-height:1}
.jls .hd__logo sup{font-size:10px;font-weight:600;margin-top:1px}
.jls .hd__logo i{width:7px;height:7px;border-radius:50%;background:var(--acc);margin:2px 0 0 4px;transition:transform .5s var(--e)}
.jls .hd__logo:hover i{transform:scale(1.6)}
.jls .hd__nav{display:flex;gap:30px;font-size:13px;font-weight:500;letter-spacing:.02em;text-transform:uppercase}
.jls .hd__nav a{position:relative;display:inline-flex;align-items:flex-start;gap:4px;color:rgba(255,255,255,.72);transition:color .3s}
.jls .hd__nav a:hover,.jls .hd__nav a.act{color:#fff}
.jls .hd__nav sup{font-family:var(--mono);font-size:9px;min-width:14px;height:14px;padding:0 3px;border-radius:7px;background:var(--acc);color:#fff;
  display:grid;place-items:center;line-height:1;margin-top:-4px}
.jls .hd__right{justify-self:end;display:flex;align-items:center;gap:22px}
.jls .hd__right .mono{color:rgba(255,255,255,.55)}
.jls .hd__right .mono b{color:#fff;font-weight:400}
.jls .hd__cta{font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;height:36px;padding:0 16px;border-radius:100px;background:var(--acc);
  display:inline-flex;align-items:center;transition:background .35s}
.jls .hd__cta:hover{background:#fff;color:var(--ink)}
.jls .burger{display:none;width:40px;height:40px;position:relative}
.jls .burger i{position:absolute;left:10px;right:10px;height:1.5px;background:#fff;transition:.45s var(--e)}
.jls .burger i:first-child{top:16px}.jls .burger i:last-child{top:23px}
.jls.menu-open .burger i:first-child{top:19.5px;transform:rotate(45deg)}
.jls.menu-open .burger i:last-child{top:19.5px;transform:rotate(-45deg)}
.jls .mnav{position:fixed;inset:var(--head) 0 0;z-index:49;background:var(--ink);color:#fff;padding:28px var(--pad);
  display:flex;flex-direction:column;justify-content:space-between;clip-path:inset(0 0 100% 0);transition:clip-path .7s var(--e2)}
.jls.menu-open .mnav{clip-path:inset(0)}
.jls .mnav a{display:block;font-size:48px;font-weight:600;letter-spacing:-.06em;line-height:1.05;padding:6px 0;border-bottom:1px solid var(--dline);
  opacity:0;transform:translateY(20px);transition:.6s var(--e)}
.jls.menu-open .mnav a{opacity:1;transform:none}
.jls.menu-open .mnav a:nth-child(2){transition-delay:.05s}.jls.menu-open .mnav a:nth-child(3){transition-delay:.1s}
.jls.menu-open .mnav a:nth-child(4){transition-delay:.15s}.jls.menu-open .mnav a:nth-child(5){transition-delay:.2s}
@media (max-width:980px){.jls .hd{grid-template-columns:1fr auto}.jls .hd__nav,.jls .hd__right .mono{display:none}.jls .burger{display:block}.jls .hd__right{gap:10px}}

/* =====================================================================
   HERO — split: photo left, title right. Pinned; the next section
   slides up over it.
   ===================================================================== */
.jls .hero{position:sticky;top:0;height:100vh;height:100svh;min-height:680px;background:var(--wh);overflow:hidden;z-index:1}
.jls .hero__in{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding-top:var(--head);
  transform-origin:50% 0;will-change:transform,opacity}

/* left: the photo (swap for a <video class="hm__img"> any time) */
.jls .hm{position:relative;overflow:hidden;background:var(--ink)}
.jls .hm__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transform:scale(1.14);opacity:0;transition:transform 1.6s var(--ease-zoom),opacity 1s var(--e)}
.jls.ready .hm__img{transform:scale(1);opacity:1}
.jls .hm::after{content:'';position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,rgba(20,20,20,.08) 0%,rgba(20,20,20,0) 38%,rgba(20,20,20,.58) 100%)}

/* the three lines, bottom-left: letters slide in from the right */
.jls .hl-wrap{position:absolute;left:var(--pad);bottom:40px;z-index:2}
.jls .hl{display:block;font-size:clamp(40px,3.9vw,56px);font-weight:600;letter-spacing:-.06em;line-height:1.1;color:#fff;white-space:nowrap}
.jls .hl .ch{display:inline-block;opacity:0;transform:translateX(20px);
  transition:opacity .7s var(--e) calc(var(--d,0s) + var(--i)*32ms),transform .9s var(--ease-drop) calc(var(--d,0s) + var(--i)*32ms),color .6s var(--e) calc(var(--i)*38ms)}
.jls.ready .hl .ch{opacity:1;transform:none}
.jls .hl.acc .ch{color:var(--acc)}
.jls.ready .hl.acc .ch{animation:jls-lift .7s var(--e) calc(var(--i)*38ms)}
@keyframes jls-lift{40%{transform:translateY(-10%)}}

/* right: tick, title, paragraph, barcode */
.jls .hs{position:relative;display:flex;flex-direction:column;padding:34px var(--pad) 40px}
.jls .hs__tick{display:block;width:28px;height:3px;background:var(--acc)}
/* sized to its column: "Web Studio" is ~7em wide, so it always fits on one line */
.jls .hero__title{font-size:clamp(48px,calc((50vw - 2 * var(--pad)) / 7.1),112px);font-weight:500;letter-spacing:-.07em;line-height:1;margin-top:22px;white-space:nowrap}
.jls .hs__foot{margin-top:auto;display:grid;gap:34px;padding-left:clamp(0px,3.4vw,48px)}
.jls .hero__lead{font-size:clamp(19px,1.7vw,24px);line-height:1.3;letter-spacing:-.035em;color:var(--grey2);max-width:24ch}
.jls .hs__top{display:flex;align-items:center;justify-content:space-between;gap:16px}
.jls .eq{display:flex;align-items:flex-end;gap:4px;height:42px;width:100%;overflow:hidden;cursor:crosshair}
.jls .eq i{flex:0 0 1.5px;height:100%;background:var(--grey3);transform-origin:50% 100%;transform:scaleY(.5);border-radius:1px}
.jls .eq i.gap{background:transparent;flex-basis:14px}
.jls .eq i.hot{background:var(--acc)}
.jls .hs__status{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;color:var(--grey2);
  border:1px solid var(--line);border-radius:100px;padding:9px 14px}
.jls .pulse{display:inline-flex;align-items:center;gap:10px}
.jls .pulse i,.jls .hs__status i{width:8px;height:8px;border-radius:50%;background:var(--acc);box-shadow:0 0 0 0 rgba(255,96,65,.6);animation:jls-pulse 2s infinite}
@keyframes jls-pulse{70%{box-shadow:0 0 0 10px rgba(255,96,65,0)}100%{box-shadow:0 0 0 0 rgba(255,96,65,0)}}

/* page-load entrance (the reference's own settings) */
.jls.js .ld{opacity:0;transform:translateY(100px)}
.jls.js .ld--scale{transform:translateY(100px) scale(.8)}
.jls.js .ld--tick{transform:translateY(-20px)}
.jls.js .ld--fade{transform:none}
.jls.ready .ld{opacity:1;transform:none;
  transition:opacity .9s var(--e) var(--ld,0s),transform var(--spring-t) var(--spring) var(--ld,0s)}

@media (max-width:900px){
  .jls .hero{height:auto;min-height:0;position:relative}
  .jls .hero__in{position:relative;grid-template-columns:minmax(0,1fr)}
  .jls .hm{height:72vh;min-height:460px}
  .jls .hero__title{font-size:clamp(48px,calc((var(--jls-vw,100vw) - 2 * var(--pad)) / 7.1),96px)}
  .jls .hs{padding-top:26px}
  .jls .hs__foot{margin-top:40px;padding-left:0}
}

/* shared: browser window + mock website screen (used across the page) */
/* browser window mock */
.jls .win{border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 30px 80px -30px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.08)}
.jls .win__bar{display:flex;align-items:center;gap:5px;height:26px;padding:0 10px;background:#EDEDED}
.jls .win__bar i{width:7px;height:7px;border-radius:50%;background:#C9C9C9}
.jls .win__bar i:first-child{background:#FF6041}
.jls .win__bar span{margin-left:10px;flex:1;height:14px;border-radius:7px;background:#fff;font-family:var(--mono);font-size:8px;color:var(--grey);display:flex;align-items:center;padding-left:8px}
/* mock website screen (filled in by the script) */
.jls .scr{container-type:inline-size;position:relative;aspect-ratio:16/10;background:var(--s-bg,#fff);color:var(--s-fg,#141414);overflow:hidden}
.jls .scr__nav{display:flex;align-items:center;gap:2.4cqw;padding:3cqw 4cqw}
.jls .scr__nav b{font-size:3.4cqw;font-weight:700;letter-spacing:-.05em;margin-right:auto;white-space:nowrap}
.jls .scr__nav i{width:6cqw;height:1.1cqw;border-radius:1cqw;background:currentColor;opacity:.25}
.jls .scr__nav span{width:11cqw;height:4.4cqw;border-radius:3cqw;background:var(--s-acc,#FF6041)}
.jls .scr__hero{display:grid;grid-template-columns:1.1fr 1fr;gap:4cqw;padding:3cqw 4cqw}
.jls .scr__h{display:block;height:4.6cqw;border-radius:1cqw;background:currentColor;margin-bottom:1.6cqw;width:92%}
.jls .scr__h.s{width:64%}
.jls .scr__p{display:block;height:1.4cqw;border-radius:1cqw;background:currentColor;opacity:.22;margin:2.6cqw 0 1.2cqw;width:88%}
.jls .scr__p.s{width:70%;margin-top:0}
.jls .scr__btn{display:block;width:22cqw;height:5.4cqw;border-radius:3cqw;background:var(--s-acc,#FF6041);margin-top:3.4cqw}
.jls .scr__img{border-radius:2cqw;background:var(--s-img,linear-gradient(135deg,#FFB199,#FF6041));min-height:26cqw;position:relative;overflow:hidden}
.jls .scr__img::after{content:'';position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.35) 48%,transparent 62%);
  transform:translateX(-100%);animation:jls-shine 5.5s var(--e2) infinite}
@keyframes jls-shine{60%,100%{transform:translateX(100%)}}
.jls .scr__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4cqw;padding:1cqw 4cqw 4cqw}
.jls .scr__cards i{height:13cqw;border-radius:1.6cqw;background:currentColor;opacity:.08}
.jls .scr[data-scr="b"]{--s-bg:#EAF0FF;--s-fg:#101A3A;--s-acc:#3657FF;--s-img:linear-gradient(135deg,#9FB4FF,#3657FF)}
.jls .scr[data-scr="c"]{--s-bg:#121212;--s-fg:#F2F2F2;--s-acc:#C8FF3D;--s-img:linear-gradient(135deg,#2E2E2E,#C8FF3D)}
.jls .scr[data-scr="d"]{--s-bg:#FFF4EC;--s-fg:#3A1A0E;--s-acc:#E2582B;--s-img:linear-gradient(135deg,#FFD6B8,#E2582B)}
.jls .scr[data-scr="e"]{--s-bg:#EFF6F1;--s-fg:#0F2A1D;--s-acc:#1E8F5A;--s-img:linear-gradient(135deg,#B9E4C9,#1E8F5A)}
.jls .scr[data-scr="f"]{--s-bg:#F4F1FF;--s-fg:#221547;--s-acc:#7B5CFF;--s-img:linear-gradient(135deg,#D5C9FF,#7B5CFF)}

/* =====================================================================
   01 STATEMENT — slides up over the pinned hero
   ===================================================================== */
.jls .state{position:relative;z-index:2;background:var(--bg);border-radius:var(--r-lg) var(--r-lg) 0 0;margin-top:-1px;
  box-shadow:0 -30px 60px -30px rgba(0,0,0,.25);padding:120px var(--pad) 140px}
.jls .state__grid{display:grid;grid-template-columns:1fr 3fr;gap:40px}
.jls .state__lbl{color:var(--grey);padding-top:12px}
.jls .state__big{font-size:clamp(28px,3.6vw,52px);font-weight:500;letter-spacing:-.055em;line-height:1.12}
.jls .wd{color:rgba(20,20,20,.14);transition:color .45s var(--e)}
.jls .wd.on{color:var(--ink)}
.jls .state__row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-top:80px;padding-top:28px;border-top:1px solid var(--line)}
.jls .state__row p{color:var(--grey2);font-size:17px;line-height:1.5;max-width:36ch}
.jls .state__row .link{justify-self:start;align-self:start}
@media (max-width:900px){.jls .state{padding:80px var(--pad)}.jls .state__grid,.jls .state__row{grid-template-columns:1fr;gap:22px}.jls .state__row{margin-top:50px}}

/* =====================================================================
   SHOWCASE — device scales up as it scrolls in
   ===================================================================== */
.jls .show{position:relative;z-index:2;background:var(--bg);padding:0 var(--pad) 140px}
.jls .show__frame{max-width:1360px;margin:0 auto;border-radius:var(--r-lg);overflow:hidden;transform:scale(.84);transform-origin:50% 0;will-change:transform;
  background:var(--ink);padding:clamp(16px,3vw,48px);box-shadow:0 60px 120px -60px rgba(0,0,0,.5)}
.jls .show__frame .win{border-radius:14px}
.jls .show__frame .win__bar{height:34px}
.jls .show__cap{display:flex;justify-content:space-between;gap:20px;margin-top:22px;color:#8a8a8a}
.jls .show__cap b{color:#fff;font-weight:500}

/* =====================================================================
   TEAM — dark
   ===================================================================== */
.jls .sec-dark{background:var(--ink);color:#fff}
.jls .team{position:relative;z-index:2;padding:130px var(--pad) 120px}
.jls .team__head{display:grid;grid-template-columns:1fr 2fr 1fr;gap:40px;align-items:start;margin-bottom:70px}
.jls .team__head .big{font-size:clamp(24px,2.4vw,34px);font-weight:500;letter-spacing:-.05em;line-height:1.2}
.jls .team__head p:last-child{color:var(--grey3);font-size:15px;line-height:1.55}
.jls .tgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 16px}
.jls .tm__ph{position:relative;aspect-ratio:4/5;border-radius:var(--r);overflow:hidden;background:#222}
.jls .tm__ph img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.05);transform:scale(1.02);transition:filter .7s var(--e),transform 1.1s var(--e)}
.jls .tm:hover .tm__ph img{filter:grayscale(0);transform:scale(1.07)}
.jls .tm__kpi{position:absolute;left:10px;right:10px;bottom:10px;border-radius:14px;background:var(--acc);color:#fff;padding:16px;
  transform:translateY(calc(100% + 14px));transition:transform .7s var(--e)}
.jls .tm:hover .tm__kpi,.jls .tm:focus-within .tm__kpi{transform:none}
.jls .tm__kpi b{display:block;font-size:40px;font-weight:500;letter-spacing:-.07em;line-height:1.05;margin-top:6px}
.jls .tm__kpi span{font-size:13px;opacity:.9}
.jls .tm__meta{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-top:14px}
.jls .tm__meta h3{font-size:19px;font-weight:600;letter-spacing:-.04em}
.jls .tm__meta p{color:var(--grey3);font-size:13px;margin-top:2px}
.jls .soc{display:flex;gap:6px}
.jls .soc a{width:28px;height:28px;border-radius:50%;border:1px solid var(--dline);display:grid;place-items:center;font-family:var(--mono);font-size:9px;
  color:var(--grey3);transition:.35s var(--e)}
.jls .soc a:hover{background:var(--acc);border-color:var(--acc);color:#fff}
.jls .team__foot{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:end;margin-top:80px;padding-top:30px;border-top:1px solid var(--dline)}
.jls .team__foot p{font-size:clamp(22px,2vw,28px);font-weight:500;letter-spacing:-.05em;line-height:1.2;max-width:26ch}
.jls .team__foot .acts{display:flex;flex-wrap:wrap;gap:14px;justify-self:end;align-items:center}
@media (max-width:980px){.jls .team__head{grid-template-columns:1fr}.jls .tgrid{grid-template-columns:repeat(2,1fr)}.jls .team__foot{grid-template-columns:1fr}.jls .team__foot .acts{justify-self:start}}
@media (max-width:520px){.jls .tgrid{grid-template-columns:1fr 1fr;gap:22px 10px}.jls .tm__meta{flex-direction:column}.jls .tm__kpi b{font-size:30px}}

/* =====================================================================
   PROCESS — sticky visual, steps light up
   ===================================================================== */
.jls .proc{position:relative;z-index:2;background:var(--wh);padding:130px var(--pad)}
.jls .proc__head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:70px}
.jls .proc__head p{color:var(--grey2);font-size:18px;line-height:1.45;max-width:40ch;justify-self:end}
.jls .proc__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,80px);align-items:start}
.jls .proc__vis{position:sticky;top:calc(var(--head) + 40px);aspect-ratio:4/4.3;border-radius:var(--r-lg);overflow:hidden;background:var(--bg)}
.jls .pv{position:absolute;inset:0;display:grid;place-items:center;padding:12%;opacity:0;transform:scale(1.06);transition:opacity .8s var(--e),transform 1.1s var(--e)}
.jls .pv.on{opacity:1;transform:none}
.jls .pv .win{width:100%}
.jls .pv__tag{position:absolute;left:24px;top:24px;background:var(--ink);color:#fff;border-radius:100px;padding:8px 14px}
.jls .pv--a{background:#EDE7DF}.jls .pv--b{background:#E2E6F3}.jls .pv--c{background:#1B1B1B}.jls .pv--d{background:#FFE3DB}
.jls .pv__sticky{position:absolute;inset:auto 24px 24px auto;background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 20px 40px -20px rgba(0,0,0,.3);font-size:13px}
.jls .pv__sticky b{display:block;font-size:28px;letter-spacing:-.06em;line-height:1}
.jls .steps{border-top:1px solid var(--line)}
.jls .step{padding:38px 0;border-bottom:1px solid var(--line);opacity:.32;transition:opacity .6s var(--e)}
.jls .step.on{opacity:1}
.jls .step__top{display:flex;justify-content:space-between;align-items:baseline;gap:20px}
.jls .step h3{font-size:clamp(22px,2.2vw,30px);font-weight:600;letter-spacing:-.05em;text-transform:uppercase;line-height:1.05}
.jls .step .mono{color:var(--acc)}
.jls .step p{color:var(--grey2);font-size:17px;line-height:1.55;max-width:44ch;margin-top:14px}
.jls .step__bar{height:2px;background:var(--line);margin-top:22px;overflow:hidden}
.jls .step__bar i{display:block;height:100%;background:var(--acc);transform:scaleX(0);transform-origin:left;transition:transform 1.2s var(--e)}
.jls .step.on .step__bar i{transform:scaleX(1)}
.jls .proc__cta{margin-top:40px}
@media (max-width:900px){.jls .proc{padding:90px var(--pad)}.jls .proc__head,.jls .proc__grid{grid-template-columns:1fr}.jls .proc__head p{justify-self:start}
  .jls .proc__vis{position:relative;top:0}.jls .step{opacity:1}}

/* =====================================================================
   SHOWREEL — dark band
   ===================================================================== */
.jls .reel{position:relative;z-index:2;height:100vh;min-height:620px;background:var(--ink);overflow:hidden;color:#fff}
.jls .reel__mesh{position:absolute;inset:-10%;filter:blur(50px);opacity:.8}
.jls .reel__mesh i{position:absolute;border-radius:50%}
.jls .reel__mesh i:nth-child(1){width:50%;height:60%;left:5%;top:10%;background:radial-gradient(circle,rgba(255,96,65,.5),transparent 65%);animation:blobA 18s ease-in-out infinite alternate}
.jls .reel__mesh i:nth-child(2){width:55%;height:60%;right:0;bottom:0;background:radial-gradient(circle,rgba(90,110,255,.35),transparent 65%);animation:blobB 22s ease-in-out infinite alternate}
.jls .reel__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.jls .reel__rows{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;gap:22px;transform:rotate(-6deg) scale(1.15)}
.jls .reel__row{display:flex;gap:22px;width:max-content;animation:jls-drift 60s linear infinite}
.jls .reel__row:nth-child(2){animation-direction:reverse;animation-duration:70s}
.jls .reel__row .win{width:clamp(260px,26vw,420px);flex:none;opacity:.9}
@keyframes jls-drift{to{transform:translateX(-50%)}}
.jls .reel__shade{position:absolute;inset:0;background:radial-gradient(60% 60% at 50% 50%,rgba(20,20,20,.2),rgba(20,20,20,.85))}
.jls .reel__in{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:var(--pad)}
.jls .reel__title{font-size:clamp(56px,11vw,180px);font-weight:600;letter-spacing:-.075em;line-height:.9}
.jls .reel__title em{font-style:normal;color:var(--acc)}
.jls .play{position:relative;width:132px;height:132px;margin:34px auto 0;display:grid;place-items:center;color:#fff}
.jls .play svg{position:absolute;inset:0;width:100%;height:100%;animation:jls-spin 14s linear infinite}
.jls .play svg text{font-family:var(--mono);font-size:9.6px;letter-spacing:2.2px;fill:#fff;text-transform:uppercase}
.jls .play span{width:62px;height:62px;border-radius:50%;background:var(--acc);display:grid;place-items:center;transition:transform .5s var(--e)}
.jls .play:hover span{transform:scale(1.15)}
.jls .play span svg{position:static;width:18px;height:18px;animation:none;margin-left:3px}
@keyframes jls-spin{to{transform:rotate(360deg)}}
.jls .reel__corner{position:absolute;left:var(--pad);right:var(--pad);bottom:28px;display:flex;justify-content:space-between;color:rgba(255,255,255,.6)}

/* =====================================================================
   CLIENTS
   ===================================================================== */
.jls .clients{position:relative;z-index:2;background:var(--bg2);padding:130px var(--pad)}
.jls .cl__head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:60px}
.jls .cl__head p{color:var(--grey2);font-size:18px;max-width:34ch;justify-self:end}
.jls .logos{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.jls .logo{position:relative;height:170px;display:grid;place-items:center;border-right:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;
  color:var(--ink);transition:color .5s var(--e)}
.jls .logo::before{content:'';position:absolute;inset:0;background:var(--ink);transform:translateY(101%);transition:transform .6s var(--e)}
.jls .logo:hover{color:#fff}
.jls .logo:hover::before{transform:none}
.jls .logo>*{position:relative}
.jls .logo small{position:absolute;right:14px;top:12px;font-family:var(--mono);font-size:10px;opacity:0;transition:opacity .4s}
.jls .logo:hover small{opacity:.6}
.jls .lg1{font-size:26px;font-weight:700;letter-spacing:.14em}
.jls .lg2{font-size:30px;font-weight:500;letter-spacing:-.06em;font-style:italic}
.jls .lg3{font-family:var(--mono);font-size:22px;letter-spacing:-.02em}
.jls .lg4{font-size:28px;font-weight:600;letter-spacing:-.04em;display:flex;align-items:center;gap:8px}
.jls .lg4 i{width:22px;height:22px;border-radius:50%;border:4px solid currentColor}
.jls .lg5{font-size:34px;font-weight:700;letter-spacing:-.08em}
.jls .lg6{font-size:22px;font-weight:500;letter-spacing:.32em;text-transform:uppercase}
.jls .lg7{font-size:27px;font-weight:400;letter-spacing:-.03em}
.jls .lg7 b{font-weight:700}
.jls .lg8{font-size:26px;font-weight:600;letter-spacing:-.05em;display:flex;align-items:center;gap:6px}
.jls .lg8 i{width:18px;height:18px;background:currentColor;transform:rotate(45deg)}
.jls .cl__cta{display:grid;grid-template-columns:1.2fr 1fr auto;gap:40px;align-items:center;margin-top:60px;padding:40px;border-radius:var(--r-lg);background:var(--wh)}
.jls .cl__cta h3{font-size:clamp(30px,3.4vw,48px);font-weight:600;letter-spacing:-.065em;line-height:1}
.jls .cl__cta p{color:var(--grey2);font-size:16px;max-width:38ch}
@media (max-width:900px){.jls .cl__head,.jls .cl__cta{grid-template-columns:1fr}.jls .cl__head p{justify-self:start}.jls .logos{grid-template-columns:repeat(2,1fr)}.jls .logo{height:120px}.jls .cl__cta{padding:28px}}

/* =====================================================================
   ACHIEVEMENTS — dark, counters
   ===================================================================== */
.jls .ach{position:relative;z-index:2;padding:130px var(--pad)}
.jls .ach__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,6vw,110px)}
.jls .ach__txt p{font-size:clamp(20px,1.8vw,26px);font-weight:500;letter-spacing:-.045em;line-height:1.3;margin-top:26px;max-width:32ch}
.jls .ach__txt p+p{color:var(--grey3);font-size:17px;font-weight:400;letter-spacing:-.01em;line-height:1.55;margin-top:22px}
.jls .ach__txt .link{margin-top:34px}
.jls .stat{display:grid;grid-template-columns:1fr auto;align-items:end;gap:10px 20px;padding:30px 0;border-top:1px solid var(--dline)}
.jls .stat:last-child{border-bottom:1px solid var(--dline)}
.jls .stat b{font-size:clamp(56px,6vw,88px);font-weight:600;letter-spacing:-.07em;line-height:.9;color:var(--acc)}
.jls .stat .mono{color:var(--grey3)}
.jls .stat p{grid-column:1/-1;text-transform:uppercase;font-size:13px;font-weight:600;letter-spacing:.04em}
@media (max-width:900px){.jls .ach__grid{grid-template-columns:1fr}}

/* =====================================================================
   SERVICES — list rows with a cursor-following preview
   ===================================================================== */
.jls .svc{position:relative;z-index:2;background:var(--bg2);padding:130px var(--pad)}
.jls .svc__head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:50px}
.jls .svc__feat{justify-self:end;display:flex;align-items:center;gap:16px;background:var(--wh);border-radius:100px;padding:10px 12px 10px 22px;font-size:15px}
.jls .svc__feat b{font-weight:600}
.jls .rows{border-top:1px solid var(--line)}
.jls .row{position:relative;display:grid;grid-template-columns:1.3fr 1.6fr 1fr auto;gap:30px;align-items:center;padding:30px 20px;border-bottom:1px solid var(--line);
  overflow:hidden;isolation:isolate;transition:color .5s var(--e)}
.jls .row::before{content:'';position:absolute;inset:0;z-index:-1;background:var(--acc);transform:scaleY(0);transform-origin:50% 100%;transition:transform .55s var(--e)}
.jls .row:hover{color:#fff}
.jls .row:hover::before{transform:none}
.jls .row h3{font-size:clamp(22px,2.4vw,34px);font-weight:600;letter-spacing:-.06em;line-height:1}
.jls .row p{color:var(--grey2);font-size:15px;line-height:1.5;transition:color .5s var(--e)}
.jls .row:hover p,.jls .row:hover .mono{color:rgba(255,255,255,.88)}
.jls .row .mono{color:var(--grey);transition:color .5s var(--e)}
.jls .row__end{text-align:right;white-space:nowrap}
.jls .pview{position:fixed;left:0;top:0;z-index:40;width:300px;pointer-events:none;border-radius:16px;overflow:hidden;
  opacity:0;transform:translate(-50%,-50%) scale(.6) rotate(-4deg);transition:opacity .35s var(--e),transform .5s var(--e);box-shadow:0 30px 60px -20px rgba(0,0,0,.45)}
.jls .pview.on{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(-4deg)}
.jls .pview .scr{display:none}
.jls .pview .scr.on{display:block}
@media (max-width:900px){.jls .svc__head{grid-template-columns:1fr}.jls .svc__feat{justify-self:start;border-radius:18px}
  .jls .row{grid-template-columns:1fr;gap:10px;padding:26px 0}.jls .row__end{text-align:left}.jls .row::before{display:none}.jls .row:hover{color:inherit}.jls .row:hover p{color:var(--grey2)}.jls .pview{display:none}}

/* =====================================================================
   CASE STUDIES
   ===================================================================== */
.jls .cases{position:relative;z-index:2;background:var(--wh);padding:110px 0 130px;overflow:hidden}
.jls .cases__h{font-size:clamp(72px,13.2vw,210px);font-weight:600;letter-spacing:-.07em;line-height:1;color:var(--grey);white-space:nowrap;
  padding-left:var(--pad);will-change:transform}
.jls .cgrid{display:grid;grid-template-columns:1fr 1fr;gap:60px 20px;padding:60px var(--pad) 0}
.jls .cs{display:block;cursor:none}
.jls .cs:nth-child(even){margin-top:120px}
.jls .cs__media{position:relative;border-radius:var(--r);overflow:hidden;background:var(--bg);padding:7%}
.jls .cs__media .win{transition:transform 1.1s var(--e)}
.jls .cs:hover .cs__media .win{transform:scale(1.04) translateY(-6px)}
.jls .cs__media.c1{background:#E9E1D8}.jls .cs__media.c2{background:#DDE3F5}.jls .cs__media.c3{background:#1C1C1C}.jls .cs__media.c4{background:#E3EFE7}
.jls .cs__top{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-top:20px}
.jls .cs h3{font-size:clamp(22px,2vw,28px);font-weight:600;letter-spacing:-.05em}
.jls .cs .mono{color:var(--grey)}
.jls .cs p{color:var(--grey2);font-size:16px;margin-top:6px}
.jls .cases__foot{display:flex;justify-content:center;margin-top:80px}
.jls .cur{position:fixed;left:0;top:0;z-index:45;width:96px;height:96px;border-radius:50%;background:var(--acc);color:#fff;
  display:grid;place-items:center;font-family:var(--mono);font-size:12px;text-transform:uppercase;pointer-events:none;
  transform:translate(-50%,-50%) scale(0);transition:transform .45s var(--e)}
.jls .cur.on{transform:translate(-50%,-50%) scale(1)}
@media (max-width:900px){.jls .cgrid{grid-template-columns:1fr}.jls .cs:nth-child(even){margin-top:0}.jls .cs{cursor:pointer}.jls .cur{display:none}}
@media (pointer:coarse){.jls .cs{cursor:pointer}.jls .cur{display:none}}

/* =====================================================================
   STATS + QUOTE
   ===================================================================== */
.jls .years{position:relative;z-index:2;background:var(--wh);padding:40px var(--pad) 140px;overflow:hidden} /* the block zooms in from 130% */
.jls .years__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(30px,6vw,110px);align-items:start;border-top:1px solid var(--line);padding-top:60px}
.jls .years__big{font-size:clamp(90px,13vw,200px);font-weight:600;letter-spacing:-.08em;line-height:.85}
.jls .years__big small{font-size:.32em;letter-spacing:-.05em;color:var(--grey);margin-left:.1em}
.jls .years__lead{font-size:clamp(20px,1.8vw,26px);font-weight:500;letter-spacing:-.045em;line-height:1.3;max-width:28ch;margin-top:28px}
.jls .ylist{margin-top:40px;border-top:1px solid var(--line)}
.jls .ylist li{display:flex;justify-content:space-between;align-items:baseline;padding:16px 0;border-bottom:1px solid var(--line);font-size:17px}
.jls .ylist b{font-size:24px;font-weight:600;letter-spacing:-.05em}
.jls .quote{border-radius:var(--r-lg);background:var(--bg);padding:clamp(28px,3.4vw,48px);position:relative;overflow:hidden}
.jls .quote blockquote{font-size:clamp(24px,2.4vw,34px);font-weight:500;letter-spacing:-.055em;line-height:1.18}
.jls .quote blockquote::before{content:'“';display:block;font-size:90px;line-height:.6;color:var(--acc);margin-bottom:14px}
.jls .q__by{display:flex;align-items:center;gap:14px;margin-top:34px}
.jls .q__by img{width:52px;height:52px;border-radius:50%;object-fit:cover;filter:grayscale(1)}
.jls .q__by b{display:block;font-weight:600;letter-spacing:-.03em}
.jls .q__by span{color:var(--grey);font-size:14px}
.jls .quote .btn{margin-top:34px}
@media (max-width:900px){.jls .years__grid{grid-template-columns:1fr}}

/* =====================================================================
   NEWSLETTER
   ===================================================================== */
.jls .news{position:relative;z-index:2;background:var(--bg);padding:120px var(--pad) 100px}
.jls .news__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}
.jls .news h2{font-size:clamp(40px,4.6vw,64px);font-weight:600;letter-spacing:-.065em;line-height:1}
.jls .news h2 .wd{color:rgba(20,20,20,.14)}
.jls .news h2 .wd.on{color:var(--grey2)}
.jls .news__form{display:flex;gap:10px;background:var(--wh);border-radius:100px;padding:6px;border:1px solid var(--line)}
.jls .news__form input{flex:1;min-width:0;padding:0 20px;font-size:14px;letter-spacing:.02em}
.jls .news__form input::placeholder{color:var(--grey);text-transform:uppercase;font-size:12px;font-family:var(--mono)}
.jls .news__note{margin-top:14px;color:var(--grey);font-size:13px}
.jls .news__ok{display:none;color:var(--acc)}
.jls .news.sent .news__ok{display:inline}
.jls .news.sent .news__form{opacity:.5;pointer-events:none}
@media (max-width:900px){.jls .news__grid{grid-template-columns:1fr}}

/* =====================================================================
   FOOTER
   ===================================================================== */
.jls .ft{position:relative;z-index:2;background:var(--bg);padding:40px var(--pad) 28px;overflow:hidden}
.jls .ft__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-top:40px;border-top:1px solid var(--line)}
.jls .ft__top h4{font-family:var(--mono);font-size:11px;font-weight:400;letter-spacing:.06em;color:var(--grey);margin-bottom:16px}
.jls .ft__top li{margin-bottom:8px}
.jls .ft__top li a{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}
.jls .ft__claim{font-size:clamp(22px,2vw,28px);font-weight:500;letter-spacing:-.05em;line-height:1.2;max-width:22ch}
.jls .ft__soc{display:flex;gap:8px;flex-wrap:wrap}
.jls .ft__soc a{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-family:var(--mono);font-size:11px;transition:.35s var(--e)}
.jls .ft__soc a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.jls .ft__mark{font-size:clamp(64px,15.4vw,236px);font-weight:700;letter-spacing:-.08em;line-height:.8;margin:70px 0 30px;white-space:nowrap;
  display:flex;align-items:flex-end}
.jls .ft__mark span{display:inline-block;transform:translateY(40%);opacity:0;transition:transform 1.2s var(--e),opacity 1.2s var(--e)}
.jls .ft__mark.in span{transform:none;opacity:1}
.jls .ft__mark span:nth-child(2){color:var(--acc);transition-delay:.08s}
.jls .ft__mark span:nth-child(3){transition-delay:.16s}
.jls .ft__bot{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-top:22px;border-top:1px solid var(--line);font-size:14px;color:var(--grey2)}
.jls .ft__bot h5{font-family:var(--mono);font-size:11px;font-weight:400;letter-spacing:.06em;color:var(--grey);margin-bottom:6px}
@media (max-width:900px){.jls .ft__top,.jls .ft__bot{grid-template-columns:1fr 1fr}.jls .ft__top>:first-child,.jls .ft__bot>:first-child{grid-column:1/-1}}

/* =====================================================================
   SHOWCASE — a living UI, not a screenshot. Everything is sized in cqw so
   the whole interface scales with the frame.
   ===================================================================== */
.jls .uiwin__live{margin-left:auto;display:flex;align-items:center;gap:6px;font-family:var(--mono);font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--grey)}
.jls .uiwin__live::before{content:'';width:6px;height:6px;border-radius:50%;background:#2BB673;animation:jls-pulse 2s infinite}
.jls .ui{container-type:inline-size;position:relative;display:grid;grid-template-columns:15cqw 1fr;aspect-ratio:16/9;background:#F6F6F4;color:var(--ink);overflow:hidden}
.jls .ui *{box-sizing:border-box}
.jls .ui__rail{background:#fff;border-right:1px solid rgba(20,20,20,.07);padding:2.2cqw 1.4cqw;display:flex;flex-direction:column;gap:1.4cqw}
.jls .ui__logo{display:flex;align-items:center;gap:.7cqw;font-size:1.7cqw;font-weight:700;letter-spacing:-.04em}
.jls .ui__logo i{width:1.5cqw;height:1.5cqw;border-radius:50%;background:var(--acc)}
.jls .ui__nav{display:grid;gap:.5cqw}
.jls .ui__nav span{height:2.2cqw;border-radius:.7cqw;display:flex;align-items:center;padding:0 .9cqw;font-size:1.05cqw;color:#71767B;background:rgba(20,20,20,.04)}
.jls .ui__nav span.on{background:var(--ink);color:#fff}
.jls .ui__avatars{margin-top:auto;display:flex;align-items:center}
.jls .ui__avatars i{width:2.2cqw;height:2.2cqw;border-radius:50%;border:.3cqw solid #fff;background:linear-gradient(135deg,#FFB39E,#FF6041);margin-right:-.7cqw}
.jls .ui__avatars i:nth-child(2){background:linear-gradient(135deg,#B9C7FF,#4A6CF7)}
.jls .ui__avatars i:nth-child(3){background:linear-gradient(135deg,#CFEF9B,#7BB026)}
.jls .ui__avatars b{margin-left:1.2cqw;font-size:1cqw;color:#71767B}
.jls .ui__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:1.1cqw;padding:1.6cqw}
.jls .ui__card{background:#fff;border-radius:1.1cqw;padding:1.3cqw;box-shadow:0 .6cqw 1.6cqw -1cqw rgba(20,20,20,.25);display:flex;flex-direction:column;gap:.6cqw;
  transition:transform .4s var(--e),box-shadow .4s var(--e)}
.jls .ui__card.hot{transform:translateY(-.5cqw);box-shadow:0 1.4cqw 3cqw -1.2cqw rgba(20,20,20,.4)}
.jls .ui__eyebrow{font-family:var(--mono);font-size:.85cqw;text-transform:uppercase;letter-spacing:.1em;color:#9AA0A6}
.jls .ui__hero{grid-column:span 2;grid-row:span 2;justify-content:center;gap:1cqw;background:linear-gradient(140deg,#fff,#FFF1EC)}
.jls .ui__h{font-size:3.3cqw;font-weight:600;letter-spacing:-.05em;line-height:1.02}
.jls .ui__row{display:flex;gap:.7cqw;margin-top:.4cqw}
.jls .ui__btn{position:relative;overflow:hidden;background:var(--acc);color:#fff;border-radius:2cqw;padding:.85cqw 1.5cqw;font-size:1.1cqw;font-weight:600;white-space:nowrap}
.jls .ui__btn--ghost{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 .12cqw rgba(20,20,20,.2)}
.jls .ui__btn--sm{padding:.65cqw 1.1cqw;font-size:.95cqw}
.jls .ui__btn.rip::after{content:'';position:absolute;left:50%;top:50%;width:6cqw;height:6cqw;margin:-3cqw;border-radius:50%;background:rgba(255,255,255,.55);animation:jls-uirip .6s var(--e) forwards}
@keyframes jls-uirip{from{transform:scale(0);opacity:1}to{transform:scale(2.4);opacity:0}}
.jls .ui__score{align-items:center;justify-content:center;text-align:center}
.jls .ui__ring{position:relative;width:7.4cqw;height:7.4cqw}
.jls .ui__ring svg{width:100%;height:100%;transform:rotate(-90deg)}
.jls .ui__ring circle{fill:none;stroke:rgba(20,20,20,.08);stroke-width:7}
.jls .ui__ringbar{stroke:#2BB673;stroke-linecap:round;stroke-dasharray:214;stroke-dashoffset:214;transition:stroke-dashoffset 1.6s var(--e)}
.jls .ui__ring b{position:absolute;inset:0;display:grid;place-items:center;font-size:2cqw;font-weight:700;letter-spacing:-.04em}
.jls .ui__score em{font-style:normal;font-size:.95cqw;color:#71767B}
.jls .ui__field{position:relative;display:flex;align-items:center;gap:.2cqw;height:2.8cqw;border-radius:.7cqw;background:rgba(20,20,20,.05);padding:0 .9cqw;font-size:1.05cqw;color:#41464B;overflow:hidden}
.jls .ui__caret{display:inline-block;width:.15cqw;height:1.4cqw;background:var(--acc);animation:jls-blink 1s steps(1) infinite}
@keyframes jls-blink{50%{opacity:0}}
.jls .ui__toggle{align-items:flex-start}
.jls .ui__switch{width:4.4cqw;height:2.3cqw;border-radius:2cqw;background:rgba(20,20,20,.15);padding:.3cqw;transition:background .4s var(--e)}
.jls .ui__switch i{display:block;width:1.7cqw;height:1.7cqw;border-radius:50%;background:#fff;box-shadow:0 .2cqw .4cqw rgba(0,0,0,.25);transition:transform .4s var(--e)}
.jls .ui__switch.on{background:var(--ink)}
.jls .ui__switch.on i{transform:translateX(2.1cqw)}
.jls .ui__toggle em{font-style:normal;font-size:1cqw;color:#71767B}
.jls .ui__chart{justify-content:space-between}
.jls .ui__bars{display:flex;align-items:flex-end;gap:.45cqw;height:4.6cqw}
.jls .ui__bars i{flex:1;border-radius:.3cqw;background:linear-gradient(180deg,var(--acc),#FFB39E);height:calc(var(--v)*100%);transform-origin:50% 100%;transform:scaleY(0);transition:transform .9s var(--e)}
.jls .ui.in .ui__bars i{transform:scaleY(1)}
.jls .ui__bars i:nth-child(2){transition-delay:.06s}.jls .ui__bars i:nth-child(3){transition-delay:.12s}.jls .ui__bars i:nth-child(4){transition-delay:.18s}
.jls .ui__bars i:nth-child(5){transition-delay:.24s}.jls .ui__bars i:nth-child(6){transition-delay:.3s}.jls .ui__bars i:nth-child(7){transition-delay:.36s}
.jls .ui__up{font-style:normal;font-size:.95cqw;font-weight:600;color:#2BB673}
.jls .ui__product{grid-column:span 2;flex-direction:row;gap:1.1cqw;align-items:stretch}
.jls .ui__thumb{width:36%;border-radius:.8cqw;background:linear-gradient(135deg,#2A2F36,#0F1114);position:relative;overflow:hidden}
.jls .ui__thumb::after{content:'';position:absolute;inset:0;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.28) 50%,transparent 65%);transform:translateX(-100%);animation:jls-shine 4.5s var(--e2) infinite}
.jls .ui__pmeta{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.45cqw}
.jls .ui__pmeta b{font-size:1.4cqw;font-weight:600;letter-spacing:-.03em}
.jls .ui__stars{font-size:1cqw;color:#F5A623;letter-spacing:.1em}
.jls .ui__prow{display:flex;align-items:center;justify-content:space-between;gap:.6cqw;margin-top:.3cqw}
.jls .ui__prow u{text-decoration:none;font-size:1.5cqw;font-weight:700;letter-spacing:-.04em}
.jls .ui__dots{display:flex;gap:.5cqw;margin-top:auto}
.jls .ui__dots i{width:2cqw;height:2cqw;border-radius:50%;background:var(--c);box-shadow:inset 0 0 0 .12cqw rgba(20,20,20,.12)}
.jls .ui__type{align-items:flex-start;justify-content:center}
.jls .ui__type b{font-size:3.4cqw;font-weight:700;letter-spacing:-.06em;line-height:1}
.jls .ui__scale{display:grid;gap:.4cqw;width:100%}
.jls .ui__scale i{height:.55cqw;border-radius:.3cqw;background:rgba(20,20,20,.12)}
.jls .ui__scale i:nth-child(2){width:72%}.jls .ui__scale i:nth-child(3){width:48%}
.jls .ui__cursor{position:absolute;left:0;top:0;width:2.2cqw;color:var(--ink);pointer-events:none;filter:drop-shadow(0 .3cqw .5cqw rgba(0,0,0,.35));
  transition:left .8s var(--e),top .8s var(--e),transform .25s var(--e);z-index:5}
.jls .ui__cursor svg{width:100%;height:auto}
.jls .ui__cursor.click{transform:scale(.72)}
/* dark mode, demonstrated live by the toggle */
.jls .ui.dark{background:#15171A;color:#F4F4F5}
.jls .ui.dark .ui__rail{background:#1C1F23;border-right-color:rgba(255,255,255,.08)}
.jls .ui.dark .ui__card{background:#1C1F23;box-shadow:0 .6cqw 1.6cqw -1cqw rgba(0,0,0,.6)}
.jls .ui.dark .ui__hero{background:linear-gradient(140deg,#1C1F23,#2A1C18)}
.jls .ui.dark .ui__nav span{background:rgba(255,255,255,.06);color:#A8ADB3}
.jls .ui.dark .ui__nav span.on{background:#fff;color:var(--ink)}
.jls .ui.dark .ui__field{background:rgba(255,255,255,.07);color:#C9CDD2}
.jls .ui.dark .ui__btn--ghost{color:#F4F4F5;box-shadow:inset 0 0 0 .12cqw rgba(255,255,255,.25)}
.jls .ui.dark .ui__scale i,.jls .ui.dark .ui__ring circle{stroke:rgba(255,255,255,.12);background:rgba(255,255,255,.12)}
.jls .ui.dark .ui__ringbar{stroke:#2BB673}
.jls .ui.dark .ui__cursor{color:#fff}
@media (max-width:760px){
  .jls .ui{aspect-ratio:4/5}
  .jls .ui__rail{display:none}
  .jls .ui{grid-template-columns:1fr}
  .jls .ui__grid{grid-template-columns:repeat(2,1fr);gap:2.4cqw;padding:3cqw}
  .jls .ui__hero{grid-column:span 2;grid-row:auto}
  .jls .ui__product{grid-column:span 2}
  .jls .ui__eyebrow{font-size:2cqw}.jls .ui__h{font-size:6.5cqw}.jls .ui__btn{font-size:2.4cqw;padding:1.8cqw 3cqw;border-radius:4cqw}
  .jls .ui__ring{width:16cqw;height:16cqw}.jls .ui__ring b{font-size:4.4cqw}.jls .ui__score em,.jls .ui__toggle em,.jls .ui__up{font-size:2cqw}
  .jls .ui__field{height:6cqw;font-size:2.3cqw;border-radius:1.6cqw}.jls .ui__caret{width:.4cqw;height:3cqw}
  .jls .ui__switch{width:9cqw;height:5cqw;padding:.7cqw}.jls .ui__switch i{width:3.6cqw;height:3.6cqw}.jls .ui__switch.on i{transform:translateX(4cqw)}
  .jls .ui__bars{height:10cqw}.jls .ui__pmeta b{font-size:3cqw}.jls .ui__prow u{font-size:3.2cqw}.jls .ui__stars{font-size:2.2cqw}
  .jls .ui__dots i{width:4cqw;height:4cqw}.jls .ui__type b{font-size:7cqw}.jls .ui__cursor{display:none}
  .jls .ui__card{border-radius:2.4cqw;padding:2.6cqw}
}

/* =====================================================================
   PORTFOLIO — eight live sites
   ===================================================================== */
.jls .pf__head{display:flex;justify-content:space-between;align-items:center;gap:20px 30px;flex-wrap:wrap;padding:44px var(--pad) 0;color:var(--grey)}
.jls .filters{display:flex;gap:8px;flex-wrap:wrap}
.jls .fchip{display:inline-flex;align-items:flex-start;gap:5px;padding:10px 16px;border:1px solid var(--line);border-radius:100px;
  font-size:13px;font-weight:600;color:var(--grey2);background:var(--wh);transition:background .35s var(--e),color .35s var(--e),border-color .35s var(--e)}
.jls .fchip sup{font-family:var(--mono);font-size:9px;color:var(--grey)}
.jls .fchip:hover{border-color:var(--ink);color:var(--ink)}
.jls .fchip.on{background:var(--ink);border-color:var(--ink);color:#fff}
.jls .fchip.on sup{color:var(--acc)}
.jls .pfgrid{display:grid;grid-template-columns:1fr 1fr;gap:66px 24px;padding:44px var(--pad) 0}
.jls .pf{display:flex;flex-direction:column}
.jls .pf.hide{display:none}
.jls .pf__media{display:block;border-radius:var(--r);overflow:hidden;background:var(--bg);padding:min(4%,26px)}
.jls .pf__media .win{box-shadow:0 24px 50px -30px rgba(0,0,0,.5);transition:transform 1s var(--e),box-shadow 1s var(--e)}
.jls .pf:hover .pf__media .win{transform:translateY(-8px) scale(1.02);box-shadow:0 40px 70px -30px rgba(0,0,0,.55)}
.jls .pf__shot{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top}
.jls .pf__meta{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 16px;margin-top:22px}
.jls .pf__n{grid-row:1/6;color:var(--acc);padding-top:7px}
.jls .pf__title{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
.jls .pf__title h3{font-size:clamp(20px,1.9vw,26px);font-weight:600;letter-spacing:-.05em}
.jls .pf__title .mono{color:var(--grey)}
.jls .pf__meta>p{color:var(--grey2);font-size:16px;line-height:1.5;max-width:52ch;margin-top:6px}
.jls .pf__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}
.jls .pf__tags em{font-style:normal;font-family:var(--mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--grey2);
  border:1px solid var(--line);border-radius:100px;padding:5px 10px}
.jls .pf__meta .link{justify-self:start;margin-top:18px}
@media (max-width:900px){
  .jls .pfgrid{grid-template-columns:1fr;gap:46px;padding-top:30px}
  .jls .pf__head{align-items:flex-start;flex-direction:column;gap:16px}
  .jls .pf__meta{grid-template-columns:1fr}
  .jls .pf__n{grid-row:auto;padding-top:0;margin-bottom:2px}
  .jls .pf__meta .link{padding-block:11px}        /* a comfortable thumb target */
  .jls .fchip{padding:12px 18px}
  .jls .pf__tags em{font-size:11.5px;padding:6px 11px}
}
@media (max-width:900px){
  /* everything tappable gets a real target on a phone */
  .jls .link{padding-block:11px}
  .jls .hd__cta{height:40px;padding:0 18px}
  .jls .mono{font-size:12.5px}
  .jls .ft__top li{margin-bottom:0}
  .jls .ft__top li a{display:flex;align-items:center;min-height:44px}
  .jls .ft__bot a{display:inline-flex;align-items:center;min-height:40px}
  .jls .ft__soc a{flex:none;width:44px;height:44px}   /* stop them shrinking in the narrow column */
}

/* branded site mockups: extra layouts on top of the shared .scr component */
.jls .scr__search{margin:0 4cqw 2.6cqw;height:6cqw;border-radius:3cqw;background:currentColor;opacity:.1}
.jls .scr__rows{display:grid;gap:2.2cqw;padding:0 4cqw 4cqw}
.jls .scr__row{display:grid;grid-template-columns:20cqw minmax(0,1fr) auto;gap:2.6cqw;align-items:center}
.jls .scr__row b{height:13cqw;border-radius:1.4cqw;background:var(--s-img)}
.jls .scr__row i{display:block;height:1.7cqw;border-radius:1cqw;background:currentColor;opacity:.24}
.jls .scr__row i+i{margin-top:1.5cqw;width:58%}
.jls .scr__row u{text-decoration:none;font-size:3.2cqw;font-weight:700;color:var(--s-acc)}
.jls .scr__studio{display:grid;grid-template-columns:1fr 1fr;gap:3.4cqw;padding:1cqw 4cqw 4cqw;align-items:center}
.jls .scr__art{aspect-ratio:4/5;border-radius:1.4cqw;background:var(--s-img);box-shadow:0 0 0 1.6cqw currentColor,0 2cqw 4cqw rgba(0,0,0,.25)}
.jls .scr__splash{display:grid;place-items:center;gap:2.2cqw;padding:12cqw 6cqw 14cqw;text-align:center}
.jls .scr__splash b{font-size:6.4cqw;font-weight:700;letter-spacing:-.05em}
.jls .scr__splash em{font-style:normal;font-size:3cqw;opacity:.7}
.jls .scr__field{display:flex;gap:1.6cqw;width:74%;margin-top:1cqw}
.jls .scr__field i{flex:1;height:6cqw;border-radius:3cqw;background:currentColor;opacity:.12}
.jls .scr__field span{width:20cqw;height:6cqw;border-radius:3cqw;background:var(--s-acc)}
.jls .scr__tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4cqw;padding:1cqw 4cqw 4cqw}
.jls .scr__tile{border-radius:1.6cqw;padding:2.6cqw;background:var(--s-img);min-height:17cqw;display:flex;flex-direction:column;justify-content:flex-end;gap:1.4cqw}
.jls .scr__tile i{display:block;height:1.6cqw;border-radius:1cqw;background:#fff;opacity:.85}
.jls .scr__tile i+i{width:62%;opacity:.5}
.jls .scr__tag{font-size:2.9cqw;opacity:.75;padding:0 4cqw 2.4cqw}
.jls .scr img.pf__shot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;
  opacity:0;transition:opacity .6s var(--e)}
.jls .scr.has-shot img.pf__shot{opacity:1}
.jls .scr.has-shot>:not(img){visibility:hidden}   /* the mockup steps aside for the real thing */

/* =====================================================================
   STACKING — pinned sections; each next section slides up over the last
   ===================================================================== */
.jls .state{z-index:2}.jls .show{z-index:3}.jls .team{z-index:4}.jls .proc{z-index:5}.jls .reel{z-index:6}.jls .clients{z-index:7}
.jls .ach{z-index:8}.jls .svc{z-index:9}.jls .cases{z-index:10}.jls .years{z-index:11}.jls .news{z-index:12}.jls .ft{z-index:13}
@media (min-width:901px){ .jls [data-stick]{position:sticky;top:var(--stick-top,0px)} }
.jls .years__grid,.jls .news__grid,.jls .ft__in{will-change:transform}

/* statement: every letter starts at 30% and lights up as you read */
.jls [data-letters]{color:var(--ink)}
.jls [data-letters] .wd{color:inherit;white-space:nowrap}
.jls .lt{opacity:.3;transition:opacity .3s var(--e)}
.jls .lt.on{opacity:1}

/* team: dark blurred veil over the photo on hover, stat chip on top */
.jls .tm__ph::after{content:'';position:absolute;inset:0;background:rgba(20,20,20,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);
  opacity:0;transition:opacity .6s var(--e)}
.jls .tm:hover .tm__ph::after,.jls .tm:focus-within .tm__ph::after{opacity:1}
.jls .tm__kpi{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}

/* jumping to a section must clear the fixed header, or its first line hides behind it */
.jls [id]{scroll-margin-top:calc(var(--head) + 30px)}
.jls .cases{scroll-margin-top:calc(var(--head) + 46px)}   /* the giant heading needs a little more air */
/* logged in: the admin bar sits above the fixed header, so anchor jumps need its height too */
.admin-bar .jls [id]{scroll-margin-top:calc(var(--head) + 62px)}
.admin-bar .jls .cases{scroll-margin-top:calc(var(--head) + 78px)}
@media screen and (max-width:782px){.admin-bar .jls [id]{scroll-margin-top:calc(var(--head) + 76px)}.admin-bar .jls .cases{scroll-margin-top:calc(var(--head) + 92px)}}
@media screen and (max-width:600px){.admin-bar .jls [id]{scroll-margin-top:calc(var(--head) + 30px)}.admin-bar .jls .cases{scroll-margin-top:calc(var(--head) + 46px)}}

/* sections parked for now — delete the is-off class to bring one back */
.jls .is-off{display:none!important}

/* no motion for visitors who asked for less */
@media (prefers-reduced-motion:reduce){
  .jls,.jls *,.jls *::before,.jls *::after,.jls *::before,.jls *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  html.jls-html{scroll-behavior:auto}
}
/* the same for everyone when "Scroll animations" is switched off in the admin */
.jls.no-motion,.jls.no-motion *,.jls.no-motion *::before,.jls.no-motion *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}


/* =====================================================================
   WORDPRESS INTEGRATION
   ===================================================================== */
/* the admin bar pushes the fixed header down for logged-in users */
.admin-bar .jls .hd{top:32px}
.admin-bar .jls .mnav{top:calc(var(--head) + 32px)}
@media screen and (max-width:782px){.admin-bar .jls .hd{top:46px}.admin-bar .jls .mnav{top:calc(var(--head) + 46px)}}
@media screen and (max-width:600px){.admin-bar .jls .hd{top:0}.admin-bar .jls .mnav{top:var(--head)}}

/* The full-bleed wrapper is 100vw, which counts the scrollbar, so without this
   a theme page gains a few pixels of sideways scroll. clip, not hidden, so the
   sticky and pinned sections keep working. */
html.jls-html,html.jls-html body{overflow-x:hidden;overflow-x:clip}
/* mobile menu open: the page behind it must not scroll */
html.jls-lock,html.jls-lock body{overflow:hidden;height:100vh}

/* blank-canvas pages: the design owns the whole document */
body.jls-canvas{margin:0;padding:0;background:var(--jls-page,#F2F2F2)}

/* inside a theme template: flatten the wrappers and stop their CSS leaking in */
/* --jls-vw is the page width WITHOUT the scrollbar; the script sets it and
   keeps it current. 100vw is only the fallback for the first paint. */
.jls.jls--bleed{width:var(--jls-vw,100vw);max-width:var(--jls-vw,100vw);
  margin-left:calc(50% - var(--jls-vw,100vw) / 2);margin-right:calc(50% - var(--jls-vw,100vw) / 2)}
body :has(> #jls-root),body :has(#jls-root){padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important;
  border:0!important;background:transparent!important;box-shadow:none!important;max-width:none!important}

/* before the script runs (or if it never does): show everything, hide nothing */
.jls:not(.js) [data-rv]{opacity:1!important;transform:none!important;filter:none!important}
.jls:not(.js) .hl .ch{opacity:1;transform:none}
.jls:not(.js) .ld{opacity:1;transform:none}
.jls:not(.js) .lt{opacity:1}
.jls:not(.js) .ft__in,.jls:not(.js) .news__grid,.jls:not(.js) .years__grid{transform:none!important;opacity:1!important}
.jls:not(.js) .hm__img{opacity:1;transform:none}

/* fields the WordPress build adds: honeypot, spam check, and the inline
   styles from the static page turned into real rules */
.jls .news__hp{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.jls .news__form{flex-wrap:wrap}
.jls .news__form .cf-turnstile{flex:1 0 100%;order:3;padding:4px 6px 2px}
.jls .news__form.is-sending{opacity:.6;pointer-events:none}
.jls .news__form.is-sending button .roll{opacity:.7}
.jls .svc__lead{color:var(--grey2);font-size:18px;margin-top:16px;max-width:36ch}
.jls .svc__btn{height:40px}


/* =====================================================================
   CONTACT — a dark band with the enquiry card, between "years" and the newsletter
   ===================================================================== */
.jls .contact{position:relative;z-index:12;background:var(--ink);color:#fff;padding:130px var(--pad) 120px;border-radius:var(--r-lg) var(--r-lg) 0 0;margin-top:-1px}
.jls .contact__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(36px,6vw,110px);align-items:start;max-width:1360px;margin:0 auto}
.jls .contact__side{position:sticky;top:calc(var(--head) + 40px)}
.jls .contact__lbl{color:rgba(255,255,255,.55)}
.jls .contact__h{font-size:clamp(44px,5.4vw,84px);font-weight:600;letter-spacing:-.07em;line-height:.98;margin-top:22px}
.jls .contact__h .serif{color:var(--acc)}
.jls .contact__p{font-size:clamp(17px,1.35vw,20px);line-height:1.5;color:rgba(255,255,255,.72);max-width:40ch;margin-top:26px}
.jls .contact__points{margin-top:44px;border-top:1px solid var(--dline)}
.jls .contact__points li{display:flex;justify-content:space-between;align-items:baseline;gap:20px;padding:18px 0;border-bottom:1px solid var(--dline)}
.jls .contact__points .mono{color:rgba(255,255,255,.5)}
.jls .contact__points a,.jls .contact__points b{font-size:clamp(17px,1.4vw,21px);font-weight:500;letter-spacing:-.03em;text-align:right;word-break:break-word}
.jls .contact__points a{background:linear-gradient(var(--acc),var(--acc)) 0 100%/0 1px no-repeat;transition:background-size .5s var(--e)}
.jls .contact__points a:hover{background-size:100% 1px}

.jls .contact__card{position:relative;background:var(--wh);color:var(--ink);border-radius:var(--r-lg);padding:clamp(24px,3.2vw,44px)}
.jls .cform{display:flex;flex-direction:column;gap:22px}
.jls .cform__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.jls .cf{display:flex;flex-direction:column;gap:8px}
.jls .cf .mono,.jls .cform__chips legend{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--grey)}
.jls .cf input,.jls .cf textarea{width:100%;font:inherit;font-size:16px;color:var(--ink);background:var(--bg);border:1px solid transparent;border-radius:14px;padding:14px 16px;
  transition:border-color .25s var(--e),background .25s var(--e),box-shadow .25s var(--e);-webkit-appearance:none;appearance:none}
.jls .cf textarea{resize:vertical;min-height:130px;line-height:1.5}
.jls .cf input:focus,.jls .cf textarea:focus{outline:none;background:var(--wh);border-color:var(--ink);box-shadow:0 0 0 4px rgba(20,20,20,.06)}
.jls .cf--bad input,.jls .cf--bad textarea{border-color:var(--acc);background:#FFF4F1}
.jls .cform__chips{border:0;display:flex;flex-wrap:wrap;gap:8px;min-width:0}
.jls .cform__chips legend{width:100%;margin-bottom:10px;float:left}
.jls .chip{position:relative;cursor:pointer}
.jls .chip input{position:absolute;opacity:0;width:1px;height:1px}
.jls .chip span{display:inline-flex;align-items:center;min-height:42px;padding:0 18px;border:1px solid var(--line);border-radius:100px;font-size:14px;
  transition:background .25s var(--e),color .25s var(--e),border-color .25s var(--e)}
.jls .chip:hover span{border-color:var(--ink)}
.jls .chip input:checked+span{background:var(--ink);border-color:var(--ink);color:#fff}
.jls .chip input:focus-visible+span{outline:2px solid var(--acc);outline-offset:2px}
.jls .cform .cf-turnstile{min-height:65px}
.jls .cform__foot{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:4px}
.jls .cform__msg{font-size:13px;color:var(--grey);flex:1;min-width:180px}
.jls .cform.is-sending{opacity:.6;pointer-events:none}

/* sent: the form gives way to the thank-you */
.jls .cform__done{display:none;flex-direction:column;align-items:flex-start;gap:14px;padding:clamp(10px,3vw,40px) 0}
.jls .cform__done h3{font-size:clamp(30px,3vw,44px);font-weight:600;letter-spacing:-.06em;line-height:1}
.jls .cform__done p{font-size:17px;color:var(--grey2);max-width:38ch}
.jls .cform__tick{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--acc);color:#fff}
.jls .cform__tick svg{width:26px;height:26px}
.jls .contact.sent .cform{display:none}
.jls .contact.sent .cform__done{display:flex;animation:jls-lift .7s var(--ease-drop) both}

@media (max-width:900px){
  .jls .contact{padding:90px var(--pad) 80px}
  .jls .contact__grid{grid-template-columns:1fr}
  .jls .contact__side{position:static}
}
@media (max-width:560px){
  .jls .cform__row{grid-template-columns:1fr}
  .jls .contact__points li{flex-direction:column;align-items:flex-start;gap:4px}
  .jls .contact__points a,.jls .contact__points b{text-align:left}
  .jls .cform__foot .btn{width:100%;justify-content:center}
}

/* header logo: an uploaded image sits at the bar's height, and a long name
   never runs into the button beside it */
.jls .hd__logo{min-width:0;white-space:nowrap}
.jls .hd__logo img{display:block;height:34px;width:auto;max-width:min(220px,42vw);object-fit:contain;object-position:left center}
@media (max-width:480px){
  .jls .hd__cta{height:38px;padding:0 12px;font-size:11px;letter-spacing:0}
  .jls .hd__right{gap:8px}
  .jls .hd__logo img{height:28px}
}
@media (max-width:359px){.jls .hd__cta{display:none}}   /* the menu still has Contact */

/* hero, desktop: the title stacks and fills its column (no empty band on the
   right), and the lines over the photo read bigger */
.jls .hero__line{white-space:nowrap}
.jls .hl{font-size:clamp(46px,5.2vw,84px)}
@media (min-width:901px){
  .jls .hero__title{white-space:normal;line-height:.86;margin-top:26px;
    font-size:clamp(64px,calc((50vw - 2 * var(--pad)) / (var(--tl,6) * .5)),280px)}
  .jls .hero__line{display:block}
  .jls .hero__lead{font-size:clamp(20px,1.85vw,28px)}
}

/* hero corner animation: dot field and signal wave (the bars keep the rules above) */
.jls .eq--dots,.jls .eq--wave{display:block;height:56px}
.jls .eq--dots svg,.jls .eq--wave svg{display:block;width:100%;height:100%;overflow:visible}
.jls .eq--dots circle{fill:var(--grey3);transition:fill .25s var(--e)}
.jls .eq--dots circle.hot{fill:var(--acc)}
.jls .eq--wave path{fill:none;stroke-width:1.5;vector-effect:non-scaling-stroke}
.jls .eq--wave .wa{stroke:var(--grey3)}
.jls .eq--wave .wb{stroke:var(--acc)}

/* hero title: outline fill sweep — the solid ink and an outline copy, clipped as
   complements by the script (the copy stays invisible until a sweep runs) */
.jls .hero__title{position:relative}
.jls .hero__fill{display:block}
.jls .hero__ghost{position:absolute;inset:0;display:block;pointer-events:none;color:transparent;
  -webkit-text-stroke:max(1px,.008em) var(--title-ink,var(--ink));clip-path:inset(0 0 0 100%)}
.jls .hero__ghost .hero__line::before{content:attr(data-t)}

/* =====================================================================
   HERO RIGHT COLUMN — eyebrow, two-line title, intro, buttons, featured card
   (".jls .hs …" outranks the earlier column-filling title rules)
   ===================================================================== */
.jls .hs__eyebrow{color:var(--acc);font-size:12px;letter-spacing:.14em;font-weight:600}
.jls .hs .hero__title{width:fit-content;max-width:100%;white-space:normal;font-weight:600;letter-spacing:-.055em;line-height:.95;
  font-size:clamp(46px,5.1vw,100px);margin-top:clamp(18px,3vh,32px)}
.jls .hs .hero__line{display:block;white-space:nowrap}
.jls .hero__dot{color:var(--acc)}
.jls .hs .hero__lead{max-width:40ch;margin-top:clamp(18px,2.8vh,28px);font-size:clamp(17px,1.35vw,21px);line-height:1.5;letter-spacing:-.01em}
.jls .hs__ctas{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:clamp(22px,3.4vh,36px)}
.jls .hs__ctas .btn{height:54px;padding:0 26px}
.jls .hs__ctas .btn svg{width:11px;height:11px}
.jls .hs__arrow{display:inline-block;transition:transform .35s var(--e)}
.jls .hs__more:hover .hs__arrow{transform:translateX(5px)}
.jls .hs .eq{margin-top:clamp(20px,3vh,30px)}
.jls .hs .hs__foot{display:block;margin-top:auto;padding:28px 0 0}

/* the featured card: a small tilted browser window over an offset sheet */
.jls .hcard{display:block;max-width:470px;color:var(--ink);text-decoration:none}
.jls .hcard__win{display:block;background:var(--bg2);border:1px solid var(--line);border-radius:6px;overflow:hidden;
  transform:rotate(-1.6deg);box-shadow:16px 14px 0 var(--bg);transition:transform .6s var(--e),box-shadow .6s var(--e)}
.jls .hcard:hover .hcard__win{transform:rotate(0) translateY(-3px);box-shadow:10px 10px 0 var(--bg)}
.jls .hcard__bar{display:flex;align-items:center;gap:5px;height:26px;padding:0 10px;background:var(--wh);border-bottom:1px solid var(--line)}
.jls .hcard__bar i{width:6px;height:6px;border-radius:50%;background:var(--grey3)}
.jls .hcard__bar .mono{flex:1;text-align:center;font-size:10px;letter-spacing:.1em;color:var(--grey);margin-right:28px}
.jls .hcard__body{display:grid;grid-template-columns:1fr 1.05fr;min-height:120px}
.jls .hcard__txt{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:16px 18px}
.jls .hcard__txt .mono{font-size:10px;letter-spacing:.12em}
.jls .hcard__txt b{font-size:clamp(17px,1.4vw,22px);font-weight:600;letter-spacing:-.04em;line-height:1.1}
.jls .hcard__img{display:block;position:relative;overflow:hidden;background:var(--ink)}
.jls .hcard__img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform 1.2s var(--e)}
.jls .hcard:hover .hcard__img img{transform:scale(1.05)}
.jls .hcard__foot{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:24px}
.jls .hcard__foot .mono{font-size:11px;letter-spacing:.1em;font-weight:600}
.jls .hcard__go{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.jls .hcard__go svg{width:10px;height:10px}

/* short laptop screens: the card and buttons get the room, the animation steps aside */
@media (min-width:901px) and (max-height:820px){ .jls .hs .eq{display:none} }
@media (min-width:901px) and (max-height:700px){ .jls .hcard__body{min-height:96px} .jls .hcard__foot{margin-top:16px} }

@media (max-width:900px){
  .jls .hs .hero__title{font-size:clamp(40px,11vw,64px)}
  .jls .hs .hs__foot{padding-top:40px}
  .jls .hcard{max-width:none}
  .jls .hcard__win{transform:rotate(-1deg);box-shadow:10px 10px 0 var(--bg)}
}
@media (max-width:480px){
  .jls .hs__eyebrow{font-size:11px;letter-spacing:.1em}
  .jls .hs__ctas{gap:18px}
  .jls .hs__ctas .btn{width:100%;justify-content:center}
}

/* ---------- hero layout 2: text + figures left, media right with a statement ---------- */
.jls .hero--stats .hero__in{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}
.jls .hs--stats{justify-content:center;padding:32px clamp(28px,5vw,84px) 40px var(--pad)}
.jls .hstats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:clamp(28px,4.5vh,48px);padding-top:24px;border-top:1px solid var(--line);max-width:560px}
.jls .hstats b{display:block;font-size:clamp(28px,2.6vw,42px);font-weight:500;letter-spacing:-.045em;line-height:1}
.jls .hstats .mono{display:block;margin-top:10px;font-size:11px;letter-spacing:.06em;color:var(--grey);line-height:1.35}
.jls .hm__over{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:32px var(--pad) 40px;color:#fff;background:rgba(8,8,14,.22)}
.jls .hm__top,.jls .hm__link{font-size:11px;letter-spacing:.14em;font-weight:600;color:#fff}
.jls .hm__link{display:inline-flex;align-items:center;gap:8px;width:max-content}
.jls .hm__link svg{width:10px;height:10px}
.jls .hm__big{font-size:clamp(30px,3.2vw,58px);font-weight:600;letter-spacing:-.045em;line-height:1.02;max-width:14ch}
.jls .hero__acc{color:var(--acc)}

/* ---------- hero layout 3: the media fills the screen, text over it ---------- */
.jls .hero--full .hero__in{display:block}
.jls .hero--full .hm--full{position:absolute;inset:0}
.jls .hero--full .hm--full::after{content:"";position:absolute;inset:0;background:rgba(9,9,14,.55)}
.jls .hf{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;padding:clamp(28px,5vh,56px) var(--pad) clamp(26px,4vh,40px);color:#fff}
.jls .hf__main{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:980px}
.jls .hf__eyebrow{color:#fff;font-size:12px;letter-spacing:.14em;font-weight:600}
.jls .hero--full{--title-ink:#fff}
.jls .hero--full .hero__title{color:#fff;font-size:clamp(60px,8.4vw,160px);line-height:.9;letter-spacing:-.06em}
.jls .hero--full .hero__lead{color:rgba(255,255,255,.82);max-width:46ch}
.jls .hero--full .hs__more{color:#fff}
.jls .hf__foot{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}
.jls .hf__tag{color:#fff;font-size:11px;letter-spacing:.14em;font-weight:600}
.jls .hf__work{display:flex;align-items:flex-end;gap:12px}
.jls .hf__thumb{position:relative;display:block;width:clamp(96px,10vw,150px);aspect-ratio:16/10;border-radius:4px;overflow:hidden;background:#1d1d24;transition:transform .45s var(--e)}
.jls .hf__thumb:hover{transform:translateY(-4px)}
.jls .hf__thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}
.jls .hf__more{display:inline-flex;align-items:center;gap:8px;margin-left:12px;color:#fff;font-size:11px;letter-spacing:.14em;font-weight:600;white-space:nowrap}
.jls .hf__more svg{width:10px;height:10px}

@media (max-width:900px){
  .jls .hs--stats{padding:34px var(--pad) 40px}
  .jls .hm--stats{height:68vh;min-height:440px}
  .jls .hero--full .hm--full{height:auto;min-height:0}
  .jls .hf{min-height:calc(88svh - var(--head));padding-top:28px}
  .jls .hero--full .hero__title{font-size:clamp(52px,15vw,88px)}
  .jls .hf__work{flex-wrap:wrap}
  .jls .hf__thumb{width:calc((100vw - 2 * var(--pad) - 24px) / 3)}
  .jls .hf__more{margin:8px 0 0}
}
@media (max-width:480px){ .jls .hstats b{font-size:26px} .jls .hstats{gap:14px} }
/* layout 3 shares the column rhythm of layouts 1 and 2 */
.jls .hf .hero__title{width:fit-content;max-width:100%;white-space:normal;font-weight:600;margin-top:clamp(18px,3vh,32px)}
.jls .hf .hero__line{display:block;white-space:nowrap}
.jls .hf .hero__lead{margin-top:clamp(20px,3vh,30px);font-size:clamp(17px,1.35vw,21px);line-height:1.5;letter-spacing:-.01em}
/* phones: the eyebrow gets the full width, the status pill sits under it */
@media (max-width:600px){ .jls .hs__top{flex-direction:column;align-items:flex-start;gap:12px} }
