:root{
  --fx-ease:cubic-bezier(.22,1,.36,1);
  --fx-cement:#ebebeb;
  --fx-dust:#d6d6d6;
  --fx-gravel:#8f8f8f;
  --fx-monolith:#1c1c1c;
  --fx-accent:#b68a54;
}
html{scroll-padding-top:96px}
body[data-site="jbi"]{
  position:relative;
  isolation:isolate;
  background:
    radial-gradient(circle at 8% 8%,rgba(182,138,84,.10),transparent 28rem),
    radial-gradient(circle at 92% 38%,rgba(28,28,28,.07),transparent 34rem),
    var(--fx-cement);
}
body[data-site="jbi"]::before{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;
  background-image:linear-gradient(rgba(28,28,28,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(28,28,28,.025) 1px,transparent 1px);
  background-size:52px 52px;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.42),transparent 76%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.42),transparent 76%);
}
body[data-site="jbi"] .dust-overlay{opacity:.032;contain:strict}

.fx-progress{position:fixed;top:0;left:0;width:100%;height:3px;z-index:300;pointer-events:none;background:rgba(28,28,28,.08)}
.fx-progress span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,var(--fx-monolith),var(--fx-accent));will-change:transform}

.site-nav{transition:background-color .35s ease,border-color .35s ease,box-shadow .35s ease}
.site-nav.is-scrolled{background:rgba(235,235,235,.92)!important;box-shadow:0 13px 34px rgba(28,28,28,.09);-webkit-backdrop-filter:blur(16px) saturate(115%);backdrop-filter:blur(16px) saturate(115%)}

.fx-menu-toggle{
  display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:46px;height:46px;
  border:1px solid rgba(28,28,28,.38);background:rgba(235,235,235,.72);color:var(--fx-monolith);cursor:pointer
}
.fx-menu-toggle span{display:block;width:20px;height:2px;background:currentColor;transition:transform .35s var(--fx-ease),opacity .2s ease}
.fx-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.fx-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.fx-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.fx-drawer{position:fixed;inset:0;z-index:220;visibility:hidden;pointer-events:none}
.fx-drawer__backdrop{position:absolute;inset:0;background:rgba(28,28,28,.50);opacity:0;transition:opacity .35s ease}
.fx-drawer__panel{
  position:absolute;top:0;right:0;width:min(88vw,420px);height:100%;padding:calc(28px + env(safe-area-inset-top)) 24px calc(28px + env(safe-area-inset-bottom));
  display:flex;flex-direction:column;background:
  linear-gradient(rgba(28,28,28,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(28,28,28,.035) 1px,transparent 1px),
  radial-gradient(circle at 100% 0,rgba(182,138,84,.24),transparent 18rem),#efefef;
  background-size:36px 36px,36px 36px,auto,auto;color:var(--fx-monolith);
  transform:translate3d(100%,0,0);transition:transform .48s var(--fx-ease);overflow:auto;box-shadow:-30px 0 70px rgba(0,0,0,.28)
}
.fx-drawer.is-open{visibility:visible;pointer-events:auto}
.fx-drawer.is-open .fx-drawer__backdrop{opacity:1}
.fx-drawer.is-open .fx-drawer__panel{transform:translate3d(0,0,0)}
.fx-drawer__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid rgba(28,28,28,.16)}
.fx-drawer__brand{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.fx-drawer__close{width:42px;height:42px;border:1px solid rgba(28,28,28,.30);font-size:25px;line-height:1;color:var(--fx-monolith);background:transparent;cursor:pointer}
.fx-drawer__links{display:flex;flex-direction:column;padding:30px 0;gap:4px}
.fx-drawer__links a{position:relative;padding:14px 0;border-bottom:1px solid rgba(28,28,28,.11);font-size:clamp(24px,7vw,36px);font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:-.04em;color:var(--fx-monolith)}
.fx-drawer__links a::after{content:"→";position:absolute;right:0;color:var(--fx-accent);font-size:.72em;transition:transform .3s var(--fx-ease)}
.fx-drawer__links a:hover::after{transform:translateX(4px)}
.fx-drawer__contact{margin-top:auto;padding-top:24px;border-top:1px solid rgba(28,28,28,.16)}
.fx-drawer__contact small{display:block;margin-bottom:9px;color:var(--fx-gravel);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.18em}
.fx-drawer__contact a{display:block;color:var(--fx-monolith);font-size:26px;font-weight:900;letter-spacing:-.04em}
.fx-drawer__contact .fx-drawer__cta{margin-top:14px;padding:14px 16px;background:var(--fx-monolith);color:var(--fx-cement)!important;font-size:12px;text-align:center;text-transform:uppercase;letter-spacing:.13em}
.fx-lock{overflow:hidden!important;touch-action:none}

.site-hero{isolation:isolate}
.site-hero::after{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:linear-gradient(rgba(235,235,235,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(235,235,235,.08) 1px,transparent 1px),linear-gradient(110deg,transparent 40%,rgba(235,235,235,.08) 50%,transparent 60%);
  background-size:64px 64px,64px 64px,220% 100%;background-position:center,center,-120% 0;
  animation:fx-concrete-sweep 15s ease-in-out infinite
}
.site-hero .fx-hero-copy{animation:fx-hero-in .95s var(--fx-ease) both}
@keyframes fx-concrete-sweep{0%,30%{background-position:center,center,-120% 0}70%,100%{background-position:center,center,120% 0}}
@keyframes fx-hero-in{from{opacity:0;transform:translate3d(0,22px,0)}to{opacity:1;transform:none}}

.fx-section{isolation:isolate;overflow:hidden}
.fx-section::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 84% 12%,rgba(182,138,84,.10),transparent 28rem),linear-gradient(125deg,transparent 0 72%,rgba(28,28,28,.035))}
.fx-section > *{position:relative;z-index:1}

