html,body{margin:0;min-height:100%;background:#111}body{overflow-x:hidden}

@font-face {
  font-family: "Geist";
  src: url("assets/9b6f5ff45b278c744b.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("assets/5f3d6ad60f29d6cb70.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.jfs-elementor-shell {
  --font-geist-sans: "Geist", sans-serif;
  --font-geist-mono: "Geist Mono", sans-serif;
}

.jfs-elementor-shell, .jfs-elementor-shell *, .jfs-elementor-shell *::before, .jfs-elementor-shell *::after { box-sizing: border-box; margin: 0; padding: 0; border: 0 solid; }
.jfs-elementor-shell { background: #111; line-height: 1.5; }
.jfs-elementor-shell { overflow: clip; }
.jfs-elementor-shell h1, .jfs-elementor-shell h2, .jfs-elementor-shell h3, .jfs-elementor-shell h4, .jfs-elementor-shell h5, .jfs-elementor-shell h6 { font-size: inherit; font-weight: inherit; }
.jfs-elementor-shell ol, .jfs-elementor-shell ul { list-style: none; }
.jfs-elementor-shell button, .jfs-elementor-shell input, .jfs-elementor-shell select, .jfs-elementor-shell textarea { color: inherit; font: inherit; background: transparent; }

.root {
  --acid: #8cff00;
  --ink: #111;
  --paper: #f3f4ef;
  --muted: #9c9c96;
  --studio-scroll: 0;
  min-height: 100vh;
  overflow: clip;
  color: #fff;
  background: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}

.root * { box-sizing: border-box; }
.root a { color: inherit; text-decoration: none; }
.root h1,.root h2,.root h3,.root p { margin-top: 0; }
.root em { font-family: Georgia, serif; font-weight: 400; }

.header { position: fixed; z-index: 100; top: 24px; left: 50%; width: min(760px, calc(100% - 32px)); min-height: 70px; padding: 9px 12px 9px 24px; display: flex; align-items: center; justify-content: space-between; gap: 28px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.07); border-radius: 999px; background: rgba(16,16,16,.84); box-shadow: 0 14px 45px rgba(0,0,0,.35); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.brand { display: flex; align-items: baseline; gap: 5px; line-height: 1; }
.brand b { font-size: 1.35rem; letter-spacing: -.08em; }
.brand span { color: var(--acid); font: 600 .58rem/1 var(--font-geist-mono), monospace; letter-spacing: .1em; }
.header nav { display: flex; gap: 34px; color: #a9a9a4; font-size: .88rem; }
.header nav a { transition: color .25s; }
.header nav a:hover { color: #fff; }
.headerCta,.primaryButton { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 50px; padding: 0 24px; border-radius: 999px; background: var(--acid); color: #101010 !important; font-weight: 700; }
.headerCta { background: #fff; }

.hero { position: relative; min-height: 100svh; padding: 180px 7vw 82px; display: flex; flex-direction: column; justify-content: center; text-align: center; isolation: isolate; }
.eyebrow { color: var(--acid); font: 650 .67rem/1.2 var(--font-geist-mono), monospace; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { position: relative; z-index: 2; margin-bottom: 36px; font-size: clamp(4rem, 7.1vw, 7.7rem); line-height: .88; letter-spacing: -.065em; }
.hero h1 em { font-style: italic; }
.heroCopy { position: relative; z-index: 2; max-width: 760px; margin: 0 auto 38px; color: #a9a9a4; font-size: clamp(1rem, 1.5vw, 1.3rem); line-height: 1.5; }
.heroActions { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; gap: 22px; }
.toolDots { display: flex; }
.toolDots i { width: 38px; height: 38px; margin-left: -7px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: #272725; color: #fff; font: 700 .62rem/1 var(--font-geist-mono), monospace; font-style: normal; }

.heroDeck { position: absolute; inset: 80px 10% 8%; z-index: 0; perspective: 1100px; opacity: .8; }
.uiCard { --angle: calc((var(--card) - 4) * 8deg); position: absolute; left: calc(50% + (var(--card) - 4) * 7%); top: calc(48% + (var(--card) - 4) * 3%); width: 164px; aspect-ratio: .77; padding: 18px; display: flex; flex-direction: column; gap: 10px; transform: translate(-50%,-50%) rotate(var(--angle)) translateY(calc((var(--card) - 4) * (var(--card) - 4) * 3px)); translate: 0 -12px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.035)); box-shadow: 0 28px 55px rgba(0,0,0,.45); backdrop-filter: blur(12px); backface-visibility: hidden; transform-style: preserve-3d; will-change: translate; animation: card-float 5s ease-in-out infinite alternate; animation-delay: calc(var(--card) * -.45s); }
.uiCard span { height: 9px; border-radius: 20px; background: rgba(255,255,255,.2); }
.uiCard span:nth-child(2) { width: 72%; background: var(--acid); }
.uiCard span:nth-child(3) { height: 44px; margin-top: 18px; }
.uiCard i { flex: 1; border-radius: 14px; background: radial-gradient(circle at 35% 30%, var(--acid), #2c5b18 35%, #171717 70%); }

.reel { position: relative; width: calc(100% - 48px); min-height: 78svh; margin: 0 auto; padding: 48px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: 28px; background: #e6e0ff; color: #121212; }
.reel h2 { position: relative; z-index: 2; margin: 0; font-size: clamp(3.5rem, 8vw, 8rem); letter-spacing: -.07em; line-height: .9; }
.reel p { position: relative; z-index: 2; font-family: var(--font-geist-mono), monospace; text-transform: uppercase; }
.reel button { position: absolute; right: 40px; bottom: 40px; z-index: 3; width: 96px; height: 96px; border: 0; border-radius: 50%; background: var(--acid); font-size: 1.7rem; cursor: pointer; }
.reelOrb { position: absolute; width: min(64vw, 820px); aspect-ratio: 1; right: 10%; top: -22%; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #fff, #a88bff 32%, #3b176f 68%, #101010 70%); animation: orb-spin 12s linear infinite; }
.reelOrb span { position: absolute; inset: 12%; border: 2px solid rgba(255,255,255,.45); border-radius: 44% 56% 50% 50%; transform: rotate(45deg); }
.reelOrb span:nth-child(2){inset:25%;transform:rotate(90deg)}.reelOrb span:nth-child(3){inset:38%;transform:rotate(135deg)}

.services,.testimonials,.process,.faq { padding: 150px 0; }
.sectionIntro { width: min(1120px, calc(100% - 48px)); margin: 0 auto 72px; display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: start; gap: 40px; }
.sectionIntro h2 { margin: 0; font-size: clamp(3rem, 5.7vw, 6rem); letter-spacing: -.06em; line-height: .92; }
.services .sectionIntro h2,.strategy .sectionIntro h2,.process .sectionIntro h2,.faq .sectionIntro h2 { grid-column: 2; }
.sectionIntro > p:last-child { color: #9c9c96; line-height: 1.6; }
.serviceRail,.quoteRail { display: flex; gap: 18px; padding: 0 24px 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.serviceRail::-webkit-scrollbar,.quoteRail::-webkit-scrollbar { display:none; }
.serviceCard { flex: 0 0 min(390px, 82vw); min-height: 520px; padding: 28px; display: flex; flex-direction: column; scroll-snap-align: start; border-radius: 24px; background: #1b1b1a; overflow: hidden; }
.serviceCard > span { color: var(--acid); font-family: var(--font-geist-mono), monospace; }
.serviceCard h3 { margin: auto 0 12px; font-size: 2.2rem; letter-spacing: -.045em; }
.serviceCard p { color: #a4a49e; line-height: 1.45; }
.serviceArt { position: relative; height: 250px; margin: 24px -10px; border-radius: 18px; background: radial-gradient(circle at 30% 30%, var(--acid), #345e1d 33%, #111 70%); overflow: hidden; }
.serviceCard:nth-child(2n) .serviceArt { background: radial-gradient(circle at 65% 30%, #ba9aff, #4f2e8a 38%, #111 70%); }
.serviceCard:nth-child(3n) .serviceArt { background: radial-gradient(circle at 40% 70%, #ff784f, #712616 38%, #111 70%); }
.serviceArt i { position:absolute;width:120px;height:180px;left:20%;top:12%;border:1px solid rgba(255,255,255,.35);border-radius:20px;transform:rotate(-12deg);background:rgba(255,255,255,.08)}
.serviceArt i:nth-child(2){left:42%;top:22%;transform:rotate(8deg)}.serviceArt i:nth-child(3){left:58%;top:8%;transform:rotate(20deg)}

.clients { padding: 70px 0 130px; text-align: center; }
.marquee,.toolMarquee { overflow:hidden; }
.marquee div,.toolMarquee div { width:max-content; display:flex; align-items:center; animation: marquee 28s linear infinite; }
.marquee span { padding: 40px 48px; color: #777771; font-size: clamp(1.4rem, 2.5vw, 2.7rem); font-weight: 800; letter-spacing: -.04em; }

.work { padding: 120px 24px; color: #111; background: var(--paper); }
.workHeading { width: min(1180px,100%); margin: 0 auto 90px; }
.workHeading h2 { margin: 12px 0 26px; font-size: clamp(5rem, 13vw, 14rem); line-height: .7; letter-spacing: -.09em; }
.workHeading h2 em {
  color: #64645e;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 800;
  line-height: inherit;
  letter-spacing: inherit;
}
.workHeading > div { display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.workHeading > div span{padding:8px 16px;border:1px solid #aaa;border-radius:99px}
.projectList { width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:22px; }
.project { position:relative;min-height:680px;padding:28px;display:flex;flex-direction:column;border-radius:26px;overflow:hidden; }
.project:nth-child(even){margin-top:110px}.projectVisual{position:relative;height:390px;border-radius:18px;background:rgba(255,255,255,.18);overflow:hidden}.projectVisual span{position:absolute;right:-4%;bottom:-21%;font-size:25rem;font-weight:900;line-height:1;color:rgba(255,255,255,.35)}.projectVisual i{position:absolute;width:180px;height:300px;left:22%;top:14%;border:2px solid rgba(0,0,0,.15);border-radius:26px;transform:rotate(-12deg);background:rgba(255,255,255,.3)}.projectVisual i:last-child{left:48%;top:24%;transform:rotate(10deg)}
.projectMeta{display:flex;justify-content:space-between;margin-top:26px;font:600 .7rem/1 var(--font-geist-mono),monospace;text-transform:uppercase}.project h3{margin:auto 0 6px;font-size:clamp(3rem,5vw,6rem);letter-spacing:-.07em}.project>p{max-width:420px;line-height:1.45}.project>a{position:absolute;right:28px;bottom:28px;width:100px;height:100px;display:grid;place-items:center;border-radius:50%;background:#111;color:#fff;font-size:.75rem;text-align:center}.lime{background:#a3ff41}.violet{background:#bca6ff}.blue{background:#86cfff}.orange{background:#ff9a60}

.testimonials { background:#111; }.quoteRail figure{flex:0 0 min(520px,88vw);min-height:430px;margin:0;padding:36px;display:flex;flex-direction:column;justify-content:space-between;scroll-snap-align:start;border-radius:24px;background:#1d1d1c}.quoteRail blockquote{margin:0;font-size:clamp(1.7rem,2.7vw,2.7rem);line-height:1.15;letter-spacing:-.035em}.quoteRail figcaption{display:flex;flex-direction:column;color:#999}.quoteRail figcaption b{color:#fff}

.strategy { position:relative;padding:150px 24px;background:#0d0d0d;overflow:hidden}.strategy::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(140,255,0,.13),transparent 45%)}.metricGrid{position:relative;width:min(1100px,100%);margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.metricGrid article{min-height:330px;padding:34px;border-radius:22px;background:#1b1b1a;transform:translateY(calc((var(--metric) % 2) * 70px)) rotate(calc((var(--metric) - 2) * .6deg))}.metricGrid strong{display:block;color:var(--acid);font-size:clamp(4rem,7vw,8rem);letter-spacing:-.08em}.metricGrid h3{font-size:2rem}.metricGrid p{max-width:360px;color:#999;line-height:1.5}
.toolMarquee{padding:38px 0;background:var(--acid);color:#111}.toolMarquee span{display:flex;align-items:center;gap:14px;padding:0 32px;font-size:1.4rem;font-weight:700}.toolMarquee i{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#111;color:#fff;font:700 .7rem/1 var(--font-geist-mono),monospace;font-style:normal}

.process { background:#f1f2ed;color:#111}.process .eyebrow,.faq .eyebrow{color:#567f24}.process ol{width:min(1120px,calc(100% - 48px));margin:auto;padding:0;list-style:none}.process li{padding:28px 0;display:grid;grid-template-columns:80px 1fr 1fr 40px;gap:24px;align-items:center;border-top:1px solid #bfc0ba}.process li:last-child{border-bottom:1px solid #bfc0ba}.process li>span{font-family:var(--font-geist-mono),monospace}.process li h3{margin:0;font-size:clamp(1.5rem,2.5vw,2.7rem)}.process li p{margin:0;color:#70716b;line-height:1.45}.process li i{font-size:1.4rem;font-style:normal}

.founder{min-height:100svh;padding:110px 8vw;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8vw;background:#151514}.founderLogo{position:relative;width:min(520px,90vw);aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:var(--acid);color:#111;overflow:hidden}.founderLogo::before,.founderLogo::after{content:"";position:absolute;width:75%;height:75%;border:2px solid rgba(0,0,0,.18);border-radius:44% 56%;animation:orb-spin 12s linear infinite}.founderLogo::after{width:52%;height:52%;animation-direction:reverse}.founderLogo span{font-size:clamp(6rem,14vw,12rem);font-weight:900;letter-spacing:-.12em;line-height:.7}.founderLogo b{font:700 1rem/1 var(--font-geist-mono),monospace;letter-spacing:.35em}.founderLogo i{position:absolute;width:15px;height:15px;right:24%;top:24%;border-radius:50%;background:#111}.founder>div:last-child h2{font-size:clamp(3rem,5vw,6rem);letter-spacing:-.065em;line-height:.92}.founder>div:last-child>p{max-width:520px;margin-bottom:36px;color:#aaa;line-height:1.6}

.faq{background:#f1f2ed;color:#111}.faq>div:last-child{width:min(860px,calc(100% - 48px));margin-left:auto;margin-right:6vw}.faq details{border-top:1px solid #bfc0ba}.faq details:last-child{border-bottom:1px solid #bfc0ba}.faq summary{padding:26px 0;display:flex;justify-content:space-between;gap:20px;cursor:pointer;font-size:1.25rem;font-weight:650;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:1.7rem;transition:transform .25s}.faq details[open] summary span{transform:rotate(45deg)}.faq details>p{max-width:680px;padding:0 0 28px;color:#666;line-height:1.55}

.footer{min-height:95svh;padding:130px 7vw 30px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--acid);color:#111}.footer h2{margin:0 0 50px;font-size:clamp(5rem,11vw,12rem);line-height:.72;letter-spacing:-.09em}.footer h2 em{font-style:italic}.footer>a{width:fit-content;margin-bottom:100px;padding-bottom:8px;border-bottom:2px solid #111;font-size:clamp(1.4rem,3vw,3rem);font-weight:700}.footer>a span{padding-left:30px}.footer>div{padding-top:22px;display:flex;justify-content:space-between;border-top:1px solid rgba(0,0,0,.35);font:600 .68rem/1 var(--font-geist-mono),monospace;text-transform:uppercase}

[data-reveal]{opacity:0;transform:translateY(45px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}[data-reveal][data-visible]{opacity:1;transform:translateY(0)}

@keyframes card-float{from{translate:0 -12px}to{translate:0 16px}}@keyframes orb-spin{to{transform:rotate(360deg)}}@keyframes marquee{to{transform:translateX(-50%)}}

@media(max-width:800px){.header{top:12px;min-height:58px;padding:7px 8px 7px 16px}.header nav{display:none}.headerCta{min-height:42px;padding:0 17px;font-size:.8rem}.hero{min-height:920px;padding:150px 20px 70px}.hero h1{font-size:clamp(3.4rem,16vw,5.5rem)}.heroDeck{inset:120px -28% 18%;opacity:.5;transform:scale(.75)}.heroActions{flex-direction:column}.reel{width:calc(100% - 24px);min-height:620px;padding:24px;border-radius:18px}.reelOrb{width:115vw;right:-38%;top:-2%}.reel button{width:72px;height:72px;right:22px;bottom:22px}.services,.testimonials,.process,.faq{padding:90px 0}.sectionIntro{width:calc(100% - 40px);grid-template-columns:1fr;gap:20px;margin-bottom:46px}.sectionIntro h2{font-size:3.4rem}.serviceCard{min-height:460px}.work{padding:90px 14px}.workHeading h2{font-size:5.6rem;line-height:.78}.projectList{grid-template-columns:1fr}.project:nth-child(even){margin-top:0}.project{min-height:600px}.projectVisual{height:330px}.project>a{width:82px;height:82px}.metricGrid{grid-template-columns:1fr}.metricGrid article{transform:none;min-height:280px}.process li{grid-template-columns:48px 1fr 26px}.process li p{grid-column:2/4}.founder{padding:90px 20px;grid-template-columns:1fr}.founderLogo{width:100%;max-width:430px;margin:auto}.faq>div:last-child{width:calc(100% - 40px);margin:auto}.footer{padding:100px 20px 24px}.footer h2{font-size:5.4rem;line-height:.78}.footer>div{flex-direction:column;gap:12px}}

@media(prefers-reduced-motion:reduce){.heroDeck,.uiCard,.reelOrb,.founderLogo::before,.founderLogo::after,.marquee div,.toolMarquee div{animation:none}[data-reveal]{opacity:1;transform:none}}


/* Neutraliza a largura do container do Elementor sem afetar o restante do site. */
.jfs-elementor-shell {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  position: relative;
  isolation: isolate;
}

/* Ajustes visuais Jayfarbi Studio — 22/07/2026 */
@font-face{font-family:"JFS Helvetica";src:url("assets/5f865ddf37549ae446.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"JFS Helvetica";src:url("assets/05291f9de00325c3a3.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"JFS Sloop";src:url("assets/f123e4314705beb45c.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}

.root{
  --brand-purple:#9300ec;
  --brand-purple-bright:#a832ff;
  --brand-purple-deep:#520083;
  --surface-1:#0b0b0d;
  --surface-2:#121216;
  --border-strong:rgba(255,255,255,.14);
  --ease:cubic-bezier(.16,1,.3,1);
  --acid:var(--brand-purple);
  font-family:"JFS Helvetica","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.jfs-elementor-shell{width:calc(100vw - var(--jfs-scrollbar-width,0px));margin-inline:calc(50% - 50vw + var(--jfs-scrollbar-half,0px))}
.root em{font-family:"JFS Helvetica","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700}
.root :focus-visible{outline:2px solid var(--brand-purple-bright);outline-offset:3px}

.sectionCtaRow{
  width:min(1180px,calc(100% - 48px));
  margin-left:auto;
  margin-right:auto;
  display:flex;
  justify-content:center;
}
.sectionCta{width:max-content}
.servicesCta{grid-column:2;justify-self:start;margin-top:30px;margin-bottom:30px}
.faq details>.faqCta{margin:0 0 30px}
.clients .sectionCtaRow{margin-top:4px;margin-bottom:18px}
.work .sectionCtaRow{margin-top:44px}
.strategy .sectionCtaRow{margin-top:48px}

@media(max-width:800px){
  .servicesCta{grid-column:1;justify-self:start;margin-top:26px;margin-bottom:32px}
  .sectionCtaRow{width:calc(100% - 40px);justify-content:flex-start}
  .clients .sectionCtaRow{justify-content:center;margin-top:8px;margin-bottom:14px}
  .work .sectionCtaRow,.strategy .sectionCtaRow{margin-top:32px}
}

.header{
  width:min(860px,calc(100% - 32px));
  overflow:hidden;
  isolation:isolate;
  border-color:rgba(255,255,255,.3);
  background:
    linear-gradient(132deg,rgba(255,255,255,.065) 0%,rgba(255,255,255,.008) 31%,rgba(8,8,14,.045) 61%,rgba(161,0,255,.025) 100%),
    rgba(9,9,14,.045);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.46),
    inset 0 -1px 0 rgba(255,255,255,.12),
    inset 18px 0 42px rgba(255,255,255,.045),
    inset -22px -12px 46px rgba(130,0,255,.045),
    0 18px 54px rgba(0,0,0,.16);
  backdrop-filter:blur(6px) saturate(205%) contrast(108%);
  -webkit-backdrop-filter:blur(6px) saturate(205%) contrast(108%);
}
@supports (backdrop-filter:url("#jfs-liquid-glass-filter")){
  .header{
    backdrop-filter:url("#jfs-liquid-glass-filter") blur(6px) saturate(205%) contrast(108%);
    -webkit-backdrop-filter:url("#jfs-liquid-glass-filter") blur(6px) saturate(205%) contrast(108%);
  }
}
.header::before{
  content:"";
  position:absolute;
  inset:1px;
  z-index:0;
  border-radius:inherit;
  pointer-events:none;
  background:
    radial-gradient(95% 210% at 4% -72%,rgba(255,255,255,.5) 0%,rgba(255,255,255,.08) 28%,transparent 51%),
    radial-gradient(70% 170% at 101% 152%,rgba(190,92,255,.3) 0%,rgba(128,0,255,.07) 38%,transparent 64%),
    linear-gradient(104deg,transparent 23%,rgba(255,255,255,.13) 38%,transparent 54%);
  background-size:125% 125%,130% 135%,175% 100%;
  background-position:left top,right bottom,55% 0;
  mix-blend-mode:screen;
  opacity:.9;
  animation:headerLiquidRefraction 9s ease-in-out infinite alternate;
}
.header::after{
  content:"";
  position:absolute;
  top:0;
  left:12%;
  right:12%;
  z-index:0;
  height:1px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);
  filter:blur(.25px);
}
@keyframes headerLiquidRefraction{
  0%{background-position:left top,right bottom,42% 0;transform:scaleX(1)}
  50%{background-position:5% -3%,96% 103%,58% 0;transform:scaleX(1.018)}
  100%{background-position:-3% 3%,103% 96%,72% 0;transform:scaleX(.994)}
}
.header>*{
  position:relative;
  z-index:1;
}
.brand{align-items:center;flex:0 0 auto}
.brand img{display:block;width:88px;height:42px;object-fit:contain}

.headerCta,.primaryButton,.footer>a{
  --animation:2s ease-in-out infinite;
  --cta-green:#178d00;
  position:relative;
  min-height:52px;
  padding:0 26px 0 58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  border:0;
  border-radius:999px;
  background:#e1f9dc;
  color:var(--cta-green)!important;
  font-weight:700;
  line-height:1;
  box-shadow:none;
  box-sizing:border-box;
  transition:.2s ease-in-out;
}
.headerCta::before,.primaryButton::before,.footer>a::before{
  content:"";
  position:absolute;
  left:22px;
  width:16px;
  height:16px;
  border:2px solid var(--cta-green);
  border-radius:50%;
  background:radial-gradient(circle,var(--cta-green) 0 5px,transparent 6px);
  animation:jfs-cta-dot var(--animation);
}
.headerCta::after,.primaryButton::after,.footer>a::after{
  content:"";
  position:absolute;
  left:22px;
  width:16px;
  height:16px;
  border:0;
  outline:2px solid var(--cta-green);
  border-radius:50%;
  animation:jfs-cta-outline var(--animation);
}
.headerCta:hover,.primaryButton:hover,.footer>a:hover{background:#fff;color:var(--cta-green)!important;transform:none;box-shadow:none}
.headerCta:active,.primaryButton:active,.footer>a:active{background:#e1f9dc;color:var(--cta-green)!important;box-shadow:inset 0 0 0 2px var(--cta-green);transform:none}

.hero{min-height:88svh;padding-bottom:38px}
.heroDeck{inset:72px 7% 3%;opacity:.46;filter:saturate(.86) brightness(.82)}
.uiCard{width:164px;padding:0;background:#09090b;border-color:rgba(255,255,255,.22);overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.55)}
.uiCard img{width:100%;height:100%;display:block;object-fit:cover}
.uiCard span,.uiCard i{display:none}
.clientFaces{display:flex;align-items:center;padding-left:10px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.35))}
.clientFaces img{width:42px;height:42px;margin-left:-10px;display:block;object-fit:cover;object-position:50% 18%;border:3px solid #111;border-radius:50%;opacity:0;filter:blur(8px);transform:translateY(8px) scale(.9);animation:jfs-client-in .75s var(--ease) forwards}
.clientFaces img:nth-child(2){animation-delay:.1s}.clientFaces img:nth-child(3){animation-delay:.2s}.clientFaces img:nth-child(4){animation-delay:.3s}.clientFaces img:nth-child(5){animation-delay:.4s}

.reel{
  min-height:70svh;
  margin-top:0;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(2,2,6,.08) 0%,rgba(2,2,6,.45) 54%,rgba(2,2,6,.86) 100%),
    url("assets/68c90ef0f588d4ff35.webp") center/cover no-repeat #050505;
}
.reel h2{max-width:1180px;color:#fff;text-shadow:0 4px 34px rgba(0,0,0,.55)}
.reelContent{position:relative;z-index:2;width:min(1180px,100%)}
.reelCopy{max-width:850px;display:grid;gap:10px}
.reel p{max-width:850px;color:#fff;font-family:var(--font-geist-sans),Arial,sans-serif;font-size:clamp(.88rem,1.15vw,1.05rem);font-weight:450;line-height:1.55;letter-spacing:0;text-transform:none;text-shadow:0 2px 20px rgba(0,0,0,.8)}
.reelContent h2{margin-top:30px}
.reelCta{width:max-content;margin-top:28px}
.reelOrb,.reel button{display:none}

.services{padding-top:120px}
.services.servicesScrollReady{height:var(--services-scroll-height,auto);padding:0}
.servicesScrollReady .servicesSticky{position:sticky;top:0;height:100svh;padding:clamp(38px,7vh,78px) 0 28px;display:flex;flex-direction:column;overflow:hidden}
.servicesScrollReady .sectionIntro{flex:0 0 auto;margin-bottom:clamp(22px,4vh,44px)}
.servicesScrollReady .serviceRail{flex:1;align-items:flex-start;overflow:visible;padding-bottom:0;transform:translate3d(var(--services-x,0px),0,0);will-change:transform;scroll-snap-type:none}
.servicesScrollReady .serviceCard{height:clamp(390px,calc(100svh - 285px),520px);min-height:0}
.services .sectionIntro>p:last-child{grid-column:3;grid-row:1/3}
.serviceCard{background:rgba(18,18,22,.9);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.serviceCard>span{color:var(--brand-purple-bright)}
.serviceArt,.serviceCard:nth-child(2n) .serviceArt,.serviceCard:nth-child(3n) .serviceArt{background:#08080a}
.serviceArt img{width:100%;height:100%;display:block;object-fit:cover}
.serviceArt i{border-color:rgba(168,50,255,.36);background:rgba(147,0,236,.12)}
.serviceCard--statement p{margin-top:auto;font-size:1.35rem;color:#fff}

.clients{padding-top:44px;padding-bottom:0}
.clients .eyebrow{color:#fff;font-size:clamp(1rem,1.7vw,1.35rem)}
.marquee span{padding-top:22px;padding-bottom:22px;color:#b9b5be}
.marquee span:nth-child(even){color:var(--brand-purple-bright)}

.work{padding-top:18px;background:var(--paper)}
.workHeading{padding-top:14px}
.project,.lime,.violet,.blue,.orange{min-height:0;background:#050505;color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 70px rgba(0,0,0,.18)}
.projectVisual{height:auto;aspect-ratio:auto;background:#0b0b0d}
.projectVisual img{width:100%;height:auto;display:block;object-fit:contain}
.projectVisual span,.projectVisual i{display:none}
.projectMeta{color:#fff}.project>p{padding-right:0;color:#b9b5be}.project h3{margin:24px 0 0;font-size:clamp(1.45rem,2.3vw,2.5rem);line-height:1.04;letter-spacing:-.045em}

.testimonials{background:#0b0b0d}
.quoteRail figure{border:1px solid rgba(255,255,255,.08);background:rgba(18,18,22,.88)}
.quoteRail figcaption span{color:#fff}

.strategy{padding-top:126px;padding-bottom:126px;background:#050505}.strategy::before{background:radial-gradient(circle at 50% 42%,rgba(147,0,236,.2),transparent 48%)}
.metricGrid article{position:relative;background:rgba(18,18,22,.88);border:1px solid rgba(255,255,255,.08);transform:translateY(calc((var(--metric) % 2) * 52px)) rotate(calc((var(--metric) - 3) * .35deg))}
.metricIndex{position:absolute;top:22px;right:24px;color:#817d87;font-size:.75rem;letter-spacing:.12em}
.metricGrid strong{color:var(--brand-purple-bright);font-size:clamp(3.2rem,6vw,6.8rem);line-height:.9}
.metricGrid h3{margin-top:20px;color:#fff}.metricGrid p{color:#b9b5be}

.toolMarquee{background:#fff;color:#050505;border-block:1px solid rgba(0,0,0,.08)}
.toolMarquee .toolLoopItem{gap:20px;padding:0 34px;white-space:nowrap;font-size:1.3rem}
.toolMarquee .toolLoopItem img{width:76px;height:46px;display:block;object-fit:contain}

.founder{background:#0b0b0d;gap:6vw}
.founderPeople{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
.founderPeople figure{margin:0;overflow:hidden;border:1px solid var(--border-strong);border-radius:22px;background:rgba(18,18,22,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 60px rgba(0,0,0,.24)}
.founderPeople img{width:100%;aspect-ratio:4/5;display:block;object-fit:cover;object-position:50% 28%}
.founderPeople figcaption{min-height:122px;padding:18px;display:flex;flex-direction:column;gap:7px}
.founderPeople figcaption b{font-size:1rem}.founderPeople figcaption span{color:#b9b5be;font-size:.88rem;line-height:1.4}
.founder>div:last-child .eyebrow{color:var(--brand-purple-bright)}

.footer{background:var(--brand-purple);color:#fff}
.footer h2{display:block;color:#fff}
.footer h2 .inlineLogo{width:clamp(92px,12vw,190px);height:clamp(58px,8vw,120px);display:inline-block;object-fit:contain;vertical-align:middle;margin:0 .12em;filter:brightness(0) invert(1)}
.footer>a{width:fit-content;margin-bottom:100px;padding:0 28px 0 60px;background:#e1f9dc;color:#178d00!important;font-size:clamp(1rem,1.5vw,1.2rem)}
.footer>a:hover{background:#fff;color:#178d00!important}
.footer>a span{padding-left:10px}.footer>div{border-color:rgba(255,255,255,.34)}

@keyframes jfs-client-in{to{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}}
@keyframes jfs-cta-dot{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5;background:radial-gradient(circle,var(--cta-green) 0 0,transparent 1px)}}
@keyframes jfs-cta-outline{0%{transform:scale(0);outline-width:20px;outline-offset:0;opacity:1}100%{transform:scale(1);outline-width:0;outline-offset:20px;opacity:0}}

@media(max-width:800px){
  .header{width:calc(100% - 24px);padding-left:12px}.brand img{width:74px;height:36px}.headerCta{min-height:42px;padding:0 16px 0 44px}.headerCta::before,.headerCta::after{left:16px}
  .services .sectionIntro h2,.strategy .sectionIntro h2,.process .sectionIntro h2,.faq .sectionIntro h2{grid-column:auto}
  .workHeading{padding-top:10px}
  .strategy{padding-top:82px;padding-bottom:82px}
  .hero{min-height:840px;padding-bottom:36px}.heroDeck{inset:100px -38% 10%;transform:scale(.66);opacity:.5}.uiCard{width:142px}
  .reel{min-height:560px;background-position:42% center}.reel p{font-size:.78rem}.reel h2{font-size:clamp(3rem,13vw,5.5rem)}
  .services{padding-top:76px}.services .sectionIntro>p:last-child{grid-column:1;grid-row:auto}.serviceArt{height:220px}
  .servicesScrollReady .servicesSticky{padding:28px 0 20px}.servicesScrollReady .sectionIntro{margin-bottom:20px}.servicesScrollReady .sectionIntro h2{font-size:clamp(2.65rem,11vw,3.4rem)}.servicesScrollReady .serviceCard{height:clamp(380px,calc(100svh - 260px),470px)}.servicesScrollReady .serviceArt{height:clamp(150px,23svh,220px);margin-top:16px;margin-bottom:16px}.servicesScrollReady .serviceCard h3{font-size:clamp(1.65rem,7vw,2.1rem)}.servicesScrollReady .serviceCard p{font-size:.86rem}
  .project{min-height:0}.projectVisual{height:auto;aspect-ratio:auto}.project h3{font-size:clamp(1.35rem,6vw,2rem)}
  .metricGrid article{transform:none;min-height:250px}.metricGrid strong{font-size:clamp(3.4rem,18vw,6rem)}
  .founder{gap:54px}.founderPeople{gap:12px}.founderPeople figcaption{padding:14px;min-height:148px}.founderPeople figcaption b{font-size:.9rem}.founderPeople figcaption span{font-size:.78rem}
  .footer{min-height:auto;padding:42px 20px 24px;justify-content:flex-start}.footer h2{font-size:clamp(4rem,18vw,6.4rem);line-height:.78}.footer h2 .inlineLogo{width:110px;height:68px}.footer>a{margin-bottom:72px}
}
@media(max-width:460px){
  .headerCta{font-size:.68rem;padding-right:12px}.hero h1{font-size:clamp(3rem,15vw,4.8rem)}.heroCopy{font-size:.94rem}.clientFaces img{width:38px;height:38px}
  .reel{width:calc(100% - 16px);padding:22px;background-position:39% center}.reel p{max-width:92%;font-size:.7rem}.reel h2{font-size:clamp(2.8rem,14vw,4.5rem)}
  .founderPeople{grid-template-columns:1fr}.founderPeople img{aspect-ratio:1/1}.founderPeople figcaption{min-height:auto}
  .toolMarquee .toolLoopItem{padding:0 22px;font-size:1rem}.toolMarquee .toolLoopItem img{width:62px;height:38px}
  .footer{padding-top:30px}.footer h2{font-size:clamp(3.4rem,17vw,5.2rem)}.footer h2 .inlineLogo{width:90px;height:54px}
}
@media(max-width:600px){
  .reel{
    width:calc(100% - 16px);
    min-height:clamp(650px,171vw,760px);
    padding:52px 24px 28px;
    justify-content:flex-start;
    border-radius:18px;
    background:
      linear-gradient(180deg,rgba(0,0,0,.28) 0%,rgba(0,0,0,.12) 46%,rgba(0,0,0,.04) 70%),
      url("assets/70f1beaea6224d3ef6.webp") center top/cover no-repeat #000;
  }
  .reelContent{width:100%;max-width:430px}
  .reelCopy{gap:8px}
  .reel p{max-width:36ch;font-size:clamp(.74rem,3.25vw,.9rem);line-height:1.48;text-wrap:pretty}
  .reelContent h2{max-width:12ch;margin-top:20px;font-size:clamp(2.05rem,9.6vw,2.85rem);line-height:.96;letter-spacing:-.055em;text-wrap:balance}
  .reelCta{margin-top:22px}
}
@media(prefers-reduced-motion:reduce){
  .clientFaces img{opacity:1;filter:none;transform:none;animation:none}.headerCta::before,.headerCta::after,.primaryButton::before,.primaryButton::after,.footer>a::before,.footer>a::after{animation:none}
  .services.servicesScrollReady{height:auto;padding-top:76px}.servicesScrollReady .servicesSticky{position:relative;height:auto;padding:0;overflow:visible}.servicesScrollReady .serviceRail{overflow-x:auto;transform:none!important;scroll-snap-type:x mandatory}.servicesScrollReady .serviceCard{height:auto;min-height:460px}
}



/* Architectural Purple Background — scoped component */
.jfs-architectural-background {
  --background-black: #000;
  --brand-purple: #a100ff;
  --bright-purple: #e6b4ff;
  --asset-preview-final: url("assets/f28bc06c1429452e57.webp");
  --asset-black-intro: none;
  --asset-center-purple: none;
  --asset-line-outer-left: none;
  --asset-line-inner-left: none;
  --asset-line-inner-right: none;
  --asset-line-outer-right: none;
  --asset-bottom-glow: none;
  --asset-top-glow: none;
  --asset-fog-bottom: none;
  --asset-fog-center: none;
}

.jfs-architectural-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  pointer-events: none;
  background: var(--background-black);
  z-index: 0;
}

.jfs-architectural-background .atmospheric-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

.jfs-architectural-background .final-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(100% 0 0 0);
}

.jfs-architectural-background .artboard,
.jfs-architectural-background .intro-artboard {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, calc(100vh * 1.777778));
  height: max(100vh, calc(100vw * 0.5625));
  overflow: hidden;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.jfs-architectural-background .layer {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.jfs-architectural-background .layer--full {
  inset: 0;
}

.jfs-architectural-background .positioned-layer {
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
}

.jfs-architectural-background .master-preview {
  background-image: var(--asset-preview-final);
}

.jfs-architectural-background .intro-texture {
  background-image: var(--asset-black-intro);
}

.jfs-architectural-background .fog-bottom {
  background-image: var(--asset-fog-bottom);
  opacity: 0;
  mix-blend-mode: screen;
}

.jfs-architectural-background .center-light {
  --x: 42.890625%;
  --y: 0%;
  --w: 14.6875%;
  --h: 68.472222%;
  background-image: var(--asset-center-purple);
  opacity: 0;
  mix-blend-mode: screen;
}

.jfs-architectural-background .top-light {
  --x: 16.914062%;
  --y: 22.569444%;
  --w: 65.664062%;
  --h: 77.430556%;
  background-image: var(--asset-top-glow);
  opacity: 0;
  mix-blend-mode: screen;
}

.jfs-architectural-background .bottom-light {
  --x: 40.351562%;
  --y: 62.430556%;
  --w: 20.117188%;
  --h: 11.319444%;
  background-image: var(--asset-bottom-glow);
  opacity: 0;
  mix-blend-mode: screen;
}

.jfs-architectural-background .fog-center {
  --x: 13.398437%;
  --y: 15.277778%;
  --w: 73.710938%;
  --h: 84.722222%;
  background-image: var(--asset-fog-center);
  opacity: 0;
  mix-blend-mode: screen;
}

.jfs-architectural-background .light-line {
  opacity: 0;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 4px rgba(240, 215, 255, 0.38));
}

.jfs-architectural-background .light-line--outer-left {
  --x: 43.359375%;
  --y: 5%;
  --w: 0.664062%;
  --h: 10.277778%;
  background-image: var(--asset-line-outer-left);
}

.jfs-architectural-background .light-line--inner-left {
  --x: 43.164062%;
  --y: 26.597222%;
  --w: 0.664062%;
  --h: 46.805556%;
  background-image: var(--asset-line-inner-left);
}

.jfs-architectural-background .light-line--inner-right {
  --x: 56.601562%;
  --y: 4.236111%;
  --w: 0.664062%;
  --h: 10.972222%;
  background-image: var(--asset-line-inner-right);
}

.jfs-architectural-background .light-line--outer-right {
  --x: 56.875%;
  --y: 23.472222%;
  --w: 0.46875%;
  --h: 46.527778%;
  background-image: var(--asset-line-outer-right);
}

.jfs-architectural-background .edge-glow {
  position: absolute;
  top: 4%;
  width: 2px;
  height: 70%;
  opacity: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(252, 244, 255, 0.58) 18%,
    rgba(229, 181, 255, 0.24) 72%,
    rgba(229, 181, 255, 0)
  );
  filter: blur(2.5px);
}

.jfs-architectural-background .edge-glow--left {
  left: 43.45%;
  transform: rotate(-0.8deg);
}

.jfs-architectural-background .edge-glow--right {
  left: 56.75%;
  transform: rotate(0.8deg);
}

.jfs-architectural-background .intro-artboard {
  opacity: 1;
  z-index: 7;
}

.jfs-architectural-background .reveal-sheen {
  position: absolute;
  left: 20%;
  bottom: -22%;
  width: 60%;
  height: 34%;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 245, 255, 0.82) 0%,
    rgba(209, 117, 255, 0.4) 26%,
    rgba(132, 0, 228, 0.11) 56%,
    transparent 76%
  );
  filter: blur(20px);
  z-index: 8;
}

.jfs-architectural-background .bottom-black-fade {
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.08) 23%,
    rgba(0, 0, 0, 0.5) 58%,
    rgba(0, 0, 0, 0.9) 82%,
    #000 100%
  );
  z-index: 6;
}

.jfs-architectural-background .screen-blackout {
  position: absolute;
  inset: 0;
  opacity: 1;
  background: var(--background-black);
  z-index: 9;
}

@media (max-width: 700px) {
  .jfs-architectural-background {
    min-height: 100%;
  }

  .jfs-architectural-background .artboard,
  .jfs-architectural-background .intro-artboard {
    top: 44.5%;
    width: 165.28vw;
    height: 92.97vw;
  }

  .jfs-architectural-background::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 42svh;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      #000 0%,
      #000 18%,
      rgba(0, 0, 0, 0.86) 46%,
      rgba(0, 0, 0, 0.42) 72%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 6;
  }

  .jfs-architectural-background .light-line {
    filter: none;
  }

  .jfs-architectural-background .reveal-sheen {
    left: 5%;
    width: 90%;
    filter: blur(14px);
  }

  .jfs-architectural-background .bottom-black-fade {
    inset: 56% 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jfs-architectural-background .final-scene {
    clip-path: inset(0);
  }

  .jfs-architectural-background .screen-blackout,
  .jfs-architectural-background .intro-artboard,
  .jfs-architectural-background .reveal-sheen {
    display: none;
  }

  .jfs-architectural-background .fog-bottom {
    opacity: 0.055;
  }

  .jfs-architectural-background .center-light {
    opacity: 0.09;
  }

  .jfs-architectural-background .top-light {
    opacity: 0.08;
  }

  .jfs-architectural-background .bottom-light {
    opacity: 0.34;
  }

  .jfs-architectural-background .fog-center {
    opacity: 0.09;
  }

  .jfs-architectural-background .light-line {
    opacity: 0.42;
  }

  .jfs-architectural-background .edge-glow {
    opacity: 0.2;
  }
}


/* JFS hero stacking contract */
.hero { overflow: hidden; justify-content: flex-start; padding-top: 453px; }
.hero > .jfs-architectural-background { z-index: 0; isolation: isolate; }
.hero .heroDeck { inset: 115px 7% auto; height: 250px; z-index: 3; opacity: 1; pointer-events: none; }
.heroScrollCue { display: none; }
.heroPrimaryAction { position: static; display: flex; justify-content: center; }
@media (min-width: 801px) {
  .hero .heroActions {
    margin-bottom: 72px;
  }
  .heroScrollCue {
    position: absolute;
    left: 50%;
    top: calc(100% + 14px);
    z-index: 12;
    width: 28px;
    height: 44px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 999px;
    background: rgba(0,0,0,.3);
    box-shadow: 0 0 20px rgba(123,0,255,.35), inset 0 0 12px rgba(255,255,255,.08);
    opacity: 1;
    pointer-events: none;
    transform: translateX(-50%);
  }
  .heroScrollCue span {
    width: 3px;
    height: 7px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 9px rgba(194,92,255,.72);
    animation: hero-scroll-cue 1.8s cubic-bezier(.45,0,.2,1) infinite;
  }
}
@keyframes hero-scroll-cue {
  0% { opacity: 0; transform: translateY(-2px); }
  24% { opacity: 1; }
  72% { opacity: .75; }
  100% { opacity: 0; transform: translateY(17px); }
}
.hero .uiCard {
  opacity: 0;
  filter: blur(12px);
  translate: 0 18px;
  scale: 1;
  pointer-events: auto;
  will-change: opacity, filter, translate;
  transition:
    scale .38s cubic-bezier(.22,1,.36,1),
    opacity .32s ease,
    filter .32s ease,
    border-color .32s ease,
    box-shadow .38s cubic-bezier(.22,1,.36,1);
  animation:
    hero-card-reveal .8s cubic-bezier(.22,1,.36,1) calc(.18s + var(--card) * .09s) both,
    hero-card-drift 5.5s ease-in-out calc(1.05s + var(--card) * .09s) infinite alternate;
}
@media (hover:hover) and (pointer:fine) {
  .hero .heroDeck:has(.uiCard:hover) .uiCard:not(:hover) {
    opacity: .34 !important;
    filter: blur(2.5px) saturate(.62) !important;
    scale: .94;
  }
  .hero .uiCard:hover {
    z-index: 40;
    opacity: 1 !important;
    filter: blur(0) saturate(1.08) brightness(1.06) !important;
    scale: 1.12;
    border-color: rgba(255,255,255,.62);
    box-shadow: 0 34px 88px rgba(0,0,0,.7), 0 0 34px rgba(161,0,255,.3);
  }
}
@keyframes hero-card-reveal {
  0% { opacity: 0; filter: blur(12px); translate: 0 18px; }
  100% { opacity: 1; filter: blur(0); translate: 0 0; }
}
@keyframes hero-card-drift {
  from { translate: 0 0; }
  to { translate: 0 12px; }
}
.hero > .eyebrow, .hero > h1, .hero > .heroCopy, .hero > .heroActions { position: relative; z-index: 2; }
.hero > .eyebrow { color: #fff; }
.heroSloopM { display: inline-block; font-family: "JFS Sloop", cursive; font-size: 1em; font-style: normal; font-weight: 400; line-height: inherit; text-transform: none; }
.header { z-index: 100; }
.services, .servicesSticky { background: #000; }
@media (max-width: 800px) {
  .hero { padding-top: 333px; }
  .hero .heroDeck { inset: 120px -15% auto; height: 210px; transform: scale(.66); transform-origin: top center; }
  .hero .uiCard {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .hero .heroDeck.has-active-card .uiCard:not(.is-card-active) {
    opacity: .3 !important;
    filter: blur(2.5px) saturate(.58) !important;
    scale: .94;
  }
  .hero .uiCard.is-card-active {
    z-index: 40;
    opacity: 1 !important;
    filter: blur(0) saturate(1.08) brightness(1.06) !important;
    scale: 1.14;
    border-color: rgba(255,255,255,.68);
    box-shadow: 0 36px 90px rgba(0,0,0,.72), 0 0 36px rgba(161,0,255,.34);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero .uiCard { opacity: 1; filter: none; translate: 0 0; animation: none; }
  .heroScrollCue span { opacity: .75; transform: translateY(7px); animation: none; }
}



/* Hero performance layer — one paint-friendly entrance, no continuous rendering. */
.jfs-architectural-background .atmospheric-particles,
.jfs-architectural-background .intro-artboard,
.jfs-architectural-background .reveal-sheen,
.jfs-architectural-background .screen-blackout {
  display: none !important;
}
.jfs-architectural-background {
  contain: strict;
  animation: jfs-hero-background-enter .72s cubic-bezier(.22,1,.36,1) both;
}
.jfs-architectural-background .final-scene {
  clip-path: inset(0) !important;
}
.jfs-architectural-background .master-preview { opacity: 1 !important; }
.jfs-architectural-background .fog-bottom,
.jfs-architectural-background .center-light,
.jfs-architectural-background .fog-center,
.jfs-architectural-background .bottom-light,
.jfs-architectural-background .top-light,
.jfs-architectural-background .light-line {
  display: none !important;
}
.jfs-architectural-background .edge-glow { display: none !important; }

.header {
  backdrop-filter: blur(6px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(6px) saturate(180%) !important;
}
.header::before { animation: none !important; }

.hero .uiCard {
  opacity: 0;
  filter: none !important;
  translate: 0 0 !important;
  scale: 1;
  transform:
    translate(-50%,-50%)
    rotate(var(--angle))
    translateY(calc((var(--card) - 4) * (var(--card) - 4) * 3px + 12px));
  will-change: auto !important;
  animation: jfs-hero-card-enter .54s cubic-bezier(.22,1,.36,1)
    calc(.08s + var(--card) * .045s) both !important;
  transition:
    transform .3s cubic-bezier(.22,1,.36,1),
    opacity .25s ease,
    border-color .25s ease,
    box-shadow .3s cubic-bezier(.22,1,.36,1) !important;
}
.hero > .eyebrow,
.hero > h1,
.hero > .heroCopy,
.hero > .heroActions {
  opacity: 0;
  transform: translateY(10px);
  animation: jfs-hero-copy-enter .5s cubic-bezier(.22,1,.36,1) both;
}
.hero > .eyebrow { animation-delay: .28s; }
.hero > h1 { animation-delay: .34s; }
.hero > .heroCopy { animation-delay: .4s; }
.hero > .heroActions { animation-delay: .46s; }

@keyframes jfs-hero-background-enter {
  from { opacity: 0; transform: scale(1.012); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes jfs-hero-card-enter {
  to {
    opacity: 1;
    transform:
      translate(-50%,-50%)
      rotate(var(--angle))
      translateY(calc((var(--card) - 4) * (var(--card) - 4) * 3px));
  }
}
@keyframes jfs-hero-copy-enter {
  to { opacity: 1; transform: translateY(0); }
}

@media (hover:hover) and (pointer:fine) {
  .hero .heroDeck:has(.uiCard:hover) .uiCard:not(:hover) {
    filter: none !important;
    opacity: .42 !important;
    transform:
      translate(-50%,-50%)
      rotate(var(--angle))
      translateY(calc((var(--card) - 4) * (var(--card) - 4) * 3px))
      scale(.96);
  }
  .hero .uiCard:hover {
    filter: none !important;
    transform:
      translate(-50%,-50%)
      rotate(var(--angle))
      translateY(calc((var(--card) - 4) * (var(--card) - 4) * 3px))
      scale(1.1);
  }
}

.services,
.clients,
.work,
.strategy,
.toolMarquee,
.process,
.founder,
.faq,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

@media (max-width:800px) {
  .jfs-architectural-background { animation-duration: .52s; }
  .hero .uiCard {
    animation-duration: .42s !important;
    animation-delay: calc(.05s + var(--card) * .032s) !important;
  }
}

@media (prefers-reduced-motion:reduce) {
  .jfs-architectural-background,
  .hero .uiCard,
  .hero > .eyebrow,
  .hero > h1,
  .hero > .heroCopy,
  .hero > .heroActions {
    opacity: 1 !important;
    transform: none;
    animation: none !important;
  }
  .hero .uiCard {
    transform:
      translate(-50%,-50%)
      rotate(var(--angle))
      translateY(calc((var(--card) - 4) * (var(--card) - 4) * 3px));
  }
}

/* Originkit Tornado — hero background only */
.jfs-tornado-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  contain: strict;
  pointer-events: none;
  background: #000;
}
.jfs-tornado-background,
.jfs-tornado-background #jfs-tornado-root,
.jfs-tornado-background #jfs-tornado-root > div,
.jfs-tornado-background canvas {
  width: 100%;
  height: 100%;
}
.jfs-tornado-background #jfs-tornado-root {
  position: absolute;
  inset: 0;
}
.jfs-tornado-background canvas {
  display: block;
  pointer-events: none;
}
.jfs-tornado-background::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 32%,
    rgba(0, 0, 0, 0.72) 72%,
    #000 100%
  );
}
