
:root{
  --jr-paper:#f5f4ef;
  --jr-white:#fff;
  --jr-ink:#111214;
  --jr-muted:#626469;
  --jr-line:#d8d7d1;
  --jr-soft:#e9e8e2;
  --jr-blue:#3154d8;
  --jr-dark:#151618;
  --jr-focus:#005fcc;
  --jr-max:1280px;
  --jr-gutter:clamp(20px,4vw,64px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.jr-theme-v3{
  margin:0;
  background:var(--jr-paper);
  color:var(--jr-ink);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.jr-theme-v3 *{border-color:var(--jr-line)}
body.jr-theme-v3 img,body.jr-theme-v3 svg{max-width:100%;height:auto}
body.jr-theme-v3 button,body.jr-theme-v3 input,body.jr-theme-v3 textarea{font:inherit}
body.jr-theme-v3 a{color:inherit!important;text-decoration-thickness:.08em;text-underline-offset:.18em}
body.jr-theme-v3 a:hover{text-decoration-thickness:.13em}
body.jr-theme-v3 h1,body.jr-theme-v3 h2,body.jr-theme-v3 h3{color:var(--jr-ink)!important;font-family:inherit} body.jr-theme-v3 h1,body.jr-theme-v3 h2,body.jr-theme-v3 h3,body.jr-theme-v3 p{margin-top:0}
body.jr-theme-v3 :focus-visible{outline:3px solid var(--jr-focus);outline-offset:4px}
body.jr-theme-v3 ::selection{background:#d9e0ff;color:#0e162f}
body.jr-theme-v3 [tabindex="-1"]:focus{outline:none}

.jr-shell{width:min(calc(100% - (var(--jr-gutter) * 2)),var(--jr-max));margin-inline:auto}
.jr-skip{position:fixed;left:16px;top:12px;z-index:9999;padding:12px 16px;background:#111;color:#fff!important;transform:translateY(-160%);text-decoration:none}
.jr-skip:focus{transform:none}
.jr-kicker{margin:0 0 20px;font-size:.76rem;font-weight:750;text-transform:uppercase;letter-spacing:.12em;color:var(--jr-muted)}
.jr-kicker--light{color:#b8b9bd}
.jr-inline-link{display:inline-block;margin-top:24px;font-weight:700;text-decoration:underline}
.jr-inline-link--light{color:#fff!important}

/* Header */
.jr-header{position:sticky;top:0;z-index:50;background:rgba(245,244,239,.96);border-bottom:1px solid var(--jr-line);backdrop-filter:blur(12px)}
.jr-header__inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.jr-brand{display:flex;flex-direction:column;gap:2px;color:var(--jr-ink)!important;text-decoration:none!important;font-weight:800;letter-spacing:-.02em}
.jr-brand span{font-size:.68rem;font-weight:650;color:var(--jr-muted);letter-spacing:.04em;text-transform:uppercase}
.jr-nav{display:flex;align-items:center;gap:28px}
.jr-nav__link{position:relative;display:inline-flex;min-height:44px;align-items:center;text-decoration:none!important;font-size:.9rem;font-weight:700;color:var(--jr-ink)!important}
.jr-nav__link:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:1px;background:var(--jr-ink);transition:right .2s ease}
.jr-nav__link:hover:after,.jr-nav__link.is-active:after{right:0}
.jr-menu-button{display:none;border:0;background:transparent;color:var(--jr-ink);min-width:48px;min-height:48px;cursor:pointer;font-weight:700}

/* Hero */
.jr-hero{padding:clamp(84px,11vw,150px) 0 clamp(70px,9vw,120px)}
.jr-hero h1,.jr-page-hero h1{max-width:1100px;margin:0;font-size:clamp(3.4rem,8.6vw,8.5rem);line-height:.92;letter-spacing:-.075em;font-weight:760}
.jr-hero h1 em,.jr-page-hero h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-style:italic;letter-spacing:-.055em}
.jr-hero__bottom{margin-top:clamp(54px,7vw,90px);display:grid;grid-template-columns:minmax(0,650px) auto;justify-content:space-between;gap:50px;align-items:end}
.jr-hero__intro{margin:0;font-size:clamp(1.25rem,2.2vw,1.75rem);line-height:1.38;letter-spacing:-.025em}
.jr-hero__links{display:flex;gap:28px;flex-wrap:wrap}
.jr-hero__links a{font-weight:750;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:4px;white-space:nowrap}

/* Section labels */
.jr-intro-rule,.jr-section,.jr-work-group,.jr-editorial-section{padding:clamp(72px,9vw,125px) 0;border-top:1px solid var(--jr-line)}
.jr-section-title{display:grid;grid-template-columns:70px minmax(260px,1fr) minmax(250px,460px);gap:24px;align-items:start;margin-bottom:46px}
.jr-section-title>span{font-size:.75rem;color:var(--jr-muted);padding-top:9px}
.jr-section-title h2{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1;letter-spacing:-.055em;font-weight:730}
.jr-section-title p{margin:4px 0 0;color:var(--jr-muted);font-size:1.03rem}

/* Projects: intentionally list-like, not cards */
.jr-project-list{border-top:1px solid var(--jr-line)}
.jr-project-row{--case-accent:#3154d8;border-bottom:1px solid var(--jr-line)}
.jr-project-row__link{position:relative;display:grid;grid-template-columns:70px minmax(0,1fr) minmax(180px,300px);gap:24px;align-items:center;padding:34px 12px 34px 0;text-decoration:none!important;color:var(--jr-ink)!important;isolation:isolate}
.jr-project-row__link:before{content:"";position:absolute;inset:0 calc(-1 * var(--jr-gutter));background:var(--jr-white);opacity:0;z-index:-1;transition:opacity .18s ease}
.jr-project-row__link:hover:before,.jr-project-row__link:focus-visible:before{opacity:1}
.jr-project-row__link:after{content:"";position:absolute;left:0;top:-1px;width:0;height:2px;background:var(--case-accent);transition:width .22s ease}
.jr-project-row__link:hover:after,.jr-project-row__link:focus-visible:after{width:100%}
.jr-project-row__num{font-size:.72rem;color:var(--jr-muted);align-self:start;padding-top:8px}
.jr-project-row__main .jr-kicker{margin-bottom:8px;font-size:.68rem;color:var(--case-accent)}
.jr-project-row__main h3{margin:0 0 9px;font-size:clamp(1.65rem,3.2vw,3.15rem);line-height:1;letter-spacing:-.045em;font-weight:710}
.jr-project-row__main p{max-width:750px;margin:0;color:var(--jr-muted);font-size:.98rem}
.jr-project-row__meta{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--jr-muted);font-size:.78rem}
.jr-arrow{font-size:1.65rem;color:var(--jr-ink);transition:transform .18s ease}
.jr-project-row__link:hover .jr-arrow{transform:translate(4px,-4px)}
.jr-more{margin:32px 0 0;text-align:right;font-weight:750}

/* Dark capability section */
.jr-dark-section{background:var(--jr-dark);color:#f2f2ef;padding:clamp(80px,10vw,135px) 0}
.jr-dark-section .jr-section-title{margin-bottom:58px}.jr-dark-section h2,.jr-dark-section h3{color:#fff!important}
.jr-section-title--light h2{color:#fff}.jr-section-title--light p,.jr-section-title--light>span{color:#b9babd}
.jr-capability-lines{border-top:1px solid #3a3b3f}
.jr-capability-lines>div{display:grid;grid-template-columns:minmax(220px,.7fr) 1fr;gap:30px;padding:26px 0;border-bottom:1px solid #3a3b3f}
.jr-capability-lines strong{font-size:clamp(1.3rem,2vw,1.8rem);font-weight:650}
.jr-capability-lines p{margin:0;color:#b9babd}

/* Impact */
.jr-impact{padding:0 0 clamp(80px,10vw,135px);display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--jr-line)}
.jr-impact>div{padding:34px 24px 0 0;border-right:1px solid var(--jr-line)}
.jr-impact>div+div{padding-left:24px}.jr-impact>div:last-child{border-right:0}
.jr-impact strong{display:block;font-size:clamp(2rem,4vw,4rem);line-height:1;letter-spacing:-.055em;font-weight:720}
.jr-impact span{display:block;margin-top:10px;color:var(--jr-muted);font-size:.82rem}

/* About teaser / CTA */
.jr-about-teaser{padding:clamp(80px,9vw,120px) 0;border-top:1px solid var(--jr-line);display:grid;grid-template-columns:220px minmax(0,780px);gap:60px}
.jr-about-teaser h2{font-size:clamp(2.2rem,5vw,4.6rem);line-height:1;letter-spacing:-.055em;margin:0 0 24px}
.jr-about-teaser p:not(.jr-kicker){font-size:1.15rem;color:var(--jr-muted)}
.jr-cta{margin-top:20px;margin-bottom:clamp(70px,8vw,110px);padding:30px 0;border-top:1px solid var(--jr-ink);border-bottom:1px solid var(--jr-ink);display:flex;justify-content:space-between;gap:30px;align-items:center}
.jr-cta p{margin:0;font-size:clamp(1.4rem,3vw,2.4rem);letter-spacing:-.035em;line-height:1.08}
.jr-cta a{font-weight:800;text-decoration:none;border-bottom:1px solid currentColor;white-space:nowrap}

/* Page hero */
.jr-page-hero{padding:clamp(78px,10vw,135px) 0 clamp(62px,8vw,105px)}
.jr-page-hero__lead{max-width:760px;margin:clamp(38px,5vw,68px) 0 0;font-size:clamp(1.2rem,2.3vw,1.7rem);line-height:1.4;letter-spacing:-.025em}
.jr-about-intro{margin-top:clamp(42px,6vw,76px);display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:start}
.jr-about-intro p{font-size:1.08rem}.jr-about-intro p:first-child{font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.42}

/* About principles */
.jr-principles{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--jr-line)}
.jr-principles article{display:grid;grid-template-columns:52px 1fr;column-gap:20px;padding:32px 40px 32px 0;border-bottom:1px solid var(--jr-line)}
.jr-principles article:nth-child(odd){border-right:1px solid var(--jr-line)}
.jr-principles article:nth-child(even){padding-left:40px}
.jr-principles article>span{grid-row:1/3;color:var(--jr-muted);font-size:.72rem;padding-top:6px}
.jr-principles h3{margin:0 0 8px;font-size:1.45rem;letter-spacing:-.03em}
.jr-principles p{margin:0;color:var(--jr-muted)}
.jr-editorial-split{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}
.jr-editorial-split h2{margin:0;font-size:clamp(2.5rem,5vw,5.5rem);line-height:.96;letter-spacing:-.065em}
.jr-sector-list{border-top:1px solid #3a3b3f}
.jr-sector-list>div{display:flex;justify-content:space-between;gap:30px;padding:20px 0;border-bottom:1px solid #3a3b3f}
.jr-sector-list strong{font-size:1.1rem}.jr-sector-list span{color:#b9babd;text-align:right}
.jr-big-copy{max-width:1000px}.jr-big-copy p{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.1rem,5vw,5rem);line-height:1.08;letter-spacing:-.045em;margin:0}

/* Capabilities */
.jr-capabilities-list{padding-bottom:clamp(90px,10vw,140px)}
.jr-capabilities-list article{display:grid;grid-template-columns:70px minmax(270px,.9fr) minmax(280px,1fr);gap:30px;padding:40px 0;border-top:1px solid var(--jr-line)}
.jr-capabilities-list article:last-child{border-bottom:1px solid var(--jr-line)}
.jr-capabilities-list article>span{font-size:.72rem;color:var(--jr-muted);padding-top:8px}
.jr-capabilities-list h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1;letter-spacing:-.05em;margin:0 0 10px}
.jr-capabilities-list article>div p{margin:0;color:var(--jr-muted)}
.jr-capabilities-list ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 30px;margin:6px 0 0;padding:0;list-style:none}
.jr-capabilities-list li{padding-top:8px;border-top:1px solid var(--jr-line);font-size:.9rem}

/* Work */
.jr-work-group{padding-top:40px}.jr-work-group+.jr-work-group{padding-top:clamp(80px,9vw,120px)}

/* Contact */
.jr-contact-grid{padding:20px 0 clamp(100px,12vw,160px);display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;border-top:1px solid var(--jr-line)}
.jr-contact-grid>div{padding-top:34px}
.jr-contact-big{font-size:clamp(1.6rem,3vw,2.4rem);letter-spacing:-.04em}
.jr-contact-link{display:block;width:max-content;max-width:100%;margin:14px 0;font-weight:700}
.jr-form{max-width:720px}
.jr-form p{margin:0 0 30px}
.jr-form label{display:flex;justify-content:space-between;gap:20px;margin-bottom:8px;font-size:.82rem;font-weight:750}
.jr-optional{font-weight:500;color:var(--jr-muted)}
.jr-form input,.jr-form textarea{width:100%;border:0;border-bottom:1px solid #858585;border-radius:0;background:transparent;padding:13px 2px;color:var(--jr-ink)}
.jr-form textarea{border:1px solid #858585;padding:14px;resize:vertical;min-height:160px}
.jr-form [aria-invalid="true"]{border-color:#a21d1d;border-width:2px}
.jr-submit{min-height:50px;min-width:150px;border:0;border-bottom:1px solid var(--jr-ink);background:transparent;color:var(--jr-ink);font-weight:800;padding:12px 0;cursor:pointer}
.jr-submit:hover{border-bottom-width:3px}
.jr-honeypot{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.jr-notice{padding:18px 20px;margin:0 0 30px;border-left:4px solid #a21d1d;background:#fff3f1}.jr-notice--success{border-color:#1a6c4b;background:#edf8f1}

/* Case study */
.jr-case{--case-accent:#3154d8}
.jr-case-hero{padding:50px 0 0}
.jr-back{display:inline-block;margin-bottom:clamp(60px,8vw,100px);font-size:.83rem;font-weight:700;text-decoration:none}
.jr-case-hero__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:80px;align-items:end}
.jr-case-hero h1{margin:0;font-size:clamp(3.8rem,9vw,9.2rem);line-height:.88;letter-spacing:-.075em;font-weight:760;max-width:1000px}
.jr-case-hero__subtitle{margin:28px 0 0;max-width:820px;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:clamp(1.55rem,3vw,2.7rem);line-height:1.14;letter-spacing:-.035em}
.jr-case-hero__summary p{margin:0;font-size:1.08rem;color:var(--jr-muted)}
.jr-case-meta{display:grid;grid-template-columns:repeat(4,1fr);margin:clamp(58px,8vw,92px) 0 0;border-top:1px solid var(--jr-line);border-bottom:1px solid var(--jr-line)}
.jr-case-meta div{padding:19px 22px 19px 0;border-right:1px solid var(--jr-line)}.jr-case-meta div+div{padding-left:22px}.jr-case-meta div:last-child{border-right:0}
.jr-case-meta dt{font-size:.66rem;color:var(--jr-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:750}.jr-case-meta dd{margin:6px 0 0;font-size:.85rem}
.jr-story-wrap{padding:clamp(62px,8vw,105px) 0}
.jr-story{position:relative;overflow:hidden;min-height:300px;background:#fff;border:1px solid var(--jr-line);padding:32px}
.jr-story:before{content:"";position:absolute;inset:0;border-top:5px solid var(--case-accent);pointer-events:none}
.jr-story__label{margin:0 0 70px;font-size:.72rem;color:var(--jr-muted);text-transform:uppercase;letter-spacing:.09em;font-weight:750}
.jr-story__items{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--story-count,6),1fr);gap:0;counter-reset:story}
.jr-story__items li{position:relative;min-height:110px;padding:0 20px 0 0;border-top:1px solid var(--jr-ink);display:flex;flex-direction:column;justify-content:flex-end;gap:7px}
.jr-story__items li:before{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;background:var(--case-accent);border-radius:50%}
.jr-story__index{font-size:.67rem;color:var(--jr-muted)}
.jr-story__items strong{font-size:clamp(1rem,1.8vw,1.4rem);letter-spacing:-.03em}
.jr-story--triad .jr-story__items{grid-template-columns:repeat(3,1fr);gap:16px}
.jr-story--triad .jr-story__items li{min-height:165px;border:1px solid var(--jr-line);padding:24px;justify-content:space-between}.jr-story--triad .jr-story__items li:before{display:none}
.jr-story--metrics .jr-story__items,.jr-story--beforeafter .jr-story__items{grid-template-columns:repeat(3,1fr);gap:14px}
.jr-story--beforeafter .jr-story__items{grid-template-columns:repeat(2,1fr)}
.jr-story--metrics .jr-story__items li,.jr-story--beforeafter .jr-story__items li{border:0;background:var(--jr-paper);padding:28px;min-height:180px;justify-content:flex-end}.jr-story--metrics .jr-story__items li:before,.jr-story--beforeafter .jr-story__items li:before{display:none}
.jr-story--metrics .jr-story__items strong,.jr-story--beforeafter .jr-story__items strong{font-size:clamp(2.2rem,5vw,5.5rem);line-height:.9;letter-spacing:-.07em}
.jr-story--routes .jr-story__items{grid-template-columns:repeat(5,1fr)}
.jr-story--routes .jr-story__items li:nth-child(1),.jr-story--routes .jr-story__items li:nth-child(2){border-top-width:3px;border-color:var(--case-accent)}
.jr-story--ecosystem .jr-story__items{grid-template-columns:repeat(3,1fr);gap:20px}.jr-story--ecosystem .jr-story__items li{border:1px solid var(--jr-line);border-radius:999px;padding:22px;min-height:100px;align-items:center;justify-content:center;text-align:center}.jr-story--ecosystem .jr-story__items li:before{display:none}

.jr-case-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;padding:0 0 clamp(80px,10vw,130px)}
.jr-case-intro__big{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.7rem,3.2vw,3rem);line-height:1.18;letter-spacing:-.035em;margin:0}
.jr-case-intro>div:nth-child(2)>p:not(.jr-kicker):not(.jr-public-note){font-size:1.05rem;color:var(--jr-muted)}
.jr-public-note{margin-top:28px;padding-top:18px;border-top:1px solid var(--jr-line);font-size:.78rem;color:var(--jr-muted)}
.jr-case-body{background:#fff;border-top:1px solid var(--jr-line);border-bottom:1px solid var(--jr-line)}
.jr-prose{max-width:960px;padding:clamp(80px,9vw,130px) 0}
.jr-prose>h2{margin:clamp(76px,8vw,110px) 0 28px;padding-top:18px;border-top:1px solid #b9b9b5;font-size:clamp(2.2rem,5vw,4.7rem);line-height:.98;letter-spacing:-.06em;font-weight:720}
.jr-prose>h2:first-child{margin-top:0}
.jr-prose h3{max-width:720px;margin:46px 0 14px;font-size:clamp(1.35rem,2.2vw,1.9rem);line-height:1.15;letter-spacing:-.035em}
.jr-prose p,.jr-prose ul{max-width:760px;font-size:1.05rem}.jr-prose p{margin:0 0 1.25rem;color:#33363a}.jr-prose ul{padding-left:1.25rem;margin:0 0 1.5rem}.jr-prose li{margin:.45rem 0}
.jr-prose strong{color:var(--jr-ink)}
.jr-next-project{padding:44px 0 clamp(80px,9vw,120px);display:flex;justify-content:space-between;gap:30px}.jr-next-project span{color:var(--jr-muted);font-size:.8rem}.jr-next-project a{font-size:1.1rem;font-weight:750}

/* Generic page */
.jr-prose-page{max-width:900px;padding:0 0 120px;font-size:1.08rem}.jr-prose-page h2{margin-top:50px;font-size:2rem}

/* Footer */
.jr-footer{background:#ecebe5;border-top:1px solid var(--jr-line);padding:52px 0}
.jr-footer__grid{display:grid;grid-template-columns:1.25fr 1fr 1fr auto;gap:60px;align-items:start}
.jr-footer p{margin:0 0 10px;color:var(--jr-muted);font-size:.82rem}.jr-footer__name{color:var(--jr-ink)!important;font-size:1.05rem!important;font-weight:800}
.jr-footer__label{text-transform:uppercase;letter-spacing:.1em;font-size:.68rem!important}.jr-footer a{display:block;width:max-content;max-width:100%;margin:6px 0;font-size:.84rem}.jr-footer__copy{font-size:.78rem;color:var(--jr-muted)}

@media (max-width:900px){
  .jr-header__inner{min-height:72px}.jr-menu-button{display:block}.jr-nav{position:absolute;display:none;top:72px;left:0;right:0;background:var(--jr-paper);border-bottom:1px solid var(--jr-line);padding:18px var(--jr-gutter) 28px;flex-direction:column;align-items:stretch;gap:0}.jr-nav.is-open{display:flex}.jr-nav__link{min-height:52px;border-bottom:1px solid var(--jr-line)}.jr-nav__link:after{display:none}
  .jr-hero__bottom,.jr-section-title,.jr-about-intro,.jr-editorial-split,.jr-contact-grid,.jr-case-hero__grid,.jr-case-intro{grid-template-columns:1fr;gap:38px}
  .jr-section-title{grid-template-columns:48px 1fr}.jr-section-title p{grid-column:2}
  .jr-project-row__link{grid-template-columns:48px 1fr}.jr-project-row__meta{grid-column:2;margin-top:4px}.jr-project-row__main h3{font-size:clamp(1.8rem,7vw,3rem)}
  .jr-impact{grid-template-columns:repeat(2,1fr)}.jr-impact>div:nth-child(2){border-right:0}.jr-impact>div:nth-child(3){padding-left:0;border-top:1px solid var(--jr-line);margin-top:26px;padding-top:34px}.jr-impact>div:nth-child(4){border-top:1px solid var(--jr-line);margin-top:26px;padding-top:34px}
  .jr-about-teaser{grid-template-columns:1fr;gap:20px}.jr-principles{grid-template-columns:1fr}.jr-principles article:nth-child(odd){border-right:0}.jr-principles article:nth-child(even){padding-left:0}
  .jr-capabilities-list article{grid-template-columns:48px 1fr}.jr-capabilities-list article>ul{grid-column:2}
  .jr-case-meta{grid-template-columns:repeat(2,1fr)}.jr-case-meta div:nth-child(2){border-right:0}.jr-case-meta div:nth-child(3){padding-left:0;border-top:1px solid var(--jr-line)}.jr-case-meta div:nth-child(4){border-top:1px solid var(--jr-line)}
  .jr-story__items,.jr-story--routes .jr-story__items{grid-template-columns:repeat(2,1fr);gap:18px}.jr-story__items li{border:1px solid var(--jr-line);padding:18px;min-height:120px}.jr-story__items li:before{display:none}
  .jr-footer__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:580px){
  :root{--jr-gutter:20px}.jr-brand span{display:none}
  .jr-hero{padding-top:62px}.jr-hero h1,.jr-page-hero h1,.jr-case-hero h1{font-size:clamp(3rem,16vw,5.2rem)}
  .jr-hero__bottom{margin-top:44px}.jr-hero__links{gap:18px}
  .jr-section-title{grid-template-columns:1fr;gap:10px}.jr-section-title>span{display:none}.jr-section-title p{grid-column:1}
  .jr-project-row__link{grid-template-columns:34px 1fr;padding-right:0}.jr-project-row__meta{grid-column:2;align-items:flex-start}.jr-project-row__meta>span:first-child{max-width:180px}.jr-arrow{font-size:1.3rem}
  .jr-capability-lines>div{grid-template-columns:1fr;gap:8px}
  .jr-impact{grid-template-columns:1fr}.jr-impact>div{border-right:0!important;border-top:1px solid var(--jr-line);padding:28px 0!important;margin:0!important}.jr-impact>div:first-child{border-top:0}
  .jr-principles article{grid-template-columns:34px 1fr;padding-right:0}
  .jr-sector-list>div{flex-direction:column;gap:4px}.jr-sector-list span{text-align:left}
  .jr-capabilities-list article{grid-template-columns:34px 1fr}.jr-capabilities-list ul{grid-template-columns:1fr}
  .jr-case-meta{grid-template-columns:1fr}.jr-case-meta div{border-right:0!important;border-top:1px solid var(--jr-line);padding:16px 0!important}.jr-case-meta div:first-child{border-top:0}
  .jr-story{padding:22px}.jr-story__label{margin-bottom:42px}.jr-story__items,.jr-story--routes .jr-story__items,.jr-story--triad .jr-story__items,.jr-story--metrics .jr-story__items,.jr-story--beforeafter .jr-story__items,.jr-story--ecosystem .jr-story__items{grid-template-columns:1fr}.jr-story--metrics .jr-story__items li,.jr-story--beforeafter .jr-story__items li{min-height:125px}
  .jr-case-intro{gap:48px}.jr-prose p,.jr-prose ul{font-size:1rem}
  .jr-cta{align-items:flex-start;flex-direction:column}.jr-footer__grid{grid-template-columns:1fr;gap:28px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.jr-nav__link:after,.jr-project-row__link:after,.jr-project-row__link:before,.jr-arrow{transition:none!important}}
@media (forced-colors:active){.jr-project-row__link:before{display:none}.jr-story:before{border-color:CanvasText}.jr-story__items li:before{background:CanvasText}.jr-header{backdrop-filter:none}.jr-kicker{color:CanvasText}}

/* =========================================================
   v3.1 refinement: editorial spacing, simplified chrome,
   and 10Web / Elementor header-footer compatibility.
   ========================================================= */

/* 10Web can keep a previously published global Header/Footer template
   active even after a custom WordPress theme is activated. Hide those
   global builder locations so this theme has one deterministic header
   and one deterministic footer. */
body.jr-theme-v3 .elementor-location-header,
body.jr-theme-v3 .elementor-location-footer,
body.jr-theme-v3 [data-elementor-type="header"],
body.jr-theme-v3 [data-elementor-type="footer"]{
  display:none!important;
}

/* Cleaner site chrome */
.jr-header{
  background:rgba(245,244,239,.93);
  border-bottom:0;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.jr-header.is-scrolled{border-bottom:1px solid var(--jr-line)}
.jr-header__inner{min-height:74px;gap:36px}
.jr-brand{
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  font-size:1.28rem;
  line-height:1;
  font-weight:850;
  letter-spacing:-.065em;
  text-decoration:none!important;
}
.jr-brand span{display:none}
.jr-nav{gap:clamp(20px,2.2vw,34px)}
.jr-nav__link{
  min-height:46px;
  font-size:.84rem;
  font-weight:650;
  letter-spacing:-.012em;
}
.jr-nav__link:after{bottom:7px;height:1px}

/* Give the large editorial display type room to breathe. */
.jr-hero h1,.jr-page-hero h1{
  max-width:1180px;
  line-height:.99;
  letter-spacing:-.064em;
}
.jr-hero h1 em,.jr-page-hero h1 em{letter-spacing:-.042em}
.jr-hero__bottom{margin-top:clamp(64px,8vw,105px)}
.jr-page-hero__lead{margin-top:clamp(56px,7vw,92px)}

/* Case-study titles and subtitles need a stronger visual pause. */
.jr-case-hero{padding-top:clamp(72px,9vw,120px)}
.jr-case-hero__grid{gap:clamp(60px,8vw,112px);align-items:end}
.jr-case-hero h1{
  line-height:.98;
  letter-spacing:-.062em;
}
.jr-case-hero__subtitle{
  margin-top:clamp(42px,5vw,66px);
  max-width:880px;
  font-size:clamp(1.45rem,2.65vw,2.45rem);
  line-height:1.22;
  letter-spacing:-.025em;
}
.jr-case-hero__summary{padding-bottom:8px}
.jr-case-meta{margin-top:clamp(70px,9vw,108px)}

/* Slightly more separation between headings and supporting copy elsewhere. */
.jr-section-title{margin-bottom:clamp(52px,6vw,76px)}
.jr-section-title h2{line-height:1.04}
.jr-section-title p{margin-top:10px}
.jr-about-intro{margin-top:clamp(58px,7vw,92px)}
.jr-capabilities-list article h2{line-height:1.08}

/* Minimal footer */
.jr-footer{
  background:transparent;
  border-top:1px solid var(--jr-line);
  padding:0;
}
.jr-footer__top{
  min-height:116px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  padding:30px 0;
}
.jr-footer__identity{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}
.jr-footer__brand{
  color:var(--jr-ink)!important;
  font-size:1rem;
  font-weight:800;
  letter-spacing:-.025em;
  text-decoration:none!important;
}
.jr-footer__identity span{font-size:.78rem;color:var(--jr-muted)}
.jr-footer__links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.jr-footer__links a{font-size:.78rem;font-weight:650;text-decoration:none!important}
.jr-footer__bottom{
  min-height:64px;
  border-top:1px solid var(--jr-line);
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:24px;
  align-items:center;
  color:var(--jr-muted);
  font-size:.72rem;
}
.jr-footer__top-link{text-decoration:none!important;color:var(--jr-muted)!important}

@media (max-width:900px){
  .jr-header__inner{min-height:68px}
  .jr-nav{top:68px}
  .jr-page-hero__lead{margin-top:48px}
  .jr-case-hero__subtitle{margin-top:36px}
  .jr-footer__top{align-items:flex-start;flex-direction:column;gap:20px;padding:28px 0}
  .jr-footer__bottom{grid-template-columns:1fr auto}
  .jr-footer__top-link{grid-column:1/-1;justify-self:start;padding-bottom:18px}
}
@media (max-width:580px){
  .jr-header__inner{min-height:64px}
  .jr-nav{top:64px}
  .jr-hero h1,.jr-page-hero h1,.jr-case-hero h1{line-height:1.01;letter-spacing:-.052em}
  .jr-page-hero__lead{margin-top:42px}
  .jr-case-hero__subtitle{margin-top:32px;line-height:1.28}
  .jr-case-meta{margin-top:54px}
  .jr-footer__links{gap:18px}
  .jr-footer__bottom{grid-template-columns:1fr;gap:8px;padding:18px 0 24px}
  .jr-footer__top-link{grid-column:auto;padding-bottom:0;margin-top:8px}
}


/* Quattro refresh */
body.jr-theme-v3{font-family:"Quattrocento Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;}
body.jr-theme-v3 h1,body.jr-theme-v3 h2,body.jr-theme-v3 h3,body.jr-theme-v3 h4,body.jr-theme-v3 .jr-brand,body.jr-theme-v3 .jr-nav__link,body.jr-theme-v3 .jr-project-row__main h3,body.jr-theme-v3 .jr-case-hero h1,body.jr-theme-v3 .jr-prose>h2{font-family:"Quattrocento Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;}
.jr-kicker,.jr-case-meta dt,.jr-story__label,.jr-footer__label{font-family:"Quattrocento Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;letter-spacing:.12em;}
.jr-hero h1,.jr-page-hero h1{font-size:clamp(3rem,7.4vw,7rem);line-height:.98;letter-spacing:-.04em;font-weight:700;max-width:1000px;}
.jr-hero h1 em,.jr-page-hero h1 em{font-family:"Quattrocento Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:400;font-style:normal;letter-spacing:-.02em;}
.jr-page-hero__lead,.jr-hero__intro{font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.48;letter-spacing:-.01em;}
.jr-section-title h2{font-size:clamp(2rem,3.6vw,3.3rem);line-height:1.06;letter-spacing:-.03em;font-weight:700;}
.jr-about-teaser h2{font-size:clamp(2.1rem,4.2vw,3.8rem);line-height:1.03;letter-spacing:-.03em;}
.jr-capabilities-list h2{font-size:clamp(1.9rem,3.3vw,3rem);line-height:1.05;letter-spacing:-.03em;}
.jr-case-hero h1{font-size:clamp(3rem,7.4vw,7rem);line-height:.97;letter-spacing:-.04em;max-width:850px;}
.jr-case-hero__subtitle,.jr-big-copy p,.jr-case-intro__big{font-family:"Quattrocento Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-style:normal;font-size:clamp(1.3rem,2.4vw,2rem);line-height:1.28;letter-spacing:-.015em;}
.jr-prose>h2{font-size:clamp(2rem,4.2vw,3.8rem);line-height:1.04;letter-spacing:-.035em;font-weight:700;}
.jr-prose h3{font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.25;letter-spacing:-.02em;}
.jr-project-row__main h3{font-size:clamp(1.55rem,2.8vw,2.6rem);line-height:1.05;letter-spacing:-.03em;font-weight:700;}
.jr-case-hero__grid{align-items:start;gap:64px;}
.jr-hero__bottom--portrait{grid-template-columns:minmax(0,1fr) minmax(260px,320px);align-items:end;gap:48px;}
.jr-about-intro{grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:72px;align-items:start;}
.jr-portrait{margin:0;}
.jr-portrait img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;filter:grayscale(100%) contrast(1.03);border:1px solid var(--jr-line);background:#efeee8;}
.jr-portrait figcaption{margin-top:12px;font-size:.82rem;line-height:1.5;color:var(--jr-muted);max-width:32ch;}
.jr-portrait--home{justify-self:end;width:min(100%,300px);}
.jr-portrait--about{width:min(100%,340px);justify-self:end;position:sticky;top:110px;}
.jr-about-teaser{grid-template-columns:160px minmax(0,780px);gap:40px;}
.jr-header__inner{min-height:80px;}
.jr-brand{font-size:1.18rem;font-weight:700;letter-spacing:-.01em;}
.jr-footer{padding:42px 0;}
.jr-footer__grid{grid-template-columns:1.2fr 1fr 1fr auto;gap:36px;}

@media (max-width:900px){
  .jr-hero__bottom--portrait,.jr-about-intro{grid-template-columns:1fr;gap:32px;}
  .jr-portrait--home,.jr-portrait--about{width:min(100%,340px);justify-self:start;position:static;}
  .jr-hero h1,.jr-page-hero h1,.jr-case-hero h1{font-size:clamp(2.5rem,13vw,4.6rem);line-height:1.02;letter-spacing:-.03em;}
  .jr-case-hero__subtitle{font-size:clamp(1.15rem,5vw,1.55rem);}
}


/* Quarto typography and portrait refresh */
body.jr-theme-v3{font-family:"Quarto",Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:300;}
body.jr-theme-v3 h1,body.jr-theme-v3 h2,body.jr-theme-v3 h3,body.jr-theme-v3 h4,body.jr-theme-v3 .jr-brand,body.jr-theme-v3 .jr-nav__link,body.jr-theme-v3 .jr-project-row__main h3,body.jr-theme-v3 .jr-case-hero h1,body.jr-theme-v3 .jr-prose>h2{font-family:"Quarto",Arial,"Helvetica Neue",Helvetica,sans-serif;}
body.jr-theme-v3 p,body.jr-theme-v3 li,body.jr-theme-v3 input,body.jr-theme-v3 textarea{font-weight:300;}
.jr-brand{font-weight:700;font-size:1.14rem;letter-spacing:-.01em;}
.jr-nav__link{font-weight:500;}
.jr-kicker,.jr-case-meta dt,.jr-story__label,.jr-footer__label{font-weight:600;letter-spacing:.12em;}
.jr-hero h1,.jr-page-hero h1{font-family:"Quarto",Arial,sans-serif;font-size:clamp(3rem,7.1vw,6.7rem);line-height:1.02;letter-spacing:-.03em;font-weight:900;max-width:980px;}
.jr-hero h1 em,.jr-page-hero h1 em{font-family:"Quarto",Arial,sans-serif;font-weight:300;font-style:italic;letter-spacing:-.01em;}
.jr-page-hero__lead,.jr-hero__intro{font-size:clamp(1.12rem,1.9vw,1.5rem);line-height:1.52;letter-spacing:0;font-weight:300;}
.jr-section-title h2{font-size:clamp(1.95rem,3.5vw,3.15rem);line-height:1.08;letter-spacing:-.02em;font-weight:700;}
.jr-about-teaser h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.06;letter-spacing:-.02em;font-weight:700;}
.jr-capabilities-list h2{font-size:clamp(1.85rem,3.1vw,2.8rem);line-height:1.06;letter-spacing:-.02em;font-weight:700;}
.jr-project-row__main h3{font-size:clamp(1.55rem,2.7vw,2.45rem);line-height:1.08;letter-spacing:-.02em;font-weight:700;}
.jr-project-row__main p,.jr-section-title p,.jr-case-hero__summary p,.jr-prose p,.jr-prose ul,.jr-capabilities-list article>div p{color:#5e6064;}
.jr-case-hero h1{font-size:clamp(2.9rem,7vw,6.5rem);line-height:1;letter-spacing:-.03em;max-width:840px;font-weight:900;}
.jr-case-hero__subtitle,.jr-big-copy p,.jr-case-intro__big{font-family:"Quarto",Arial,sans-serif;font-style:italic;font-weight:300;font-size:clamp(1.28rem,2.35vw,1.95rem);line-height:1.3;letter-spacing:-.01em;}
.jr-prose>h2{font-size:clamp(1.95rem,4vw,3.5rem);line-height:1.06;letter-spacing:-.025em;font-weight:700;}
.jr-prose h3{font-size:clamp(1.24rem,1.9vw,1.6rem);line-height:1.28;letter-spacing:-.01em;font-weight:600;}
.jr-case-hero__grid{align-items:start;gap:64px;}
.jr-hero__bottom--portrait{grid-template-columns:minmax(0,1fr) minmax(250px,320px);align-items:end;gap:52px;}
.jr-about-intro{grid-template-columns:minmax(0,1fr) minmax(250px,330px);gap:72px;align-items:start;}
.jr-portrait{position:relative;margin:0;}
.jr-portrait::before{content:"";position:absolute;inset:10% 8% 0 8%;background:radial-gradient(circle at 50% 20%, rgba(255,255,255,.92), rgba(236,235,229,.92) 52%, rgba(236,235,229,0) 76%);z-index:0;border-radius:40% 40% 10% 10% / 25% 25% 8% 8%;}
.jr-portrait img{position:relative;z-index:1;display:block;width:100%;aspect-ratio:4/5;object-fit:contain;object-position:center top;filter:grayscale(100%) brightness(1.18) contrast(1.02);border:0;background:transparent;box-shadow:none;}
.jr-portrait figcaption{position:relative;z-index:1;margin-top:12px;font-size:.82rem;line-height:1.5;color:var(--jr-muted);max-width:32ch;}
.jr-portrait--home{justify-self:end;width:min(100%,300px);}
.jr-portrait--about{width:min(100%,330px);justify-self:end;position:sticky;top:110px;}
.jr-footer{padding:40px 0;}
.jr-footer__grid{grid-template-columns:1.2fr 1fr 1fr auto;gap:34px;}
@media (max-width:900px){
  .jr-hero__bottom--portrait,.jr-about-intro{grid-template-columns:1fr;gap:30px;}
  .jr-portrait--home,.jr-portrait--about{width:min(100%,300px);justify-self:start;position:static;}
  .jr-hero h1,.jr-page-hero h1,.jr-case-hero h1{font-size:clamp(2.45rem,12vw,4.4rem);line-height:1.04;letter-spacing:-.02em;}
  .jr-case-hero__subtitle{font-size:clamp(1.08rem,4.8vw,1.45rem);}
}
/* v3.6 refinement: spacing, responsive behaviour, accessibility and meaningful case visuals */

:root{
  --jr-dark-copy:#f7f6f1;
  --jr-dark-muted:#d8d6cf;
  --jr-space-xs:12px;
  --jr-space-sm:20px;
  --jr-space-md:32px;
  --jr-space-lg:52px;
  --jr-space-xl:80px;
}

/* More consistent type rhythm throughout */
body.jr-theme-v3 h1,
body.jr-theme-v3 h2,
body.jr-theme-v3 h3{text-wrap:balance;}
body.jr-theme-v3 p{orphans:3;widows:3;}
.jr-page-hero,
.jr-case-hero{overflow:hidden;}

/* Homepage: intentionally two-line hero */
.jr-hero{padding:clamp(70px,8vw,112px) 0 clamp(64px,7vw,98px);}
.jr-hero-title{max-width:1080px!important;}
.jr-hero-title>span,
.jr-hero-title>em{display:block;}
.jr-hero-title>span{font-weight:900;font-style:normal;}
.jr-hero-title>em{margin-top:.04em;font-weight:300;font-style:italic;}
.jr-hero__bottom--portrait{margin-top:clamp(30px,3.8vw,48px)!important;align-items:start!important;}
.jr-hero__intro{max-width:760px;margin-bottom:28px!important;}
.jr-hero__links{margin-top:24px;}

/* Portrait: no pseudo background, no visible edge, lighter treatment */
.jr-portrait::before{display:none!important;content:none!important;}
.jr-portrait{background:transparent!important;overflow:visible!important;}
.jr-portrait img{
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:grayscale(100%) brightness(1.28) contrast(.90)!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  clip-path:inset(0 1px 0 1px);
}
.jr-portrait figcaption{display:none!important;}
.jr-portrait--home{width:min(100%,290px)!important;align-self:end;}
.jr-portrait--about{width:min(100%,320px)!important;}

/* Page heroes: give Quarto room to breathe */
.jr-page-hero{padding:clamp(70px,8vw,112px) 0 clamp(58px,6vw,84px)!important;}
.jr-page-title>span,
.jr-page-title>em{display:block;}
.jr-page-title>span{font-weight:900;font-style:normal;}
.jr-page-title>em{margin-top:.10em;font-weight:300;font-style:italic;line-height:1.08;}
.jr-page-hero__lead{margin-top:clamp(34px,4vw,52px)!important;}
.jr-about-intro{margin-top:clamp(36px,4vw,54px)!important;}
.jr-about-intro p{margin-bottom:1.25rem;}

/* General section spacing */
.jr-intro-rule,.jr-section,.jr-work-group,.jr-editorial-section{padding:clamp(64px,7vw,96px) 0!important;}
.jr-section-title{margin-bottom:clamp(34px,4vw,50px)!important;}
.jr-section-title h2{line-height:1.10!important;}
.jr-section-title p{line-height:1.55!important;}

/* Dark sections: higher contrast and more useful composition */
.jr-dark-section{background:#121315!important;color:var(--jr-dark-copy)!important;padding:clamp(68px,7vw,96px) 0!important;}
.jr-dark-section p,.jr-dark-section li{color:var(--jr-dark-muted)!important;}
.jr-dark-section strong,.jr-dark-section h2,.jr-dark-section h3{color:var(--jr-dark-copy)!important;}
.jr-dark-intro{max-width:880px;margin-bottom:42px;}
.jr-dark-intro .jr-kicker{color:#f7f6f1!important;margin-bottom:16px;}
.jr-dark-intro h2{font-size:clamp(2.2rem,4.2vw,4rem);line-height:1.05;letter-spacing:-.025em;margin:0 0 20px;font-weight:700;}
.jr-dark-intro p{max-width:720px;font-size:1.08rem;line-height:1.6;}
.jr-dark-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #4b4c4f;}
.jr-dark-grid article{padding:28px 36px 28px 0;border-bottom:1px solid #4b4c4f;}
.jr-dark-grid article:nth-child(odd){border-right:1px solid #4b4c4f;padding-right:36px;}
.jr-dark-grid article:nth-child(even){padding-left:36px;}
.jr-dark-grid h3{margin:0 0 9px;font-size:1.45rem;line-height:1.2;font-weight:600;}
.jr-dark-grid p{margin:0;max-width:48ch;line-height:1.55;}
.jr-dark-section .jr-inline-link--light{color:#fff!important;}

/* Case study hero: no collisions, clear separation from intro */
.jr-case-hero{padding-top:42px!important;}
.jr-case-hero__grid{display:block!important;}
.jr-case-hero__title{max-width:980px;}
.jr-case-hero h1{max-width:920px!important;line-height:1.02!important;}
.jr-case-hero__subtitle{margin-top:18px!important;max-width:760px!important;line-height:1.30!important;}
.jr-case-hero__summary{max-width:760px;margin-top:clamp(42px,5vw,68px);padding-top:26px;border-top:1px solid var(--jr-line);}
.jr-case-hero__summary p{font-size:clamp(1.08rem,1.8vw,1.35rem)!important;line-height:1.55!important;}
.jr-case-meta{margin-top:clamp(42px,5vw,68px)!important;}
.jr-case-intro{padding-top:clamp(48px,5vw,72px)!important;gap:72px!important;}
.jr-case-intro__big{line-height:1.34!important;}
.jr-prose{padding:clamp(68px,7vw,104px) 0!important;}
.jr-prose>h2{margin:clamp(66px,7vw,92px) 0 30px!important;line-height:1.08!important;}
.jr-prose h3{margin-top:42px!important;margin-bottom:14px!important;line-height:1.28!important;}
.jr-prose p{line-height:1.72!important;margin-bottom:1.35rem!important;}

/* Replace generic hero diagram feel with meaningful case artefacts */
.jr-story-wrap{display:none!important;}
.jr-case-visuals{padding:clamp(58px,6vw,86px) 0 clamp(70px,7vw,100px);border-bottom:1px solid var(--jr-line);}
.jr-case-visuals__head{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:44px;margin-bottom:36px;align-items:start;}
.jr-case-visuals__head .jr-kicker{grid-column:1/-1;margin-bottom:-16px;}
.jr-case-visuals__head h2{font-size:clamp(2rem,3.4vw,3.4rem);line-height:1.08;letter-spacing:-.025em;margin:0;font-weight:700;}
.jr-case-visuals__head>p:last-child{margin:4px 0 0;color:var(--jr-muted);max-width:58ch;line-height:1.6;}
.jr-case-visuals__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.jr-artifact{margin:0;background:#fff;border:1px solid var(--jr-line);min-height:300px;display:flex;flex-direction:column;}
.jr-artifact figcaption{padding:20px 22px 24px;border-top:1px solid var(--jr-line);}
.jr-artifact figcaption strong{display:block;font-size:1.05rem;margin-bottom:7px;font-weight:600;}
.jr-artifact figcaption span{display:block;color:var(--jr-muted);font-size:.86rem;line-height:1.52;}
.jr-mini-diagram{position:relative;min-height:190px;flex:1;background:#f8f7f3;overflow:hidden;}
.jr-mini-diagram span,.jr-mini-diagram i,.jr-mini-diagram b{position:absolute;display:block;box-sizing:border-box;}
/* shared monochrome vocabulary */
.jr-mini-diagram span{width:18px;height:18px;border:1px solid #1c1d1f;border-radius:50%;background:#f8f7f3;}
.jr-mini-diagram i{height:1px;background:#1c1d1f;transform-origin:left center;}
.jr-mini-diagram b{border:1px solid #1c1d1f;background:transparent;}
/* journey */
.jr-mini-diagram--journey:before{content:"";position:absolute;left:10%;right:10%;top:50%;height:1px;background:#1c1d1f;}
.jr-mini-diagram--journey span:nth-of-type(1){left:10%;top:calc(50% - 9px)}
.jr-mini-diagram--journey span:nth-of-type(2){left:29%;top:calc(50% - 9px)}
.jr-mini-diagram--journey span:nth-of-type(3){left:48%;top:calc(50% - 9px)}
.jr-mini-diagram--journey span:nth-of-type(4){left:67%;top:calc(50% - 9px)}
.jr-mini-diagram--journey span:nth-of-type(5){right:10%;top:calc(50% - 9px)}
/* blueprint */
.jr-mini-diagram--blueprint:before,.jr-mini-diagram--blueprint:after{content:"";position:absolute;left:10%;right:10%;height:1px;background:#aaa9a4;}
.jr-mini-diagram--blueprint:before{top:38%}.jr-mini-diagram--blueprint:after{top:64%}
.jr-mini-diagram--blueprint span:nth-of-type(1){left:14%;top:22%}.jr-mini-diagram--blueprint span:nth-of-type(2){left:47%;top:22%}.jr-mini-diagram--blueprint span:nth-of-type(3){right:14%;top:22%}
.jr-mini-diagram--blueprint i:nth-of-type(1){left:18%;top:50%;width:25%}.jr-mini-diagram--blueprint i:nth-of-type(2){left:51%;top:50%;width:25%}.jr-mini-diagram--blueprint i:nth-of-type(3){left:35%;top:76%;width:30%}
/* ecosystem/system */
.jr-mini-diagram--ecosystem b,.jr-mini-diagram--system b{width:52px;height:52px;border-radius:50%;left:calc(50% - 26px);top:calc(50% - 26px);}
.jr-mini-diagram--ecosystem:before,.jr-mini-diagram--system:before{content:"";position:absolute;width:130px;height:130px;border:1px solid #bbb9b3;border-radius:50%;left:calc(50% - 65px);top:calc(50% - 65px);}
.jr-mini-diagram--ecosystem span:nth-of-type(1),.jr-mini-diagram--system span:nth-of-type(1){left:16%;top:22%}.jr-mini-diagram--ecosystem span:nth-of-type(2),.jr-mini-diagram--system span:nth-of-type(2){right:16%;top:22%}.jr-mini-diagram--ecosystem span:nth-of-type(3),.jr-mini-diagram--system span:nth-of-type(3){left:16%;bottom:20%}.jr-mini-diagram--ecosystem span:nth-of-type(4),.jr-mini-diagram--system span:nth-of-type(4){right:16%;bottom:20%}.jr-mini-diagram--ecosystem span:nth-of-type(5){left:calc(50% - 9px);top:9%}
/* pathways */
.jr-mini-diagram--pathways b{width:22px;height:22px;border-radius:50%;left:14%;top:calc(50% - 11px);}
.jr-mini-diagram--pathways i:nth-of-type(1){left:20%;top:50%;width:42%;transform:rotate(-18deg)}
.jr-mini-diagram--pathways i:nth-of-type(2){left:20%;top:50%;width:42%;transform:rotate(18deg)}
.jr-mini-diagram--pathways span:nth-of-type(1){right:20%;top:25%}.jr-mini-diagram--pathways span:nth-of-type(2){right:20%;bottom:25%}.jr-mini-diagram--pathways span:nth-of-type(3){right:7%;top:calc(50% - 9px)}
/* roadmap */
.jr-mini-diagram--roadmap span{border-radius:3px;height:24px;background:#fff;}
.jr-mini-diagram--roadmap span:nth-of-type(1){left:10%;bottom:22%;width:16%}.jr-mini-diagram--roadmap span:nth-of-type(2){left:30%;bottom:36%;width:16%}.jr-mini-diagram--roadmap span:nth-of-type(3){left:50%;bottom:50%;width:16%}.jr-mini-diagram--roadmap span:nth-of-type(4){left:70%;bottom:64%;width:16%}
.jr-mini-diagram--roadmap i{left:14%;right:14%;top:52%;transform:rotate(-16deg);}
/* metrics */
.jr-mini-diagram--metrics span{bottom:20%;width:14%;border-radius:0;background:#1c1d1f;border:0;}
.jr-mini-diagram--metrics span:nth-of-type(1){left:18%;height:28%}.jr-mini-diagram--metrics span:nth-of-type(2){left:43%;height:48%}.jr-mini-diagram--metrics span:nth-of-type(3){left:68%;height:68%}
.jr-mini-diagram--metrics i:nth-of-type(1){left:14%;right:12%;bottom:20%}.jr-mini-diagram--metrics i:nth-of-type(2){left:14%;right:12%;top:18%;background:#b4b2ac}
/* loop */
.jr-mini-diagram--loop b{width:96px;height:96px;border-radius:50%;left:calc(50% - 48px);top:calc(50% - 48px);border-right-color:transparent;}
.jr-mini-diagram--loop span:nth-of-type(1){left:calc(50% - 9px);top:15%}.jr-mini-diagram--loop span:nth-of-type(2){right:22%;top:calc(50% - 9px)}.jr-mini-diagram--loop span:nth-of-type(3){left:calc(50% - 9px);bottom:15%}.jr-mini-diagram--loop span:nth-of-type(4){left:22%;top:calc(50% - 9px)}
/* patterns */
.jr-mini-diagram--patterns span{width:52px;height:52px;border-radius:4px;top:calc(50% - 26px)}
.jr-mini-diagram--patterns span:nth-of-type(1){left:10%}.jr-mini-diagram--patterns span:nth-of-type(2){left:calc(50% - 26px)}.jr-mini-diagram--patterns span:nth-of-type(3){right:10%}
.jr-mini-diagram--patterns i:nth-of-type(1){left:26%;top:50%;width:18%}.jr-mini-diagram--patterns i:nth-of-type(2){left:56%;top:50%;width:18%}
/* states */
.jr-mini-diagram--states span{width:18%;height:34%;border-radius:2px;top:33%}.jr-mini-diagram--states span:nth-of-type(1){left:7%}.jr-mini-diagram--states span:nth-of-type(2){left:29%}.jr-mini-diagram--states span:nth-of-type(3){left:51%}.jr-mini-diagram--states span:nth-of-type(4){left:73%}

@media(max-width:900px){
  .jr-hero{padding-top:56px;}
  .jr-hero__bottom--portrait{margin-top:30px!important;grid-template-columns:1fr!important;}
  .jr-portrait--home{width:min(66vw,260px)!important;margin-top:14px;}
  .jr-page-title>em{margin-top:.14em;}
  .jr-dark-grid{grid-template-columns:1fr;}
  .jr-dark-grid article,.jr-dark-grid article:nth-child(odd),.jr-dark-grid article:nth-child(even){padding:24px 0;border-right:0;}
  .jr-case-visuals__head{grid-template-columns:1fr;gap:18px;}
  .jr-case-visuals__head .jr-kicker{grid-column:auto;margin-bottom:0;}
  .jr-case-visuals__grid{grid-template-columns:1fr;}
  .jr-artifact{min-height:260px;}
  .jr-case-meta{grid-template-columns:repeat(2,1fr)!important;}
  .jr-case-meta div:nth-child(2){border-right:0!important;}
  .jr-case-meta div:nth-child(n+3){border-top:1px solid var(--jr-line);}
  .jr-case-intro{grid-template-columns:1fr!important;gap:36px!important;}
}

@media(max-width:560px){
  .jr-hero-title>span{font-size:.88em;}
  .jr-hero-title>em{font-size:.82em;line-height:1.08;}
  .jr-page-title>span{font-size:.88em;}
  .jr-page-title>em{font-size:.78em;line-height:1.10;}
  .jr-page-hero__lead{margin-top:30px!important;}
  .jr-case-meta{grid-template-columns:1fr!important;}
  .jr-case-meta div{border-right:0!important;border-top:1px solid var(--jr-line)!important;padding-left:0!important;}
  .jr-case-meta div:first-child{border-top:0!important;}
}


/* v3.6.2 — portrait anchoring refinement */
@media (min-width:1051px){
  .jr-hero{
    position:relative;
    padding-bottom:clamp(150px,11vw,190px)!important;
  }
  .jr-hero__bottom--portrait{
    display:block!important;
    max-width:790px;
    margin-top:clamp(28px,3vw,42px)!important;
  }
  .jr-portrait--home{
    position:absolute!important;
    right:0;
    bottom:0;
    width:min(26vw,370px)!important;
    margin:0!important;
    align-self:auto!important;
  }
  .jr-portrait--home img{
    display:block;
    width:100%;
    height:auto!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center bottom!important;
  }

  .jr-page-hero--about{
    position:relative;
    padding-bottom:clamp(70px,6vw,92px)!important;
  }
  .jr-page-hero--about .jr-about-intro{
    display:block!important;
    max-width:790px;
    min-height:clamp(430px,34vw,520px);
    margin-top:clamp(38px,4vw,54px)!important;
  }
  .jr-page-hero--about .jr-about-intro>div:first-child{
    max-width:760px;
    padding-bottom:24px;
  }
  .jr-portrait--about{
    position:absolute!important;
    right:0;
    bottom:0;
    top:auto!important;
    width:min(28vw,400px)!important;
    margin:0!important;
  }
  .jr-portrait--about img{
    display:block;
    width:100%;
    height:auto!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center bottom!important;
  }
}

@media (max-width:1050px){
  .jr-hero{padding-bottom:0!important;}
  .jr-hero__bottom--portrait{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(250px,320px)!important;
    align-items:end!important;
    gap:36px!important;
  }
  .jr-portrait--home{
    position:static!important;
    width:min(100%,320px)!important;
    justify-self:end!important;
    align-self:end!important;
    margin:0!important;
  }
  .jr-page-hero--about{padding-bottom:0!important;}
  .jr-page-hero--about .jr-about-intro{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(240px,320px)!important;
    gap:42px!important;
    align-items:end!important;
  }
  .jr-portrait--about{
    position:static!important;
    width:min(100%,340px)!important;
    justify-self:end!important;
    align-self:end!important;
    margin:0!important;
  }
}

@media (max-width:760px){
  .jr-hero{padding-bottom:0!important;}
  .jr-hero__bottom--portrait{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .jr-portrait--home{
    width:min(74vw,310px)!important;
    justify-self:start!important;
  }
  .jr-page-hero--about .jr-about-intro{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .jr-portrait--about{
    width:min(78vw,330px)!important;
    justify-self:start!important;
  }
}


/* v3.6.3 — chronological portfolio, card alignment and dark-section readability */
@media (min-width:901px){
  .jr-project-row__link{align-items:start!important;}
  .jr-project-row__meta{
    align-self:start!important;
    padding-top:2.75rem!important;
    line-height:1.12!important;
  }
  .jr-project-row__meta>span:first-child{line-height:1.18;}
}

/* Slightly larger, more readable type on dark editorial sections */
.jr-dark-intro p{font-size:clamp(1.12rem,1.45vw,1.24rem)!important;line-height:1.62!important;}
.jr-dark-grid h3{font-size:clamp(1.48rem,1.8vw,1.68rem)!important;line-height:1.22!important;}
.jr-dark-grid p{font-size:clamp(1.06rem,1.25vw,1.16rem)!important;line-height:1.62!important;}
.jr-dark-section .jr-kicker{font-size:.8rem!important;}

/* Project imagery: one quiet monochrome visual plus supporting diagrams */
.jr-artifact--image{background:#f8f7f3;}
.jr-artifact--image img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:center;
  filter:grayscale(100%) brightness(1.08) contrast(.94);
  background:#f4f3ee;
}

@media(max-width:900px){
  .jr-project-row__meta{padding-top:0!important;}
}


/* v3.6.4 — align sector text to the case-study title baseline */
.jr-project-row__link{grid-template-columns:70px minmax(0,1fr)!important;align-items:start!important;}
.jr-project-row__main{min-width:0;}
.jr-project-row__titleline{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:baseline;column-gap:28px;row-gap:12px;}
.jr-project-row__main h3{margin:0!important;}
.jr-project-row__excerpt{max-width:980px;margin:12px 0 0!important;}
.jr-project-row__meta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;column-gap:18px;justify-content:end;padding-top:0!important;margin-top:0!important;line-height:1.1!important;}
.jr-project-row__meta>span:first-child{justify-self:end;text-align:right;line-height:1.08!important;}
.jr-arrow{align-self:baseline;}
@media (max-width:900px){
  .jr-project-row__titleline{grid-template-columns:1fr;row-gap:8px;}
  .jr-project-row__meta{justify-content:flex-start;grid-template-columns:auto auto;}
  .jr-project-row__meta>span:first-child{justify-self:start;text-align:left;}
}


/* v3.6.5 — consistent section-header baselines and dark-section typography */
@media (min-width:901px){
  .jr-section-title{
    align-items:baseline!important;
  }
  .jr-section-title>span{
    align-self:baseline!important;
    padding-top:0!important;
  }
  .jr-section-title h2{
    align-self:baseline!important;
    margin:0!important;
  }
  .jr-section-title p{
    align-self:baseline!important;
    margin:0!important;
    padding-top:0!important;
    line-height:1.42!important;
  }
}

/* Dark section headers use the same typographic system as white section headers. */
.jr-dark-intro{
  max-width:none!important;
  margin-bottom:clamp(34px,4vw,50px)!important;
}
.jr-dark-intro h2{
  font-family:"Quarto",Arial,"Helvetica Neue",Helvetica,sans-serif!important;
  font-size:clamp(1.95rem,3.5vw,3.15rem)!important;
  line-height:1.08!important;
  letter-spacing:-.02em!important;
  font-weight:700!important;
  color:#f7f6f1!important;
  margin:0!important;
}
.jr-dark-intro>p:not(.jr-kicker){
  color:#e2e1dc!important;
}
.jr-dark-intro .jr-kicker{
  color:#f7f6f1!important;
}

@media (min-width:901px){
  .jr-dark-intro{
    display:grid!important;
    grid-template-columns:70px minmax(260px,1fr) minmax(250px,460px)!important;
    column-gap:24px!important;
    row-gap:16px!important;
    align-items:baseline!important;
  }
  .jr-dark-intro .jr-kicker{
    grid-column:1 / -1!important;
    margin:0!important;
  }
  .jr-dark-intro h2{
    grid-column:1 / 3!important;
    align-self:baseline!important;
  }
  .jr-dark-intro>p:not(.jr-kicker){
    grid-column:3!important;
    align-self:baseline!important;
    margin:0!important;
    padding:0!important;
    font-size:clamp(1.12rem,1.45vw,1.24rem)!important;
    line-height:1.5!important;
  }
}

@media (max-width:900px){
  .jr-dark-intro{
    display:block!important;
  }
  .jr-dark-intro h2{
    margin:0 0 18px!important;
  }
  .jr-dark-intro>p:not(.jr-kicker){
    margin:0!important;
  }
}


/* v3.6.6 — definitive section rhythm, dark-section parity and useful case evidence */
body.jr-theme-v3 .jr-section-heading{
  display:grid!important;
  grid-template-columns:70px minmax(0,1fr)!important;
  column-gap:24px!important;
  margin-bottom:46px!important;
}
body.jr-theme-v3 .jr-section-heading__num{
  font-family:"Quarto",Arial,sans-serif!important;
  font-size:.75rem!important;
  color:var(--jr-muted)!important;
  padding-top:.55rem!important;
}
body.jr-theme-v3 .jr-section-heading__row{
  display:grid!important;
  grid-template-columns:minmax(280px,1fr) minmax(260px,460px)!important;
  gap:34px!important;
  align-items:baseline!important;
}
body.jr-theme-v3 .jr-section-heading h2,
body.jr-theme-v3 .jr-case-visuals__head h2{
  font-family:"Quarto",Arial,"Helvetica Neue",Helvetica,sans-serif!important;
  font-size:clamp(2rem,3.6vw,3.25rem)!important;
  line-height:1.06!important;
  letter-spacing:-.025em!important;
  font-weight:700!important;
  margin:0!important;
  color:var(--jr-ink)!important;
}
body.jr-theme-v3 .jr-section-heading__row>p,
body.jr-theme-v3 .jr-case-visuals__head>p{
  margin:0!important;
  padding:0!important;
  align-self:baseline!important;
  font-family:"Quarto",Arial,sans-serif!important;
  font-size:clamp(1.04rem,1.35vw,1.18rem)!important;
  line-height:1.45!important;
  color:var(--jr-muted)!important;
}

/* Dark section uses the exact same heading scale as light sections. */
body.jr-theme-v3 .jr-dark-section .jr-kicker--dark{
  color:#f7f6f1!important;
  margin-bottom:26px!important;
}
body.jr-theme-v3 .jr-dark-section .jr-section-heading{
  margin-bottom:34px!important;
}
body.jr-theme-v3 .jr-dark-section .jr-section-heading__num{
  color:#c9cac7!important;
}
body.jr-theme-v3 .jr-dark-section .jr-section-heading h2{
  color:#f7f6f1!important;
  font-size:clamp(2rem,3.6vw,3.25rem)!important;
  line-height:1.06!important;
  letter-spacing:-.025em!important;
  font-weight:700!important;
}
body.jr-theme-v3 .jr-dark-section .jr-section-heading__row>p{
  color:#e5e4df!important;
}
body.jr-theme-v3 .jr-dark-section .jr-dark-grid{
  margin-top:6px!important;
}
body.jr-theme-v3 .jr-dark-section .jr-dark-grid h3{
  color:#f7f6f1!important;
  font-size:clamp(1.45rem,1.8vw,1.7rem)!important;
  line-height:1.2!important;
}
body.jr-theme-v3 .jr-dark-section .jr-dark-grid p{
  color:#e5e4df!important;
  font-size:clamp(1.05rem,1.2vw,1.16rem)!important;
  line-height:1.62!important;
}

/* Case-study evidence header: heading and explanation share a baseline. */
body.jr-theme-v3 .jr-case-visuals{
  padding:clamp(62px,7vw,96px) 0 clamp(76px,8vw,112px)!important;
}
body.jr-theme-v3 .jr-case-visuals>.jr-kicker{
  margin-bottom:24px!important;
}
body.jr-theme-v3 .jr-case-visuals__head{
  display:grid!important;
  grid-template-columns:minmax(280px,1fr) minmax(260px,460px)!important;
  gap:34px!important;
  align-items:baseline!important;
  margin-bottom:38px!important;
}
body.jr-theme-v3 .jr-case-visuals__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)!important;
  gap:22px!important;
}
body.jr-theme-v3 .jr-artifact{
  min-height:0!important;
  background:#fff!important;
  border:1px solid var(--jr-line)!important;
}
body.jr-theme-v3 .jr-artifact--image img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:560px!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
  background:#fff!important;
}
body.jr-theme-v3 .jr-artifact figcaption{
  padding:20px 22px 24px!important;
}
body.jr-theme-v3 .jr-artifact figcaption strong{
  font-size:1.08rem!important;
  line-height:1.3!important;
}
body.jr-theme-v3 .jr-artifact figcaption span{
  font-size:.94rem!important;
  line-height:1.55!important;
  color:var(--jr-muted)!important;
}

/* A labelled, case-specific supporting visual rather than anonymous circles and lines. */
body.jr-theme-v3 .jr-evidence-flow{
  min-height:360px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:0;
  padding:34px 28px;
  background:var(--jr-paper);
}
body.jr-theme-v3 .jr-evidence-flow__step{
  position:relative;
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:center;
  gap:14px;
  padding:18px 0;
  border-bottom:1px solid var(--jr-line);
}
body.jr-theme-v3 .jr-evidence-flow__step:last-child{border-bottom:0;}
body.jr-theme-v3 .jr-evidence-flow__step span{
  color:var(--case-accent);
  font-size:.74rem;
  font-weight:600;
}
body.jr-theme-v3 .jr-evidence-flow__step strong{
  font-family:"Quarto",Arial,sans-serif;
  font-size:1.2rem;
  line-height:1.2;
  font-weight:600;
  color:var(--jr-ink);
}

@media(max-width:900px){
  body.jr-theme-v3 .jr-section-heading{grid-template-columns:42px minmax(0,1fr)!important;}
  body.jr-theme-v3 .jr-section-heading__row,
  body.jr-theme-v3 .jr-case-visuals__head{
    grid-template-columns:1fr!important;
    gap:12px!important;
    align-items:start!important;
  }
  body.jr-theme-v3 .jr-section-heading__row>p,
  body.jr-theme-v3 .jr-case-visuals__head>p{align-self:start!important;}
  body.jr-theme-v3 .jr-case-visuals__grid{grid-template-columns:1fr!important;}
}

/* v3.6.7 - project evidence uses real source imagery in original colour */
body.jr-theme-v3 .jr-case-media-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:clamp(18px,2vw,30px);
  align-items:start;
}
body.jr-theme-v3 .jr-evidence-card{
  grid-column:span 6;
  margin:0;
  min-width:0;
  background:#fff;
  border:1px solid var(--jr-line);
}
body.jr-theme-v3 .jr-evidence-card--wide{grid-column:1/-1;}
body.jr-theme-v3 .jr-evidence-card--portrait{grid-column:span 6;}
body.jr-theme-v3 .jr-evidence-card__media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
  background:#fff;
  overflow:hidden;
}
body.jr-theme-v3 .jr-evidence-card__media img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  max-height:none;
  object-fit:contain;
  filter:none!important;
  image-rendering:auto;
}
body.jr-theme-v3 .jr-evidence-card--portrait .jr-evidence-card__media{
  padding:clamp(22px,3vw,46px);
  min-height:520px;
  background:#f8f7f2;
}
body.jr-theme-v3 .jr-evidence-card--portrait .jr-evidence-card__media img{
  width:auto;
  max-width:min(100%,520px);
  max-height:760px;
}
body.jr-theme-v3 .jr-evidence-card figcaption{
  border-top:1px solid var(--jr-line);
  padding:20px 22px 24px;
}
body.jr-theme-v3 .jr-evidence-card__stage{
  display:block;
  margin-bottom:8px;
  font-family:"Quarto",Arial,sans-serif;
  font-size:.72rem;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:600;
  color:var(--case-accent,#3154d8);
}
body.jr-theme-v3 .jr-evidence-card figcaption strong{
  display:block;
  font-family:"Quarto",Arial,sans-serif;
  font-size:clamp(1.15rem,1.55vw,1.38rem);
  line-height:1.18;
  font-weight:700;
  color:var(--jr-ink);
}
body.jr-theme-v3 .jr-evidence-card figcaption p{
  margin:9px 0 0;
  max-width:66ch;
  font-size:.98rem;
  line-height:1.55;
  color:var(--jr-muted);
}
body.jr-theme-v3 .jr-evidence-card__placeholder{
  min-height:360px;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:linear-gradient(135deg,#f3f2ed,#faf9f6);
  border:1px dashed #b9b8b1;
  margin:-1px;
}
body.jr-theme-v3 .jr-evidence-card__placeholder span{
  margin-bottom:auto;
  font-family:"Quarto",Arial,sans-serif;
  font-size:.72rem;
  font-weight:600;
  color:var(--jr-muted);
}
body.jr-theme-v3 .jr-evidence-card__placeholder strong{
  font-family:"Quarto",Arial,sans-serif;
  font-size:clamp(1.65rem,2.4vw,2.35rem);
  line-height:1.05;
  font-weight:700;
  color:var(--jr-ink);
  max-width:18ch;
}
body.jr-theme-v3 .jr-evidence-card__placeholder em{
  margin-top:14px;
  font-family:"Quarto",Arial,sans-serif;
  font-size:.9rem;
  font-style:normal;
  color:var(--jr-muted);
}

@media(max-width:900px){
  body.jr-theme-v3 .jr-case-media-grid{grid-template-columns:1fr;}
  body.jr-theme-v3 .jr-evidence-card,
  body.jr-theme-v3 .jr-evidence-card--wide,
  body.jr-theme-v3 .jr-evidence-card--portrait{grid-column:1;}
  body.jr-theme-v3 .jr-evidence-card--portrait .jr-evidence-card__media{min-height:0;padding:22px;}
  body.jr-theme-v3 .jr-evidence-card__placeholder{min-height:280px;}
}

/* v3.6.8 — consistent case-study evidence tiles */
body.jr-theme-v3 .jr-case-visuals{margin-top:clamp(56px,7vw,92px);margin-bottom:clamp(60px,8vw,104px);}
body.jr-theme-v3 .jr-case-media-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:clamp(20px,2vw,28px)!important;
  max-width:1120px;
  margin:32px auto 0;
  align-items:stretch!important;
}
body.jr-theme-v3 .jr-evidence-card,
body.jr-theme-v3 .jr-evidence-card--wide,
body.jr-theme-v3 .jr-evidence-card--portrait{
  grid-column:auto!important;
  display:grid;
  grid-template-rows:auto 1fr;
  margin:0!important;
  min-width:0;
  background:#fff;
  border:1px solid var(--jr-line);
}
body.jr-theme-v3 .jr-evidence-card__media,
body.jr-theme-v3 .jr-evidence-card--portrait .jr-evidence-card__media{
  width:100%;
  min-height:0!important;
  aspect-ratio:16 / 10;
  padding:18px!important;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#f7f6f1;
}
body.jr-theme-v3 .jr-evidence-card__media img,
body.jr-theme-v3 .jr-evidence-card--portrait .jr-evidence-card__media img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
  image-rendering:auto!important;
}
body.jr-theme-v3 .jr-evidence-card figcaption{
  min-height:164px;
  padding:18px 20px 22px!important;
}
body.jr-theme-v3 .jr-evidence-card figcaption p{font-size:.94rem;line-height:1.52;}
body.jr-theme-v3 .jr-evidence-card figcaption strong{font-size:clamp(1.08rem,1.3vw,1.28rem);}
body.jr-theme-v3 .jr-evidence-card__placeholder{aspect-ratio:16/10;min-height:0!important;}
@media(max-width:900px){
  body.jr-theme-v3 .jr-case-media-grid{grid-template-columns:1fr!important;max-width:680px;}
  body.jr-theme-v3 .jr-evidence-card__media,body.jr-theme-v3 .jr-evidence-card--portrait .jr-evidence-card__media{aspect-ratio:16/10;padding:14px!important;}
  body.jr-theme-v3 .jr-evidence-card figcaption{min-height:0;}
}


/* v3.6.11 — refined opportunity-section rhythm across every case study */
body.jr-theme-v3 .jr-case-visuals{
  margin-bottom:0!important;
}
body.jr-theme-v3 .jr-case-intro{
  padding-top:clamp(42px,4.5vw,60px)!important;
  padding-bottom:clamp(54px,5.5vw,76px)!important;
}
body.jr-theme-v3 .jr-case-body .jr-prose{
  padding-top:clamp(54px,5.5vw,76px)!important;
}
@media(max-width:900px){
  body.jr-theme-v3 .jr-case-intro{
    padding-top:40px!important;
    padding-bottom:52px!important;
  }
  body.jr-theme-v3 .jr-case-body .jr-prose{padding-top:52px!important;}
}

/* --------------------------------------------------------------------------
   v3.6.24 — Typography breathing room
   Loosens display and section headings without changing the editorial scale.
   -------------------------------------------------------------------------- */
body.jr-theme-v3 h1,
body.jr-theme-v3 h2,
body.jr-theme-v3 h3,
body.jr-theme-v3 h4,
body.jr-theme-v3 .jr-cta p,
body.jr-theme-v3 .jr-evidence-card figcaption strong {
  font-kerning:normal;
  text-rendering:optimizeLegibility;
}

/* Large hero / page / case-study titles. */
body.jr-theme-v3 .jr-hero h1,
body.jr-theme-v3 .jr-page-hero h1,
body.jr-theme-v3 .jr-case-hero h1 {
  letter-spacing:-.006em!important;
  word-spacing:.035em!important;
  line-height:1.055!important;
}
body.jr-theme-v3 .jr-hero h1 em,
body.jr-theme-v3 .jr-page-hero h1 em {
  letter-spacing:0!important;
  word-spacing:.035em!important;
  line-height:1.08!important;
}

/* Main section headings, including the dark homepage statement. */
body.jr-theme-v3 .jr-section-title h2,
body.jr-theme-v3 .jr-section-heading h2,
body.jr-theme-v3 .jr-case-visuals__head h2,
body.jr-theme-v3 .jr-dark-section .jr-section-heading h2,
body.jr-theme-v3 .jr-dark-intro h2,
body.jr-theme-v3 .jr-about-teaser h2,
body.jr-theme-v3 .jr-capabilities-list h2,
body.jr-theme-v3 .jr-prose>h2 {
  letter-spacing:0!important;
  word-spacing:.028em!important;
  line-height:1.11!important;
}

/* Project-list and supporting headings. */
body.jr-theme-v3 .jr-project-row__main h3,
body.jr-theme-v3 .jr-prose h3,
body.jr-theme-v3 .jr-dark-grid h3,
body.jr-theme-v3 .jr-principles h3 {
  letter-spacing:.002em!important;
  word-spacing:.024em!important;
  line-height:1.22!important;
}

/* Editorial lead / italic display copy. */
body.jr-theme-v3 .jr-case-hero__subtitle,
body.jr-theme-v3 .jr-big-copy p,
body.jr-theme-v3 .jr-case-intro__big {
  letter-spacing:0!important;
  word-spacing:.03em!important;
}

/* Bottom CTA seen across the site. */
body.jr-theme-v3 .jr-cta p {
  letter-spacing:.002em!important;
  word-spacing:.032em!important;
  line-height:1.16!important;
}

/* Card titles are smaller, so use a lighter touch. */
body.jr-theme-v3 .jr-evidence-card figcaption strong {
  letter-spacing:.003em!important;
  word-spacing:.02em!important;
  line-height:1.22!important;
}

@media(max-width:700px){
  body.jr-theme-v3 .jr-hero h1,
  body.jr-theme-v3 .jr-page-hero h1,
  body.jr-theme-v3 .jr-case-hero h1 {
    letter-spacing:-.003em!important;
    word-spacing:.026em!important;
    line-height:1.07!important;
  }
  body.jr-theme-v3 .jr-section-title h2,
  body.jr-theme-v3 .jr-section-heading h2,
  body.jr-theme-v3 .jr-case-visuals__head h2,
  body.jr-theme-v3 .jr-dark-section .jr-section-heading h2,
  body.jr-theme-v3 .jr-dark-intro h2,
  body.jr-theme-v3 .jr-about-teaser h2,
  body.jr-theme-v3 .jr-capabilities-list h2,
  body.jr-theme-v3 .jr-prose>h2 {
    word-spacing:.022em!important;
    line-height:1.13!important;
  }
}


/* v3.6.27: supplied JR monogram */
.jr-brand{display:inline-flex;align-items:center;justify-content:center;flex:none;line-height:1;}
.jr-brand__logo{display:block;width:52px;height:auto;max-height:46px;}
@media (max-width:700px){.jr-brand__logo{width:46px;max-height:42px;}}

/* =========================================================
   Articles / publishing section — v3.6.28
   ========================================================= */
.jr-articles-hero h1{max-width:1120px!important}
.jr-articles-section{padding:0 0 clamp(88px,10vw,140px)}
.jr-article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,3vw,42px)}
.jr-article-card{border-top:1px solid var(--jr-line);min-width:0}
.jr-article-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none!important;color:var(--jr-ink)!important;padding-top:18px}
.jr-article-card__media{aspect-ratio:16/9;overflow:hidden;margin-bottom:24px;background:#e9e8e2}
.jr-article-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.jr-article-card__link:hover .jr-article-card__media img{transform:scale(1.015)}
.jr-article-card__body{display:flex;flex-direction:column;flex:1}
.jr-article-card__meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0 0 18px;font-size:.76rem;line-height:1.4;text-transform:uppercase;letter-spacing:.08em;color:#686a6e}
.jr-article-card__meta span+span:before{content:"·";margin-right:14px;color:#989a9d}
.jr-article-card h2{margin:0 0 16px;font-size:clamp(1.65rem,2.8vw,2.55rem);line-height:1.08;letter-spacing:-.018em;font-weight:700}
.jr-article-card__body>p:not(.jr-article-card__meta){margin:0 0 24px;max-width:620px;font-size:1rem;line-height:1.62;color:#5e6064}
.jr-article-card__cta{margin-top:auto;padding:8px 0 2px;font-size:.92rem;font-weight:600}
.jr-article-card__cta span{display:inline-block;margin-left:4px;transition:transform .2s ease}
.jr-article-card__link:hover .jr-article-card__cta span{transform:translate(2px,-2px)}
.jr-articles-empty{border-top:1px solid var(--jr-line);padding:clamp(42px,6vw,72px) 0;max-width:760px}
.jr-articles-empty h2{margin:8px 0 18px;font-size:clamp(2.2rem,4vw,4rem);line-height:1.05;letter-spacing:-.025em}
.jr-articles-empty>p:last-child{font-size:1.1rem;line-height:1.65;color:#5e6064}

.jr-article-hero{padding:clamp(70px,9vw,120px) 0 clamp(46px,6vw,78px)}
.jr-article-hero .jr-back{display:inline-block;margin-bottom:clamp(54px,6vw,84px)}
.jr-article-hero h1{max-width:1100px;margin:12px 0 0;font-size:clamp(3rem,7vw,6.7rem);line-height:1.01;letter-spacing:-.028em;font-weight:900}
.jr-article-hero__intro{max-width:800px;margin:clamp(28px,4vw,44px) 0 0;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.5;color:#5e6064}
.jr-article-byline{display:flex;gap:16px 30px;flex-wrap:wrap;margin-top:34px;padding-top:18px;border-top:1px solid var(--jr-line);font-size:.88rem;color:#686a6e}
.jr-article-byline span+span:before{content:"·";margin-right:30px;color:#989a9d}
.jr-article-featured{padding-bottom:clamp(58px,7vw,92px)}
.jr-article-featured img{display:block;width:100%;height:auto;max-height:780px;object-fit:cover}
.jr-article-body{border-top:1px solid var(--jr-line)}
.jr-article-prose{max-width:860px;padding:clamp(64px,8vw,112px) 0}
.jr-article-prose>*{max-width:760px}
.jr-article-prose>p,.jr-article-prose>ul,.jr-article-prose>ol,.jr-article-prose>blockquote{font-size:1.08rem;line-height:1.75;color:#34363a}
.jr-article-prose>p{margin:0 0 1.45rem}
.jr-article-prose>ul,.jr-article-prose>ol{margin:0 0 1.65rem;padding-left:1.35rem}
.jr-article-prose li{margin:.5rem 0}
.jr-article-prose h2{max-width:820px;margin:clamp(62px,7vw,92px) 0 24px;padding-top:18px;border-top:1px solid var(--jr-line);font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;letter-spacing:-.022em}
.jr-article-prose h2:first-child{margin-top:0}
.jr-article-prose h3{margin:42px 0 14px;font-size:clamp(1.3rem,2vw,1.75rem);line-height:1.25;letter-spacing:-.01em}
.jr-article-prose blockquote{margin:42px 0;padding:6px 0 6px 28px;border-left:3px solid var(--jr-ink);font-family:"Quarto",Georgia,serif;font-size:clamp(1.35rem,2.3vw,1.9rem);line-height:1.45}
.jr-article-prose figure{max-width:100%;margin:42px 0}
.jr-article-prose figure img{height:auto;max-width:100%}
.jr-article-prose figcaption{margin-top:10px;font-size:.84rem;line-height:1.5;color:#6c6e72}
.jr-article-prose a{text-underline-offset:3px}
.jr-article-footer{padding:0 0 clamp(58px,7vw,90px)}
.jr-article-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.jr-article-tags a{display:inline-flex;align-items:center;min-height:38px;padding:7px 14px;border:1px solid var(--jr-line);border-radius:999px;color:var(--jr-ink)!important;text-decoration:none!important;font-size:.85rem}
.jr-article-tags a:hover{border-color:var(--jr-ink)}
.jr-pagination{margin-top:clamp(46px,6vw,76px);border-top:1px solid var(--jr-line);padding-top:22px}
.jr-pagination ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}
.jr-pagination a,.jr-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:6px 10px;border:1px solid var(--jr-line);text-decoration:none!important;color:var(--jr-ink)!important}
.jr-pagination .current{background:var(--jr-ink);color:var(--jr-paper)!important;border-color:var(--jr-ink)}

@media (max-width:760px){
  .jr-article-grid{grid-template-columns:1fr;gap:52px}
  .jr-article-card h2{font-size:clamp(1.8rem,9vw,2.6rem)}
  .jr-article-hero{padding-top:54px}
  .jr-article-hero .jr-back{margin-bottom:42px}
  .jr-article-hero h1{font-size:clamp(2.7rem,13vw,4.5rem);line-height:1.03;letter-spacing:-.02em}
  .jr-article-byline{gap:8px 18px}
  .jr-article-byline span+span:before{margin-right:18px}
  .jr-article-prose>p,.jr-article-prose>ul,.jr-article-prose>ol{font-size:1rem}
}
.jr-home-articles{padding-top:clamp(74px,8vw,118px)}
.jr-article-grid--home{grid-template-columns:repeat(3,minmax(0,1fr))}
.jr-article-grid--home .jr-article-card h2{font-size:clamp(1.45rem,2.1vw,2rem)}
@media (max-width:1000px){.jr-article-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.jr-article-grid--home{grid-template-columns:1fr}}


/* =========================================================
   v3.6.31 — Current-site single article template
   Forces the editorial pages into the same visual system as the portfolio.
   ========================================================= */
body.jr-theme-v3.single-post .jr-article-hero{
  padding:clamp(50px,6vw,82px) 0 clamp(54px,6.5vw,88px);
}
body.jr-theme-v3.single-post .jr-article-hero .jr-back{
  margin-bottom:clamp(44px,5vw,68px);
  font-size:.88rem;
  font-weight:650;
  text-decoration:none;
  border-bottom:1px solid currentColor;
}
body.jr-theme-v3.single-post .jr-article-hero .jr-kicker{
  margin-bottom:16px;
}
body.jr-theme-v3.single-post .jr-article-hero h1{
  max-width:1050px;
  margin:0;
  font-family:"Quarto",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:clamp(2.9rem,5.8vw,5.65rem);
  font-weight:900;
  line-height:1.035;
  letter-spacing:-.006em;
  word-spacing:.025em;
}
body.jr-theme-v3.single-post .jr-article-hero__intro{
  max-width:760px;
  margin:clamp(30px,4vw,46px) 0 0;
  font-size:clamp(1.12rem,1.8vw,1.42rem);
  line-height:1.56;
  color:var(--jr-muted);
}
body.jr-theme-v3.single-post .jr-article-byline{
  max-width:760px;
  margin-top:30px;
  padding-top:16px;
  border-top:1px solid var(--jr-line);
  font-size:.82rem;
  line-height:1.5;
  color:var(--jr-muted);
}
body.jr-theme-v3.single-post .jr-article-featured{
  padding-bottom:clamp(52px,6vw,80px);
}
body.jr-theme-v3.single-post .jr-article-featured img{
  width:100%;
  max-height:720px;
  object-fit:cover;
}
body.jr-theme-v3.single-post .jr-article-body{
  background:var(--jr-white);
  border-top:1px solid var(--jr-line);
  border-bottom:1px solid var(--jr-line);
}
body.jr-theme-v3.single-post .jr-article-prose{
  /* Keep article content on the same full-width shell as the rest of the site. */
  width:min(calc(100% - (var(--jr-gutter) * 2)),var(--jr-max));
  max-width:var(--jr-max);
  padding:clamp(62px,7vw,96px) 0 clamp(72px,8vw,110px);
}
body.jr-theme-v3.single-post .jr-article-prose>*{
  max-width:none;
}
/* Newer Gutenberg posts can carry nested constrained-layout wrappers.
   Neutralise those inside article content so new and legacy articles align. */
body.jr-theme-v3.single-post .jr-article-prose .is-layout-constrained,
body.jr-theme-v3.single-post .jr-article-prose .wp-block-group.is-layout-constrained{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.jr-theme-v3.single-post .jr-article-prose .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.jr-theme-v3.single-post .jr-article-prose>p,
body.jr-theme-v3.single-post .jr-article-prose>ul,
body.jr-theme-v3.single-post .jr-article-prose>ol{
  margin:0 0 1.55rem;
  font-size:clamp(1.04rem,1.35vw,1.14rem);
  line-height:1.78;
  color:#34363a;
}
body.jr-theme-v3.single-post .jr-article-prose>p:first-child{
  font-size:clamp(1.15rem,1.6vw,1.28rem);
  line-height:1.68;
}
body.jr-theme-v3.single-post .jr-article-prose h2{
  margin:clamp(54px,6vw,76px) 0 22px;
  padding-top:22px;
  border-top:1px solid var(--jr-line);
  font-family:"Quarto",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:clamp(1.8rem,3vw,2.65rem);
  font-weight:800;
  line-height:1.12;
  letter-spacing:0;
  word-spacing:.02em;
}
body.jr-theme-v3.single-post .jr-article-prose h2:first-child{
  margin-top:0;
}
body.jr-theme-v3.single-post .jr-article-prose strong{
  font-weight:650;
}
body.jr-theme-v3.single-post .jr-related-articles{
  padding:clamp(68px,8vw,104px) 0 clamp(58px,7vw,88px);
}
body.jr-theme-v3.single-post .jr-related-articles__list{
  border-top:1px solid var(--jr-line);
}
body.jr-theme-v3.single-post .jr-related-article{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:34px;
  align-items:center;
  padding:28px 0;
  border-bottom:1px solid var(--jr-line);
  color:var(--jr-ink)!important;
  text-decoration:none!important;
}
body.jr-theme-v3.single-post .jr-related-article p{
  margin:0 0 7px;
  font-size:.72rem;
  line-height:1.45;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:var(--jr-muted);
}
body.jr-theme-v3.single-post .jr-related-article h2{
  max-width:880px;
  margin:0;
  font-size:clamp(1.55rem,2.7vw,2.7rem);
  line-height:1.08;
  font-weight:700;
  letter-spacing:0;
}
body.jr-theme-v3.single-post .jr-related-article>span{
  font-size:1.7rem;
  transition:transform .18s ease;
}
body.jr-theme-v3.single-post .jr-related-article:hover>span{
  transform:translate(4px,-4px);
}
body.jr-theme-v3.single-post .jr-cta{
  margin-top:0;
}
@media(max-width:700px){
  body.jr-theme-v3.single-post .jr-article-hero h1{
    font-size:clamp(2.45rem,11vw,3.8rem);
    line-height:1.06;
  }
  body.jr-theme-v3.single-post .jr-article-prose{
    width:min(calc(100% - (var(--jr-gutter) * 2)),var(--jr-max));
    padding-top:48px;
  }
  body.jr-theme-v3.single-post .jr-related-article{
    grid-template-columns:minmax(0,1fr) auto;
    gap:20px;
  }
}


/* =========================================================
   v3.6.36 — published-article width + About career rhythm
   Newly published WordPress articles can include Gutenberg
   constrained-layout wrappers. Anchor width rules to the
   current template itself and override nested content limits.
   ========================================================= */
body.jr-theme-v3 .jr-article-single .jr-article-hero,
body.jr-theme-v3 .jr-article-single .jr-article-featured,
body.jr-theme-v3 .jr-article-single .jr-article-prose,
body.jr-theme-v3 .jr-article-single .jr-related-articles{
  width:min(calc(100% - (var(--jr-gutter) * 2)),var(--jr-max))!important;
  max-width:var(--jr-max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.jr-theme-v3 .jr-article-single .jr-article-prose{
  display:block!important;
}

/* Remove Gutenberg/global-style contentSize constraints from article content. */
body.jr-theme-v3 .jr-article-single .jr-article-prose > *,
body.jr-theme-v3 .jr-article-single .jr-article-prose .is-layout-constrained,
body.jr-theme-v3 .jr-article-single .jr-article-prose .wp-block-group.is-layout-constrained,
body.jr-theme-v3 .jr-article-single .jr-article-prose .wp-block-group__inner-container,
body.jr-theme-v3 .jr-article-single .jr-article-prose .wp-block-post-content{
  max-width:none!important;
}
body.jr-theme-v3 .jr-article-single .jr-article-prose > .is-layout-constrained,
body.jr-theme-v3 .jr-article-single .jr-article-prose > .wp-block-group,
body.jr-theme-v3 .jr-article-single .jr-article-prose > .wp-block-post-content{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.jr-theme-v3 .jr-article-single .jr-article-prose .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Keep readable measure without collapsing the overall article layout. */
body.jr-theme-v3 .jr-article-single .jr-article-prose p,
body.jr-theme-v3 .jr-article-single .jr-article-prose ul,
body.jr-theme-v3 .jr-article-single .jr-article-prose ol,
body.jr-theme-v3 .jr-article-single .jr-article-prose blockquote{
  width:auto!important;
  max-width:980px!important;
}
body.jr-theme-v3 .jr-article-single .jr-article-prose h2,
body.jr-theme-v3 .jr-article-single .jr-article-prose h3,
body.jr-theme-v3 .jr-article-single .jr-article-prose h4{
  max-width:1050px!important;
}
body.jr-theme-v3 .jr-article-single .jr-article-prose figure,
body.jr-theme-v3 .jr-article-single .jr-article-prose .wp-block-image,
body.jr-theme-v3 .jr-article-single .jr-article-prose .wp-block-gallery{
  width:100%!important;
  max-width:100%!important;
}

/* About > Career at a glance: reduce title-to-description whitespace. */
body.jr-theme-v3 .jr-career-list article h3{
  margin-top:3px!important;
  margin-bottom:10px!important;
}
body.jr-theme-v3 .jr-career-list article > p{
  margin-top:0!important;
}