html.fx-booted .fx-reveal{opacity:0;transform:translate3d(0,18px,0);transition:opacity .72s var(--fx-ease),transform .72s var(--fx-ease);transition-delay:var(--fx-delay,0ms)}
html.fx-booted .fx-reveal.is-visible{opacity:1;transform:none;padding:15px}

.fx-card{position:relative;isolation:isolate;transition:background-color .35s ease,border-color .35s ease,box-shadow .35s ease}
.fx-card::after{content:"";position:absolute;left:-1px;top:0;bottom:0;width:3px;z-index:3;pointer-events:none;background:linear-gradient(var(--fx-accent),rgba(182,138,84,.12));transform:scaleY(0);transform-origin:top;transition:transform .46s var(--fx-ease)}
.fx-card:hover::after,.fx-card:focus-within::after{transform:scaleY(1)}
.fx-card:hover,.fx-card:focus-within{background-color:rgba(255,255,255,.34);box-shadow:0 18px 45px rgba(28,28,28,.08)}
.fx-media{overflow:hidden;isolation:isolate}
.fx-media img{transition:transform .85s var(--fx-ease),filter .5s ease}
.fx-card:hover .fx-media img,.fx-card:hover > img{transform:scale(1.018);filter:grayscale(70%) contrast(1.08)}

.fx-heading{position:relative}
.fx-heading::before{content:"";display:block;width:44px;height:3px;margin-bottom:14px;background:linear-gradient(90deg,var(--fx-accent),transparent)}
.fx-action{position:relative;isolation:isolate;overflow:hidden}
.fx-action::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.22) 48%,transparent 76%);transform:translateX(-125%);transition:transform .72s var(--fx-ease)}
.fx-action:hover::before,.fx-action:focus-visible::before{transform:translateX(125%)}
.fx-action:focus-visible,.fx-menu-toggle:focus-visible,.fx-drawer a:focus-visible,.fx-drawer button:focus-visible{outline:3px solid rgba(182,138,84,.75);outline-offset:3px}

details.fx-card{overflow:clip}
details.fx-card > summary{transition:color .28s ease,background-color .28s ease}
details.fx-card[open]{box-shadow:inset 4px 0 0 var(--fx-accent)}
details.fx-card > div{animation:fx-detail-in .35s var(--fx-ease) both}
@keyframes fx-detail-in{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}

.fx-article h2,.fx-article h3{position:relative;padding-left:18px}
.fx-article h2::before,.fx-article h3::before{content:"";position:absolute;left:0;top:.16em;bottom:.16em;width:3px;background:linear-gradient(var(--fx-accent),rgba(182,138,84,.12))}
.fx-article p,.fx-article li{max-width:78ch}

@media (max-width:767px){
  html{scroll-padding-top:76px}
  body[data-site="jbi"]{padding-bottom:calc(65px + env(safe-area-inset-bottom))}
  body[data-site="jbi"]::before{background-size:34px 34px;opacity:.55}
  .fx-menu-toggle{display:flex;margin-left:auto;flex:0 0 auto}
  .site-nav > div{padding:12px 16px!important;min-height:68px}
  .fx-original-mobile-cta{display:none!important}
  .site-hero h1{font-size:clamp(3.8rem,18vw,6.1rem)!important;line-height:.84!important}
  .site-hero{min-height:650px!important}
  .site-hero::after{animation:none;background-size:42px 42px,42px 42px,auto;opacity:.75}
  .fx-section::before{background:radial-gradient(circle at 90% 8%,rgba(182,138,84,.10),transparent 18rem)}
  html.fx-booted .fx-reveal{transform:translate3d(0,13px,0);transition-duration:.58s}
  .fx-card:hover{box-shadow:none}
  .fx-card:hover .fx-media img,.fx-card:hover > img{transform:none;filter:inherit}
  details.fx-card > summary{min-height:64px}
  .dust-overlay{display:none}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  html.fx-booted .fx-reveal{opacity:1!important;transform:none!important}
}
